Skip to content

Commit

Permalink
Merge pull request #5 from Egypt-Metro/dependabot/pip/django-4.2.18
Browse files Browse the repository at this point in the history
build(deps): Bump django from 4.2.16 to 4.2.18
  • Loading branch information
AhmedNassar7 authored Jan 19, 2025
2 parents c5022d2 + 9625069 commit 8a5c7cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 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 @@ -19,7 +19,7 @@ package-mode = false # Disable packaging mode
# Specifies project dependencies including Python version, Django, FastAPI, etc.
[tool.poetry.dependencies]
python = ">=3.10,<4.0" # Python version constraint
django = "^4.2.16" # Django version
django = "^4.2.18" # Django version
fastapi = "^0.68.1" # FastAPI version
uvicorn = "^0.15.0" # Uvicorn version
pydantic = "^1.8.2" # Pydantic version
Expand Down

0 comments on commit 8a5c7cd

Please sign in to comment.