Skip to content

Commit

Permalink
Merge pull request #941 from okfn/update-requirementes-aug-23
Browse files Browse the repository at this point in the history
Update requirements August 2023
  • Loading branch information
avdata99 authored Sep 25, 2023
2 parents 5e7d31e + 77510b1 commit e175a86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
8 changes: 2 additions & 6 deletions requirements.dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

-c requirements.txt

pip-tools==6.14.0
# wheel is required for pip-tool but ver <= 0.37.1 is vulnerable.
# Remove once pip-tools update wheel version
wheel==0.40.0

flake8==6.0.0
pip-tools==7.1.0
flake8==6.1.0
django-webtest==1.9.10
coverage==7.2.7
12 changes: 5 additions & 7 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ coverage==7.2.7
# via -r requirements.dev.in
django-webtest==1.9.10
# via -r requirements.dev.in
flake8==6.0.0
flake8==6.1.0
# via -r requirements.dev.in
mccabe==0.7.0
# via flake8
packaging==21.3
# via
# -c requirements.txt
# build
pip-tools==6.14.0
pip-tools==7.1.0
# via -r requirements.dev.in
pycodestyle==2.10.0
pycodestyle==2.11.0
# via flake8
pyflakes==3.0.1
pyflakes==3.1.0
# via flake8
pyparsing==3.0.9
# via
Expand Down Expand Up @@ -56,9 +56,7 @@ webob==1.8.6
webtest==2.0.35
# via django-webtest
wheel==0.40.0
# via
# -r requirements.dev.in
# pip-tools
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ djangocms-text-ckeditor==5.1.3

easy-thumbnails==2.8.5
feedparser==6.0.10
google-auth==2.21.0
google-auth==2.22.0
google-cloud-storage==2.10.0
gunicorn==20.1.0
gunicorn==21.2.0
iso3166==2.1.1
jsonfield==3.1.0
libsass==0.22.0
Expand Down
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ google-api-core==2.8.1
# via
# google-cloud-core
# google-cloud-storage
google-auth==2.21.0
google-auth==2.22.0
# via
# -r requirements.in
# google-api-core
Expand All @@ -140,7 +140,7 @@ google-resumable-media==2.3.3
# via google-cloud-storage
googleapis-common-protos==1.56.2
# via google-api-core
gunicorn==20.1.0
gunicorn==21.2.0
# via -r requirements.in
html5lib==1.1
# via djangocms-text-ckeditor
Expand All @@ -162,6 +162,7 @@ packaging==21.3
# via
# django-cms
# djangocms-text-ckeditor
# gunicorn
pillow==10.0.0
# via
# -r requirements.in
Expand Down Expand Up @@ -234,6 +235,3 @@ webencodings==0.5.1
# tinycss2
whoosh==2.7.4
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit e175a86

Please sign in to comment.