Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
p-galligan authored and github-actions[bot] committed Nov 27, 2024
1 parent dedfd6f commit dc99c02
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
23 changes: 20 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
bagit~=1.8
django~=4.0
djangorestframework~=3.13
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
#
asgiref==3.8.1
# via django
bagit==1.8.1
# via asterism (setup.py)
django==5.1.3
# via
# asterism (setup.py)
# djangorestframework
djangorestframework==3.15.2
# via asterism (setup.py)
sqlparse==0.5.2
# via django
typing-extensions==4.12.2
# via asgiref

0 comments on commit dc99c02

Please sign in to comment.