Skip to content

Commit

Permalink
Merge pull request #743 from alphagov/SW-fix-reqs-freeze
Browse files Browse the repository at this point in the history
Fix requirements (unable to freeze)
  • Loading branch information
samuelhwilliams authored Jul 19, 2023
2 parents aca1a94 + 6e75787 commit 7f50020
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app requirements
boto3==1.23.0
boto3==1.28.5
celery[sqs]==5.2.7
jsonschema==4.15.0
Flask==2.3.2
Expand Down
16 changes: 10 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async-timeout==4.0.2
# via redis
attrs==21.4.0
# via jsonschema
awscli==1.24.3
awscli==1.29.5
# via awscli-cwlogs
awscli-cwlogs==1.4.6
# via -r requirements.in
Expand All @@ -20,11 +20,12 @@ blinker==1.6.2
# via
# flask
# sentry-sdk
boto3==1.23.0
boto3==1.28.5
# via
# -r requirements.in
# kombu
# notifications-utils
botocore==1.26.3
botocore==1.31.5
# via
# awscli
# boto3
Expand Down Expand Up @@ -117,7 +118,7 @@ jmespath==1.0.0
# botocore
jsonschema==4.15.0
# via -r requirements.in
kombu==5.2.4
kombu[sqs]==5.2.4
# via celery
markupsafe==2.1.1
# via
Expand All @@ -144,6 +145,8 @@ pyasn1==0.4.8
# via rsa
pycparser==2.21
# via cffi
pycurl==7.44.1
# via kombu
pymupdf==1.22.5
# via -r requirements.in
pypdf2==2.10.9
Expand All @@ -166,7 +169,7 @@ pytz==2022.1
# via
# celery
# notifications-utils
pyyaml==5.4.1
pyyaml==6.0.1
# via
# awscli
# notifications-utils
Expand All @@ -181,7 +184,7 @@ requests==2.31.0
# notifications-utils
rsa==4.7.2
# via awscli
s3transfer==0.5.2
s3transfer==0.6.1
# via
# awscli
# boto3
Expand Down Expand Up @@ -209,6 +212,7 @@ typing-extensions==4.7.0
urllib3==1.26.15
# via
# botocore
# kombu
# requests
# sentry-sdk
vine==5.0.0
Expand Down

0 comments on commit 7f50020

Please sign in to comment.