Skip to content

Commit

Permalink
fix: security issues with jinja2 and pycryptodome
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb authored and kdmccormick committed Feb 8, 2024
1 parent c490c37 commit fdeb4b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ google-auth==2.23.3
# via kubernetes
idna==3.4
# via requests
jinja2==3.1.2
jinja2==3.1.3
# via -r requirements/base.in
kubernetes==28.1.0
# via -r requirements/base.in
Expand All @@ -40,7 +40,7 @@ pyasn1==0.5.0
# rsa
pyasn1-modules==0.3.0
# via google-auth
pycryptodome==3.19.0
pycryptodome==3.20.0
# via -r requirements/base.in
python-dateutil==2.8.2
# via kubernetes
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/base.txt
# scriv
Expand Down Expand Up @@ -136,7 +136,7 @@ pyasn1-modules==0.3.0
# google-auth
pycparser==2.21
# via cffi
pycryptodome==3.19.0
pycryptodome==3.20.0
# via -r requirements/base.txt
pygments==2.16.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/base.txt
# sphinx
Expand Down Expand Up @@ -76,7 +76,7 @@ pyasn1-modules==0.3.0
# via
# -r requirements/base.txt
# google-auth
pycryptodome==3.19.0
pycryptodome==3.20.0
# via -r requirements/base.txt
pygments==2.16.1
# via sphinx
Expand Down

0 comments on commit fdeb4b6

Please sign in to comment.