Skip to content

Commit 2860398

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 3b375b5 commit 2860398

File tree

4 files changed

+131
-130
lines changed

4 files changed

+131
-130
lines changed

Pipfile.lock

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

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ requires-python = ">=3.12"
77
dependencies = [
88
"asgiref==3.8.1 ; python_full_version >= '3.8'",
99
"attrs==25.3.0 ; python_full_version >= '3.8'",
10-
"django==5.2.1 ; python_full_version >= '3.10'",
10+
"django==5.2.3 ; python_full_version >= '3.10'",
1111
"djangorestframework==3.16.0 ; python_full_version >= '3.9'",
1212
"drf-spectacular==0.28.0 ; python_full_version >= '3.7'",
13-
"drf-spectacular-sidecar==2025.5.1 ; python_full_version >= '3.6'",
14-
"faker==37.3.0 ; python_full_version >= '3.9'",
13+
"drf-spectacular-sidecar==2025.6.1 ; python_full_version >= '3.6'",
14+
"faker==37.4.0 ; python_full_version >= '3.9'",
1515
"gunicorn==23.0.0 ; python_full_version >= '3.7'",
1616
"inflection==0.5.1 ; python_full_version >= '3.5'",
17-
"jsonschema==4.23.0 ; python_full_version >= '3.8'",
17+
"jsonschema==4.24.0 ; python_full_version >= '3.9'",
1818
"jsonschema-specifications==2025.4.1 ; python_full_version >= '3.9'",
1919
"packaging==25.0 ; python_full_version >= '3.8'",
2020
"python-dateutil==2.9.0.post0 ; python_full_version >= '2.7'",
21-
"python-dotenv==1.1.0 ; python_full_version >= '3.9'",
21+
"python-dotenv==1.1.1 ; python_full_version >= '3.9'",
2222
"pyyaml==6.0.2 ; python_full_version >= '3.8'",
2323
"referencing==0.36.2 ; python_full_version >= '3.9'",
2424
"rpds-py==0.25.1 ; python_full_version >= '3.9'",
2525
"six==1.17.0 ; python_full_version >= '2.7'",
2626
"sqlparse==0.5.3 ; python_full_version >= '3.8'",
27-
"typing-extensions==4.13.2 ; python_full_version >= '3.8'",
27+
"typing-extensions==4.14.0 ; python_full_version >= '3.9'",
2828
"tzdata==2025.2 ; python_full_version >= '2'",
29-
"uritemplate==4.1.1 ; python_full_version >= '3.6'",
29+
"uritemplate==4.2.0 ; python_full_version >= '3.9'",
3030
]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ 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'
77
drf-spectacular-sidecar==2025.6.1; python_version >= '3.6'
8-
faker==37.3.0; python_version >= '3.9'
8+
faker==37.4.0; python_version >= '3.9'
99
gunicorn==23.0.0; python_version >= '3.7'
1010
inflection==0.5.1; python_version >= '3.5'
1111
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-dotenv==1.1.0; python_version >= '3.9'
14+
python-dotenv==1.1.1; python_version >= '3.9'
1515
pyyaml==6.0.2; python_version >= '3.8'
1616
referencing==0.36.2; python_version >= '3.9'
1717
rpds-py==0.25.1; python_version >= '3.9'

0 commit comments

Comments
 (0)