Skip to content

Commit efa2ff9

Browse files
authored
Dependency updates
1 parent d60c516 commit efa2ff9

File tree

2 files changed

+27
-23
lines changed

2 files changed

+27
-23
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-autopep8
3-
rev: v1.6.0
3+
rev: v2.0.4
44
hooks:
55
- id: autopep8
66
args:
77
- --in-place
88
- --aggressive
99
- repo: https://github.com/pycqa/flake8
10-
rev: 4.0.1
10+
rev: 7.1.1
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.10.1
14+
rev: 5.13.2
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/jazzband/pip-tools
18-
rev: 6.5.1
18+
rev: 7.4.1
1919
hooks:
2020
- id: pip-compile

requirements.txt

+23-19
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# pip-compile
66
#
77
archivessnake==0.9.1
88
# via -r requirements.in
9-
asgiref==3.5.0
9+
asgiref==3.8.1
1010
# via django
11-
attrs==21.4.0
11+
attrs==24.2.0
1212
# via archivessnake
13-
boltons==21.0.0
13+
boltons==24.0.0
1414
# via archivessnake
15-
certifi==2021.10.8
15+
certifi==2024.8.30
1616
# via requests
1717
charset-normalizer==2.0.12
1818
# via requests
@@ -25,29 +25,29 @@ django-cors-headers==3.11.0
2525
# via -r requirements.in
2626
djangorestframework==3.13.1
2727
# via -r requirements.in
28-
idna==3.3
28+
idna==3.10
2929
# via
3030
# requests
3131
# yarl
3232
inflect==5.4.0
3333
# via -r requirements.in
34-
jarowinkler==1.0.1
35-
# via rapidfuzz
36-
more-itertools==8.12.0
34+
more-itertools==10.5.0
3735
# via archivessnake
38-
multidict==6.0.2
36+
multidict==6.1.0
3937
# via yarl
4038
ordered-set==4.1.0
4139
# via -r requirements.in
40+
propcache==0.2.0
41+
# via yarl
4242
psycopg2-binary==2.9.3
4343
# via -r requirements.in
44-
pytz==2021.3
44+
pytz==2024.2
4545
# via djangorestframework
46-
pyyaml==6.0
46+
pyyaml==6.0.2
4747
# via
4848
# archivessnake
4949
# vcrpy
50-
rapidfuzz==2.0.6
50+
rapidfuzz==3.10.1
5151
# via archivessnake
5252
requests==2.27.1
5353
# via
@@ -57,15 +57,19 @@ shortuuid==1.0.8
5757
# via -r requirements.in
5858
six==1.16.0
5959
# via vcrpy
60-
sqlparse==0.4.2
60+
sqlparse==0.5.1
6161
# via django
62-
structlog==21.5.0
62+
structlog==24.4.0
6363
# via archivessnake
64-
urllib3==1.26.8
64+
typing-extensions==4.12.2
65+
# via
66+
# asgiref
67+
# multidict
68+
urllib3==1.26.20
6569
# via requests
6670
vcrpy==4.1.1
6771
# via -r requirements.in
68-
wrapt==1.14.0
72+
wrapt==1.16.0
6973
# via vcrpy
70-
yarl==1.7.2
74+
yarl==1.17.1
7175
# via vcrpy

0 commit comments

Comments
 (0)