Skip to content

Commit

Permalink
Merge pull request #104 from PyBites-Open-Source/dependabot/pip/djang…
Browse files Browse the repository at this point in the history
…o-4.2.17

Bump django from 4.2.16 to 4.2.17
  • Loading branch information
bbelderbos authored Jan 8, 2025
2 parents ffe6315 + e9f9f8c commit 6cf9beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"dj-database-url==1.0.0",
"django-debug-toolbar==3.7.0",
"django-registration==3.3",
"django==4.2.16",
"django==4.2.17",
"gunicorn==22.0.0",
"pre-commit==4.0.0",
"psycopg2-binary==2.9.5",
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.2.16
Django==4.2.17
celery==5.2.7
dj-database-url==1.0.0
django-debug-toolbar==3.7.0
Expand Down

0 comments on commit 6cf9beb

Please sign in to comment.