Skip to content

Commit f9ded99

Browse files
authored
Dependency updates
1 parent d60c516 commit f9ded99

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-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

+19-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,27 @@ 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.8
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.4.0
3735
# via archivessnake
38-
multidict==6.0.2
36+
multidict==6.0.5
3937
# via yarl
4038
ordered-set==4.1.0
4139
# via -r requirements.in
4240
psycopg2-binary==2.9.3
4341
# via -r requirements.in
44-
pytz==2021.3
42+
pytz==2024.1
4543
# via djangorestframework
46-
pyyaml==6.0
44+
pyyaml==6.0.2
4745
# via
4846
# archivessnake
4947
# vcrpy
50-
rapidfuzz==2.0.6
48+
rapidfuzz==3.9.6
5149
# via archivessnake
5250
requests==2.27.1
5351
# via
@@ -57,15 +55,17 @@ shortuuid==1.0.8
5755
# via -r requirements.in
5856
six==1.16.0
5957
# via vcrpy
60-
sqlparse==0.4.2
58+
sqlparse==0.5.1
6159
# via django
62-
structlog==21.5.0
60+
structlog==24.4.0
6361
# via archivessnake
64-
urllib3==1.26.8
62+
typing-extensions==4.12.2
63+
# via asgiref
64+
urllib3==1.26.20
6565
# via requests
6666
vcrpy==4.1.1
6767
# via -r requirements.in
68-
wrapt==1.14.0
68+
wrapt==1.16.0
6969
# via vcrpy
70-
yarl==1.7.2
70+
yarl==1.9.6
7171
# via vcrpy

0 commit comments

Comments
 (0)