Skip to content

Commit dc99c02

Browse files
p-galligangithub-actions[bot]
authored andcommitted
Dependency updates
1 parent dedfd6f commit dc99c02

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
22
- repo: https://github.com/pycqa/flake8
3-
rev: 6.0.0
3+
rev: 7.1.1
44
hooks:
55
- id: flake8

requirements.txt

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1-
bagit~=1.8
2-
django~=4.0
3-
djangorestframework~=3.13
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
4+
#
5+
# 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+
# via asterism (setup.py)
17+
sqlparse==0.5.2
18+
# via django
19+
typing-extensions==4.12.2
20+
# via asgiref

0 commit comments

Comments
 (0)