Skip to content

Commit

Permalink
[ BB2-1313 ]Update package versions for SES issue (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtisza1 committed Jul 14, 2022
1 parent 364b9a6 commit 8777c4a
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
18 changes: 13 additions & 5 deletions requirements/requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ beautifulsoup4==4.11.1 \
boto3==1.22.11 \
--hash=sha256:4da0972ef3cc9fa32052272af50ed1b7771e99f02ac0f08310dfb9c8b10ccbb6 \
--hash=sha256:ce6239f0a04180ca0db04da9e2b81bc05d004476bf6ea7a02190e3e82c6564fa
# via -r requirements/requirements.in
# via
# -r requirements/requirements.in
# django-ses
botocore==1.25.11 \
--hash=sha256:24423c4f6a738400ea27b529135be6f25c1e32f9fbea29eef1058086095bf984 \
--hash=sha256:6eda32376dffba59574119ae82e243677f14e6652824e1e8876e8f3fad909d76
Expand Down Expand Up @@ -200,6 +202,7 @@ django==3.2.14 \
# django-filter
# django-localflavor
# django-oauth-toolkit
# django-ses
# django-settings-export
# django-storages
# djangorestframework
Expand Down Expand Up @@ -238,6 +241,10 @@ django-oauth-toolkit==1.6.0 \
--hash=sha256:3a488cb87a4dd803487f735d88c21aeec563eac7fb603902031ee7fdb722ae3e \
--hash=sha256:5e2a98518fcef3566d5632c7341fd2444323a0b2ae78fd77f89d0046a05905b8
# via -r requirements/requirements.in
django-ses==3.1.0 \
--hash=sha256:25a2c718305ad6437f45c6c3cc696ea1899f71c49ce4c0dd4cafd38ab2216667 \
--hash=sha256:e16103b9cebe9e573e09cc6db79f7e6b0a8a315b5dad32a627d95ad2e12c3810
# via -r requirements/requirements.in
django-settings-export==1.2.1 \
--hash=sha256:fceeae49fc597f654c1217415d8e049fc81c930b7154f5d8f28c432db738ff79
# via -r requirements/requirements.in
Expand Down Expand Up @@ -274,11 +281,12 @@ idna==3.3 \
--hash=sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff \
--hash=sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d
# via requests
importlib-metadata==4.2.0 \
--hash=sha256:057e92c15bc8d9e8109738a48db0ccb31b4d9d5cfbee5a8670879a30be66304b \
--hash=sha256:b7e52a1f8dec14a75ea73e0891f3060099ca1d8e6a462a4dff11c3e119ea1b31
importlib-metadata==1.7.0 \
--hash=sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83 \
--hash=sha256:dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070
# via
# -r requirements/requirements.in
# django-ses
# flake8
# jsonschema
jmespath==1.0.0 \
Expand Down Expand Up @@ -454,6 +462,7 @@ pytz==2022.1 \
# via
# -r requirements/requirements.in
# django
# django-ses
# djangorestframework
pyyaml==6.0 \
--hash=sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293 \
Expand Down Expand Up @@ -535,7 +544,6 @@ typing-extensions==4.2.0 \
# via
# -r requirements/requirements.in
# asgiref
# importlib-metadata
unicodecsv==0.14.1 \
--hash=sha256:018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc
# via djangorestframework-csv
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ py==1.10.0
attrs==20.3.0
pyrsistent==0.17.3
typing_extensions==4.2.0
importlib-metadata==4.2.0
importlib-metadata<2.0

# notifications
# django-ses
django-ses

# security and identity system
oauthlib==3.1.0
Expand Down
18 changes: 13 additions & 5 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ attrs==20.3.0 \
boto3==1.22.11 \
--hash=sha256:4da0972ef3cc9fa32052272af50ed1b7771e99f02ac0f08310dfb9c8b10ccbb6 \
--hash=sha256:ce6239f0a04180ca0db04da9e2b81bc05d004476bf6ea7a02190e3e82c6564fa
# via -r requirements/requirements.in
# via
# -r requirements/requirements.in
# django-ses
botocore==1.25.11 \
--hash=sha256:24423c4f6a738400ea27b529135be6f25c1e32f9fbea29eef1058086095bf984 \
--hash=sha256:6eda32376dffba59574119ae82e243677f14e6652824e1e8876e8f3fad909d76
Expand Down Expand Up @@ -130,6 +132,7 @@ django==3.2.14 \
# django-filter
# django-localflavor
# django-oauth-toolkit
# django-ses
# django-settings-export
# django-storages
# djangorestframework
Expand Down Expand Up @@ -164,6 +167,10 @@ django-oauth-toolkit==1.6.0 \
--hash=sha256:3a488cb87a4dd803487f735d88c21aeec563eac7fb603902031ee7fdb722ae3e \
--hash=sha256:5e2a98518fcef3566d5632c7341fd2444323a0b2ae78fd77f89d0046a05905b8
# via -r requirements/requirements.in
django-ses==3.1.0 \
--hash=sha256:25a2c718305ad6437f45c6c3cc696ea1899f71c49ce4c0dd4cafd38ab2216667 \
--hash=sha256:e16103b9cebe9e573e09cc6db79f7e6b0a8a315b5dad32a627d95ad2e12c3810
# via -r requirements/requirements.in
django-settings-export==1.2.1 \
--hash=sha256:fceeae49fc597f654c1217415d8e049fc81c930b7154f5d8f28c432db738ff79
# via -r requirements/requirements.in
Expand Down Expand Up @@ -192,11 +199,12 @@ idna==3.3 \
--hash=sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff \
--hash=sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d
# via requests
importlib-metadata==4.2.0 \
--hash=sha256:057e92c15bc8d9e8109738a48db0ccb31b4d9d5cfbee5a8670879a30be66304b \
--hash=sha256:b7e52a1f8dec14a75ea73e0891f3060099ca1d8e6a462a4dff11c3e119ea1b31
importlib-metadata==1.7.0 \
--hash=sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83 \
--hash=sha256:dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070
# via
# -r requirements/requirements.in
# django-ses
# jsonschema
jmespath==1.0.0 \
--hash=sha256:a490e280edd1f57d6de88636992d05b71e97d69a26a19f058ecf7d304474bf5e \
Expand Down Expand Up @@ -355,6 +363,7 @@ pytz==2022.1 \
# via
# -r requirements/requirements.in
# django
# django-ses
# djangorestframework
pyyaml==6.0 \
--hash=sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293 \
Expand Down Expand Up @@ -427,7 +436,6 @@ typing-extensions==4.2.0 \
# via
# -r requirements/requirements.in
# asgiref
# importlib-metadata
unicodecsv==0.14.1 \
--hash=sha256:018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc
# via djangorestframework-csv
Expand Down
Binary file removed vendor/django_ses-3.0.1-py3-none-any.whl
Binary file not shown.
Binary file added vendor/django_ses-3.1.0-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed vendor/importlib_metadata-4.11.4-py3-none-any.whl
Binary file not shown.
Binary file removed vendor/importlib_metadata-4.2.0-py3-none-any.whl
Binary file not shown.
Binary file removed vendor/importlib_metadata-4.6.3-py3-none-any.whl
Binary file not shown.

0 comments on commit 8777c4a

Please sign in to comment.