Skip to content

Commit

Permalink
feat: Update Django to 4.2.17 and adjust dependencies in poetry.lock,…
Browse files Browse the repository at this point in the history
… pyproject.toml, and requirements.txt
  • Loading branch information
AhmedNassar7 committed Dec 16, 2024
1 parent 137f972 commit 886b1cd
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package-mode = false # Disable packaging mode

[tool.poetry.dependencies]
python = "^3.9"
django = "^3.2"
django = "^4.2.16"
fastapi = "^0.68.1"
uvicorn = "^0.15.0"
pydantic = "^1.8.2"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ certifi==2024.12.14 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.4.0 ; python_version >= "3.9" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows"
django==3.2.25 ; python_version >= "3.9" and python_version < "4.0"
django==4.2.17 ; python_version >= "3.9" and python_version < "4.0"
docker==7.1.0 ; python_version >= "3.9" and python_version < "4.0"
exceptiongroup==1.2.2 ; python_version >= "3.9" and python_version < "3.11"
fastapi==0.68.2 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -20,13 +20,13 @@ markupsafe==3.0.2 ; python_version >= "3.9" and python_version < "4.0"
packaging==24.2 ; python_version >= "3.9" and python_version < "4.0"
pydantic==1.10.19 ; python_version >= "3.9" and python_version < "4.0"
python-dotenv==1.0.1 ; python_version >= "3.9" and python_version < "4.0"
pytz==2024.2 ; python_version >= "3.9" and python_version < "4.0"
pywin32==306 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"
requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"
rfc3986[idna2008]==1.5.0 ; python_version >= "3.9" and python_version < "4.0"
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
sqlparse==0.5.3 ; python_version >= "3.9" and python_version < "4.0"
starlette==0.14.2 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0"
tzdata==2024.2 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"
urllib3==2.2.3 ; python_version >= "3.9" and python_version < "4.0"
uvicorn==0.15.0 ; python_version >= "3.9" and python_version < "4.0"

0 comments on commit 886b1cd

Please sign in to comment.