Skip to content

Commit f0cda9b

Browse files
authored
Dependency updates
1 parent 168d0aa commit f0cda9b

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-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.0.0
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.3.0
1919
hooks:
2020
- id: pip-compile

requirements.txt

Lines changed: 20 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.7.2
1010
# via django
11-
asterism==0.8
11+
asterism==0.8.0
1212
# via -r requirements.in
13-
attrs==21.2.0
13+
attrs==23.2.0
1414
# via
1515
# archivessnake
1616
# jsonschema
1717
bagit==1.8.1
1818
# via asterism
19-
boltons==21.0.0
19+
boltons==23.1.1
2020
# via archivessnake
21-
certifi==2021.10.8
21+
certifi==2023.11.17
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.6
4343
# via
4444
# requests
4545
# yarl
@@ -49,9 +49,9 @@ jsonschema==4.4.0
4949
# via
5050
# -r requirements.in
5151
# rac-schemas
52-
more-itertools==8.12.0
52+
more-itertools==10.2.0
5353
# via archivessnake
54-
multidict==5.2.0
54+
multidict==6.0.4
5555
# via yarl
5656
odin==1.7.3
5757
# via
@@ -61,9 +61,9 @@ psycopg2-binary==2.9.3
6161
# via
6262
# -r requirements.in
6363
# asterism
64-
pyrsistent==0.18.0
64+
pyrsistent==0.20.0
6565
# via jsonschema
66-
pytz==2021.3
66+
pytz==2023.4
6767
# via djangorestframework
6868
pyyaml==6.0
6969
# via
@@ -72,7 +72,7 @@ pyyaml==6.0
7272
# vcrpy
7373
rac-schemas==0.30
7474
# via -r requirements.in
75-
rapidfuzz==1.9.1
75+
rapidfuzz==3.6.1
7676
# via archivessnake
7777
requests==2.27.1
7878
# via
@@ -86,17 +86,19 @@ six==1.16.0
8686
# electronbonder
8787
# odin
8888
# vcrpy
89-
sqlparse==0.4.2
89+
sqlparse==0.4.4
9090
# via django
91-
structlog==21.4.0
91+
structlog==24.1.0
9292
# via archivessnake
93+
typing-extensions==4.9.0
94+
# via asgiref
9395
uritemplate==4.1.1
9496
# via -r requirements.in
95-
urllib3==1.26.7
97+
urllib3==1.26.18
9698
# via requests
9799
vcrpy==4.1.1
98100
# via -r requirements.in
99-
wrapt==1.13.3
101+
wrapt==1.16.0
100102
# via vcrpy
101-
yarl==1.7.2
103+
yarl==1.9.4
102104
# via vcrpy

0 commit comments

Comments
 (0)