Skip to content

Commit

Permalink
Merge pull request #486 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-da47f0e

Python Requirements Update
  • Loading branch information
DawoudSheraz authored Feb 16, 2024
2 parents da47f0e + 4842125 commit 7587aa7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ django-crum==0.7.9
# via
# edx-django-utils
# edx-toggles
django-model-utils==4.3.1
django-model-utils==4.4.0
# via -r requirements/base.in
django-storages==1.14.2
# via -r requirements/base.in
Expand Down Expand Up @@ -277,7 +277,7 @@ requests==2.31.0
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.24.1
responses==0.25.0
# via -r requirements/test.in
rfc3986==2.0.0
# via twine
Expand Down Expand Up @@ -319,7 +319,7 @@ tomlkit==0.12.3
# via pylint
tox==4.12.1
# via -r requirements/ci.in
twine==4.0.2
twine==5.0.0
# via -r requirements/quality.in
typing-extensions==4.9.0
# via
Expand All @@ -340,7 +340,7 @@ urllib3==2.2.0
# requests
# responses
# twine
uvicorn==0.27.0.post1
uvicorn==0.27.1
# via pact-python
virtualenv==20.25.0
# via tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ django-crum==0.7.9
# via
# edx-django-utils
# edx-toggles
django-model-utils==4.3.1
django-model-utils==4.4.0
# via -r requirements/base.in
django-storages==1.14.2
# via -r requirements/base.in
Expand Down Expand Up @@ -242,7 +242,7 @@ requests==2.31.0
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.24.1
responses==0.25.0
# via -r requirements/test.in
rfc3986==2.0.0
# via twine
Expand Down Expand Up @@ -280,7 +280,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
twine==4.0.2
twine==5.0.0
# via -r requirements/quality.in
typing-extensions==4.9.0
# via
Expand All @@ -301,7 +301,7 @@ urllib3==2.2.0
# requests
# responses
# twine
uvicorn==0.27.0.post1
uvicorn==0.27.1
# via pact-python
zipp==3.17.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ django-crum==0.7.9
# via
# edx-django-utils
# edx-toggles
django-model-utils==4.3.1
django-model-utils==4.4.0
# via -r requirements/base.in
django-storages==1.14.2
# via -r requirements/base.in
Expand Down Expand Up @@ -163,7 +163,7 @@ requests==2.31.0
# edx-drf-extensions
# pact-python
# responses
responses==0.24.1
responses==0.25.0
# via -r requirements/test.in
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down Expand Up @@ -204,7 +204,7 @@ urllib3==2.2.0
# via
# requests
# responses
uvicorn==0.27.0.post1
uvicorn==0.27.1
# via pact-python

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 7587aa7

Please sign in to comment.