Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Nov 22, 2023
1 parent 2098ff7 commit 86994d0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions requirements.dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

-c requirements.txt

pip-tools==7.1.0
pip-tools==7.3.0
flake8==6.1.0
django-webtest==1.9.10
coverage==7.2.7
django-webtest==1.9.11
coverage==7.3.2
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ build==0.10.0
# via pip-tools
click==8.1.4
# via pip-tools
coverage==7.2.7
coverage==7.3.2
# via -r requirements.dev.in
django-webtest==1.9.10
django-webtest==1.9.11
# via -r requirements.dev.in
flake8==6.1.0
# via -r requirements.dev.in
Expand All @@ -24,7 +24,7 @@ packaging==21.3
# via
# -c requirements.txt
# build
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements.dev.in
pycodestyle==2.11.0
# via flake8
Expand Down
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ django-reversion==5.0.4
django-sekizai==4.1.0
django-storages==1.13.2
django-treebeard==4.7
django-simple-captcha==0.5.18
djangocms-admin-style==3.2.4
django-simple-captcha==0.5.20
djangocms-admin-style==3.2.6
# djangocms-attributes-field could be removed when other deps updates to 3.0.0
djangocms-attributes-field==3.0.0
djangocms-picture==4.0.0
Expand All @@ -41,6 +41,6 @@ micawber==0.5.5
# django-pagedown, djangocms-text-ckeditor and easy-thumbnails use it but don't specify the version
# this is a secure version
pillow==10.0.0
psycopg2-binary==2.9.6
psycopg2-binary==2.9.9
requests==2.31.0
whoosh==2.7.4
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#
asgiref==3.7.2
# via
Expand Down Expand Up @@ -41,6 +41,7 @@ django==4.2.3
# django-simple-captcha
# django-storages
# django-treebeard
# djangocms-admin-style
# easy-thumbnails
# jsonfield
django-appconf==1.0.4
Expand Down Expand Up @@ -93,15 +94,15 @@ django-sekizai==4.1.0
# via
# -r requirements.in
# django-cms
django-simple-captcha==0.5.18
django-simple-captcha==0.5.20
# via -r requirements.in
django-storages==1.13.2
# via -r requirements.in
django-treebeard==4.7
# via
# -r requirements.in
# django-cms
djangocms-admin-style==3.2.4
djangocms-admin-style==3.2.6
# via
# -r requirements.in
# django-cms
Expand Down Expand Up @@ -175,7 +176,7 @@ protobuf==3.19.1
# via
# google-api-core
# googleapis-common-protos
psycopg2-binary==2.9.6
psycopg2-binary==2.9.9
# via -r requirements.in
pyasn1==0.4.8
# via
Expand Down

0 comments on commit 86994d0

Please sign in to comment.