Skip to content

Commit 3b375b5

Browse files
committed
chore: Update dependencies in Pipfile and requirements.txt for compatibility and improvements
1 parent ffaddfa commit 3b375b5

File tree

2 files changed

+23
-41
lines changed

2 files changed

+23
-41
lines changed

Pipfile.lock

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

requirements.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
-i https://pypi.org/simple
22
asgiref==3.8.1; python_version >= '3.8'
33
attrs==25.3.0; python_version >= '3.8'
4-
django==5.2.1; python_version >= '3.10'
4+
django==5.2.3; python_version >= '3.10'
55
djangorestframework==3.16.0; python_version >= '3.9'
66
drf-spectacular==0.28.0; python_version >= '3.7'
7-
drf-spectacular-sidecar==2025.5.1; python_version >= '3.6'
7+
drf-spectacular-sidecar==2025.6.1; python_version >= '3.6'
88
faker==37.3.0; python_version >= '3.9'
99
gunicorn==23.0.0; python_version >= '3.7'
1010
inflection==0.5.1; python_version >= '3.5'
11-
jsonschema==4.23.0; python_version >= '3.8'
11+
jsonschema==4.24.0; python_version >= '3.9'
1212
jsonschema-specifications==2025.4.1; python_version >= '3.9'
1313
packaging==25.0; 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'
1514
python-dotenv==1.1.0; python_version >= '3.9'
1615
pyyaml==6.0.2; python_version >= '3.8'
1716
referencing==0.36.2; python_version >= '3.9'
1817
rpds-py==0.25.1; python_version >= '3.9'
19-
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
2018
sqlparse==0.5.3; python_version >= '3.8'
21-
typing-extensions==4.13.2; python_version >= '3.8'
19+
typing-extensions==4.14.0; python_version >= '3.9'
2220
tzdata==2025.2; python_version >= '2'
23-
uritemplate==4.1.1; python_version >= '3.6'
21+
uritemplate==4.2.0; python_version >= '3.9'

0 commit comments

Comments
 (0)