Skip to content

Commit 3ac10ff

Browse files
committed
bump package versions
1 parent 5ff1ffd commit 3ac10ff

File tree

2 files changed

+34
-25
lines changed

2 files changed

+34
-25
lines changed

Pipfile.lock

Lines changed: 26 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
-i https://pypi.org/simple
22
asgiref==3.8.1; python_version >= '3.8'
33
attrs==24.2.0; python_version >= '3.7'
4-
django==5.1; python_version >= '3.10'
4+
django==5.1.2; python_version >= '3.10'
55
djangorestframework==3.15.2; python_version >= '3.8'
66
drf-spectacular==0.27.2; python_version >= '3.7'
77
drf-spectacular-sidecar==2024.7.1; python_version >= '3.6'
8-
faker==26.2.0; python_version >= '3.8'
9-
gunicorn==22.0.0; python_version >= '3.7'
8+
faker==30.8.1; python_version >= '3.8'
9+
gunicorn==23.0.0; python_version >= '3.7'
1010
inflection==0.5.1; python_version >= '3.5'
1111
jsonschema==4.23.0; python_version >= '3.8'
12-
jsonschema-specifications==2023.12.1; python_version >= '3.8'
12+
jsonschema-specifications==2024.10.1; python_version >= '3.9'
1313
packaging==24.1; python_version >= '3.8'
14-
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
14+
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
1515
python-dotenv==1.0.1; python_version >= '3.8'
1616
pyyaml==6.0.2; python_version >= '3.8'
1717
referencing==0.35.1; python_version >= '3.8'
1818
rpds-py==0.20.0; python_version >= '3.8'
19-
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
19+
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
2020
sqlparse==0.5.1; python_version >= '3.8'
21-
tzdata==2024.1; sys_platform == 'win32'
21+
typing-extensions==4.12.2; python_version >= '3.8'
22+
tzdata==2024.2; sys_platform == 'win32'
2223
uritemplate==4.1.1; python_version >= '3.6'

0 commit comments

Comments
 (0)