Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ djangocms-text-ckeditor==5.1.7

easy-thumbnails==2.10.1
feedparser==6.0.12
google-auth==2.48.0
google-auth==2.49.1
google-cloud-storage==3.8.0
gunicorn==23.0.0
iso3166==2.1.1
Expand All @@ -40,6 +40,10 @@ micawber==0.5.6
# this is a secure version
pillow==12.1.0
psycopg2-binary==2.9.11
# pyasn1-modules is forced to updted pyasn to a secure version
# we added it here temporarily until google-auth updates their pyasn1 dependency
# TODO drop pyasn1-modules from here when google-auth updates their dependency
pyasn1-modules==0.4.2
requests==2.32.5
# We need to manually force typing-extensions to upgrade
typing-extensions==4.15.0
Expand Down
14 changes: 6 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ google-api-core==2.29.0
# via
# google-cloud-core
# google-cloud-storage
google-auth==2.48.0
google-auth==2.49.1
# via
# -r requirements.in
# google-api-core
Expand Down Expand Up @@ -173,12 +173,12 @@ protobuf==4.25.8
# proto-plus
psycopg2-binary==2.9.11
# via -r requirements.in
pyasn1==0.6.0
pyasn1==0.6.3
# via pyasn1-modules
pyasn1-modules==0.4.2
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via google-auth
# -r requirements.in
# google-auth
pycparser==3.0
# via cffi
reportlab==4.2.0
Expand All @@ -190,8 +190,6 @@ requests==2.32.5
# -r requirements.in
# google-api-core
# google-cloud-storage
rsa==4.9
# via google-auth
sgmllib3k==1.0.0
# via feedparser
six==1.16.0
Expand Down
Loading