Skip to content

Commit

Permalink
⬆️ Upgrade django and jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Jan 27, 2025
1 parent 0557501 commit 6e37595
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cryptography==43.0.1
# mozilla-django-oidc
# pyopenssl
# webauthn
django==4.2.17
django==4.2.18
# via
# -r requirements/base.in
# django-admin-index
Expand Down
4 changes: 2 additions & 2 deletions backend/requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ cssselect==1.2.0
# via pyquery
dill==0.3.8
# via pylint
django==4.2.17
django==4.2.18
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -334,7 +334,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via sphinx
josepy==1.14.0
# via
Expand Down
4 changes: 2 additions & 2 deletions backend/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ dill==0.3.8
# -c requirements/ci.txt
# -r requirements/ci.txt
# pylint
django==4.2.17
django==4.2.18
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -407,7 +407,7 @@ isort==5.13.2
# -r requirements/ci.txt
# -r requirements/dev.in
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 6e37595

Please sign in to comment.