Skip to content

Commit

Permalink
Merge pull request #1230 from uktrade/GREATUK-60-bump-cryptography
Browse files Browse the repository at this point in the history
Bump cryptography to 42.0.4
  • Loading branch information
bobby-didcoding authored Feb 29, 2024
2 parents e6fb13e + 2e4ae67 commit aba32b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ notifications-python-client==9.0.0
boto3==1.24.*
celery[redis]>=5.2.2
certifi==2023.07.22
cryptography==41.0.6
cryptography==42.0.4
deprecated==1.2.*
dj-database-url
drf-spectacular==0.26.1
Expand Down
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ botocore==1.27.96
celery[redis]==5.3.6
# via
# -r requirements.in
# celery
# django-celery-beat
certifi==2023.7.22
# via
Expand All @@ -59,7 +58,7 @@ click-repl==0.3.0
# via celery
cron-descriptor==1.4.3
# via django-celery-beat
cryptography==41.0.6
cryptography==42.0.4
# via
# -r requirements.in
# pyhanko
Expand Down Expand Up @@ -171,6 +170,8 @@ faker==22.6.0
# via factory-boy
future==0.18.3
# via django-json-widget
greenlet==3.0.3
# via sqlalchemy
html5lib==1.1
# via xhtml2pdf
idna==3.6
Expand Down Expand Up @@ -291,7 +292,6 @@ requests[security]==2.31.0
# notifications-python-client
# pyhanko
# pyhanko-certvalidator
# requests
# requests-oauthlib
requests-oauthlib==1.3.1
# via django-staff-sso-client
Expand Down Expand Up @@ -323,9 +323,7 @@ sqlparse==0.4.4
svglib==1.5.1
# via xhtml2pdf
tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via
# django-import-export
# tablib
# via django-import-export
tinycss2==1.2.1
# via
# cssselect2
Expand Down
11 changes: 4 additions & 7 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ botocore==1.27.96
celery[redis]==5.3.6
# via
# -r requirements.in
# celery
# django-celery-beat
certifi==2023.7.22
# via
Expand Down Expand Up @@ -68,12 +67,11 @@ click-repl==0.3.0
# via celery
coverage[toml]==7.4.1
# via
# coverage
# pytest-codecov
# pytest-cov
cron-descriptor==1.4.3
# via django-celery-beat
cryptography==41.0.6
cryptography==42.0.4
# via
# -r requirements.in
# pyhanko
Expand Down Expand Up @@ -195,6 +193,8 @@ gitdb==4.0.11
# via gitpython
gitpython==3.1.41
# via -r requirements_test.in
greenlet==3.0.3
# via sqlalchemy
html5lib==1.1
# via xhtml2pdf
idna==3.6
Expand Down Expand Up @@ -361,7 +361,6 @@ requests[security]==2.31.0
# pyhanko
# pyhanko-certvalidator
# pytest-codecov
# requests
# requests-mock
# requests-oauthlib
requests-mock==1.6.0
Expand Down Expand Up @@ -404,9 +403,7 @@ sqlparse==0.4.4
svglib==1.5.1
# via xhtml2pdf
tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via
# django-import-export
# tablib
# via django-import-export
termcolor==2.4.0
# via pytest-sugar
tinycss2==1.2.1
Expand Down

0 comments on commit aba32b8

Please sign in to comment.