Skip to content

Commit de88535

Browse files
authored
Dependency updates
1 parent 168d0aa commit de88535

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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.4.1
9+
asgiref==3.8.1
1010
# via django
11-
asterism==0.8
11+
asterism==0.8.0
1212
# via -r requirements.in
13-
attrs==21.2.0
13+
attrs==24.2.0
1414
# via
1515
# archivessnake
1616
# jsonschema
1717
bagit==1.8.1
1818
# via asterism
19-
boltons==21.0.0
19+
boltons==24.1.0
2020
# via archivessnake
21-
certifi==2021.10.8
21+
certifi==2024.8.30
2222
# via requests
2323
charset-normalizer==2.0.12
2424
# via requests
@@ -39,7 +39,7 @@ djangorestframework==3.13.1
3939
# asterism
4040
electronbonder==1.0
4141
# via -r requirements.in
42-
idna==2.10
42+
idna==3.10
4343
# via
4444
# requests
4545
# yarl
@@ -49,21 +49,23 @@ jsonschema==4.4.0
4949
# via
5050
# -r requirements.in
5151
# rac-schemas
52-
more-itertools==8.12.0
52+
more-itertools==10.5.0
5353
# via archivessnake
54-
multidict==5.2.0
54+
multidict==6.1.0
5555
# via yarl
5656
odin==1.7.3
5757
# via
5858
# -r requirements.in
5959
# asterism
60+
propcache==0.2.0
61+
# via yarl
6062
psycopg2-binary==2.9.3
6163
# via
6264
# -r requirements.in
6365
# asterism
64-
pyrsistent==0.18.0
66+
pyrsistent==0.20.0
6567
# via jsonschema
66-
pytz==2021.3
68+
pytz==2024.2
6769
# via djangorestframework
6870
pyyaml==6.0
6971
# via
@@ -72,7 +74,7 @@ pyyaml==6.0
7274
# vcrpy
7375
rac-schemas==0.30
7476
# via -r requirements.in
75-
rapidfuzz==1.9.1
77+
rapidfuzz==3.10.1
7678
# via archivessnake
7779
requests==2.27.1
7880
# via
@@ -86,17 +88,21 @@ six==1.16.0
8688
# electronbonder
8789
# odin
8890
# vcrpy
89-
sqlparse==0.4.2
91+
sqlparse==0.5.2
9092
# via django
91-
structlog==21.4.0
93+
structlog==24.4.0
9294
# via archivessnake
95+
typing-extensions==4.12.2
96+
# via
97+
# asgiref
98+
# multidict
9399
uritemplate==4.1.1
94100
# via -r requirements.in
95-
urllib3==1.26.7
101+
urllib3==1.26.20
96102
# via requests
97103
vcrpy==4.1.1
98104
# via -r requirements.in
99-
wrapt==1.13.3
105+
wrapt==1.17.0
100106
# via vcrpy
101-
yarl==1.7.2
107+
yarl==1.18.0
102108
# via vcrpy

0 commit comments

Comments
 (0)