diff --git a/config/requirements/dev_lock.txt b/config/requirements/dev_lock.txt index f88dceeb..09162eef 100644 --- a/config/requirements/dev_lock.txt +++ b/config/requirements/dev_lock.txt @@ -161,9 +161,9 @@ black==23.7.0 \ --hash=sha256:f9062af71c59c004cd519e2fb8f5d25d39e46d3af011b41ab43b9c74e27e236f \ --hash=sha256:fb074d8b213749fa1d077d630db0d5f8cc3b2ae63587ad4116e8a436e9bbe995 # via -r config/requirements/dev.in -boto3==1.28.34 \ - --hash=sha256:2ccbea42fe4cbd22a8ba1e90a37ac65f05c1932e63432e429fb7158d8255bbc0 \ - --hash=sha256:4713a4e69120db5f358f4d378459fb4ea04be98664a0908088f6e04ab49d2583 +boto3==1.28.35 \ + --hash=sha256:580b584e36967155abed7cc9b088b3bd784e8242ae4d8841f58cb50ab05520dc \ + --hash=sha256:d77415f22bbc14f3d72eaed2fc9f96d161f3ba7686922ad26d6bbc9d4985f3df # via -r config/requirements/prod.in botocore==1.31.35 \ --hash=sha256:7e4534325262f43293a9cc9937cb3f1711365244ffde8b925a6ee862bcf30a83 \ diff --git a/config/requirements/prod.in b/config/requirements/prod.in index 640707ad..5828940b 100644 --- a/config/requirements/prod.in +++ b/config/requirements/prod.in @@ -3,7 +3,7 @@ # `just make_requirements` in order to compile a new requirement files in config/requirements/*_lock.txt. Django~=4.2 -boto3~=1.26 +boto3~=1.28 celery~=5.3 crispy-bootstrap5~=0.7 django-allauth~=0.42 diff --git a/config/requirements/prod_lock.txt b/config/requirements/prod_lock.txt index 315a7842..9799a209 100644 --- a/config/requirements/prod_lock.txt +++ b/config/requirements/prod_lock.txt @@ -16,9 +16,9 @@ billiard==4.1.0 \ --hash=sha256:0f50d6be051c6b2b75bfbc8bfd85af195c5739c281d3f5b86a5640c65563614a \ --hash=sha256:1ad2eeae8e28053d729ba3373d34d9d6e210f6e4d8bf0a9c64f92bd053f1edf5 # via celery -boto3==1.28.34 \ - --hash=sha256:2ccbea42fe4cbd22a8ba1e90a37ac65f05c1932e63432e429fb7158d8255bbc0 \ - --hash=sha256:4713a4e69120db5f358f4d378459fb4ea04be98664a0908088f6e04ab49d2583 +boto3==1.28.35 \ + --hash=sha256:580b584e36967155abed7cc9b088b3bd784e8242ae4d8841f58cb50ab05520dc \ + --hash=sha256:d77415f22bbc14f3d72eaed2fc9f96d161f3ba7686922ad26d6bbc9d4985f3df # via -r config/requirements/prod.in botocore==1.31.35 \ --hash=sha256:7e4534325262f43293a9cc9937cb3f1711365244ffde8b925a6ee862bcf30a83 \