Skip to content

Commit

Permalink
feat!: upgrading django-storages to 1.11.1 (#33115)
Browse files Browse the repository at this point in the history
* feat: upgrading `django-storages` to `1.11.1`
  • Loading branch information
awais786 authored Aug 29, 2023
1 parent 3b692f2 commit 779e4b9
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ celery>=5.2.2,<6.0.0
# required for celery>=5.2.0;<5.3.0
click>=8.0,<9.0

# django-storages version 1.10.1 is major upgrade and require multiple settings changes.
django-storages==1.10.1
# django-storages version 1.11.1 is major version upgrade.
django-storages==1.11.1


# The team that owns this package will manually bump this package rather than having it pulled in automatically.
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx-sandbox/py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ importlib-resources==6.0.1
# via matplotlib
joblib==1.3.2
# via nltk
kiwisolver==1.4.4
kiwisolver==1.4.5
# via matplotlib
lxml==4.9.3
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ django-statici18n==2.4.0
# -r requirements/edx/kernel.in
# lti-consumer-xblock
# xblock-drag-and-drop-v2
django-storages==1.10.1
django-storages==1.11.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -730,7 +730,7 @@ mysqlclient==2.2.0
# via
# -r requirements/edx/kernel.in
# openedx-blockstore
newrelic==8.10.1
newrelic==8.11.0
# via
# -r requirements/edx/bundled.in
# edx-django-utils
Expand Down Expand Up @@ -1007,7 +1007,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/edx/kernel.in
# social-auth-core
rpds-py==0.9.2
rpds-py==0.10.0
# via
# jsonschema
# referencing
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jinja2==3.1.2
# via diff-cover
markupsafe==2.1.3
# via jinja2
pluggy==1.2.0
pluggy==1.3.0
# via diff-cover
pygments==2.16.1
# via diff-cover
18 changes: 9 additions & 9 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ django-statici18n==2.4.0
# -r requirements/edx/testing.txt
# lti-consumer-xblock
# xblock-drag-and-drop-v2
django-storages==1.10.1
django-storages==1.11.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -894,11 +894,11 @@ execnet==2.0.2
# pytest-xdist
factory-boy==3.3.0
# via -r requirements/edx/testing.txt
faker==19.3.0
faker==19.3.1
# via
# -r requirements/edx/testing.txt
# factory-boy
fastapi==0.101.1
fastapi==0.103.0
# via
# -r requirements/edx/testing.txt
# pact-python
Expand Down Expand Up @@ -1234,7 +1234,7 @@ mysqlclient==2.2.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# openedx-blockstore
newrelic==8.10.1
newrelic==8.11.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1407,7 +1407,7 @@ platformdirs==3.8.1
# pylint
# snowflake-connector-python
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/edx/testing.txt
# diff-cover
Expand Down Expand Up @@ -1465,11 +1465,11 @@ pycryptodomex==3.18.0
# lti-consumer-xblock
# pyjwkest
# snowflake-connector-python
pydantic==2.2.1
pydantic==2.3.0
# via
# -r requirements/edx/testing.txt
# fastapi
pydantic-core==2.6.1
pydantic-core==2.6.3
# via
# -r requirements/edx/testing.txt
# pydantic
Expand Down Expand Up @@ -1756,7 +1756,7 @@ rfc3986[idna2008]==1.5.0
# via
# -r requirements/edx/testing.txt
# httpx
rpds-py==0.9.2
rpds-py==0.10.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1816,7 +1816,7 @@ simplejson==3.19.1
# sailthru-client
# super-csv
# xblock-utils
singledispatch==4.0.0
singledispatch==4.1.0
# via -r requirements/edx/testing.txt
six==1.16.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ django-statici18n==2.4.0
# -r requirements/edx/base.txt
# lti-consumer-xblock
# xblock-drag-and-drop-v2
django-storages==1.10.1
django-storages==1.11.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -865,7 +865,7 @@ mysqlclient==2.2.0
# via
# -r requirements/edx/base.txt
# openedx-blockstore
newrelic==8.10.1
newrelic==8.11.0
# via
# -r requirements/edx/base.txt
# edx-django-utils
Expand Down Expand Up @@ -1193,7 +1193,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/edx/base.txt
# social-auth-core
rpds-py==0.9.2
rpds-py==0.10.0
# via
# -r requirements/edx/base.txt
# jsonschema
Expand Down
18 changes: 9 additions & 9 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ django-statici18n==2.4.0
# -r requirements/edx/base.txt
# lti-consumer-xblock
# xblock-drag-and-drop-v2
django-storages==1.10.1
django-storages==1.11.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -692,9 +692,9 @@ execnet==2.0.2
# via pytest-xdist
factory-boy==3.3.0
# via -r requirements/edx/testing.in
faker==19.3.0
faker==19.3.1
# via factory-boy
fastapi==0.101.1
fastapi==0.103.0
# via pact-python
fastavro==1.8.2
# via
Expand Down Expand Up @@ -934,7 +934,7 @@ mysqlclient==2.2.0
# via
# -r requirements/edx/base.txt
# openedx-blockstore
newrelic==8.10.1
newrelic==8.11.0
# via
# -r requirements/edx/base.txt
# edx-django-utils
Expand Down Expand Up @@ -1055,7 +1055,7 @@ platformdirs==3.8.1
# pylint
# snowflake-connector-python
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/edx/coverage.txt
# diff-cover
Expand Down Expand Up @@ -1103,9 +1103,9 @@ pycryptodomex==3.18.0
# lti-consumer-xblock
# pyjwkest
# snowflake-connector-python
pydantic==2.2.1
pydantic==2.3.0
# via fastapi
pydantic-core==2.6.1
pydantic-core==2.6.3
# via pydantic
pygments==2.16.1
# via
Expand Down Expand Up @@ -1329,7 +1329,7 @@ requests-oauthlib==1.3.1
# social-auth-core
rfc3986[idna2008]==1.5.0
# via httpx
rpds-py==0.9.2
rpds-py==0.10.0
# via
# -r requirements/edx/base.txt
# jsonschema
Expand Down Expand Up @@ -1378,7 +1378,7 @@ simplejson==3.19.1
# sailthru-client
# super-csv
# xblock-utils
singledispatch==4.0.0
singledispatch==4.1.0
# via -r requirements/edx/testing.in
six==1.16.0
# via
Expand Down

0 comments on commit 779e4b9

Please sign in to comment.