We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedfd6f commit dc99c02Copy full SHA for dc99c02
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
1
repos:
2
- repo: https://github.com/pycqa/flake8
3
- rev: 6.0.0
+ rev: 7.1.1
4
hooks:
5
- id: flake8
requirements.txt
@@ -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
6
7
+asgiref==3.8.1
8
+ # via django
9
+bagit==1.8.1
10
+ # via asterism (setup.py)
11
+django==5.1.3
12
+ # via
13
+ # asterism (setup.py)
14
+ # djangorestframework
15
+djangorestframework==3.15.2
16
17
+sqlparse==0.5.2
18
19
+typing-extensions==4.12.2
20
+ # via asgiref
0 commit comments