Skip to content

Commit

Permalink
Revert "chore: Updating Python Requirements (#195)" (#196)
Browse files Browse the repository at this point in the history
This reverts commit 20f3310.
  • Loading branch information
varshamenon4 authored May 21, 2024
1 parent 20f3310 commit 429f0bd
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pyyaml==6.0.1
# via
# code-annotations
# drf-yasg
requests==2.32.1
requests==2.31.0
# via edx-drf-extensions
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.2.1
# via
# tox
# virtualenv
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
annotated-types==0.7.0
annotated-types==0.6.0
# via
# -r requirements/quality.txt
# pydantic
asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.2.2
astroid==3.2.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -204,7 +204,7 @@ pkginfo==1.10.0
# via
# -r requirements/quality.txt
# twine
platformdirs==4.2.2
platformdirs==4.2.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -240,7 +240,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pylint==3.2.2
pylint==3.2.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -282,7 +282,7 @@ readme-renderer==43.0
# via
# -r requirements/quality.txt
# twine
requests==2.32.1
requests==2.31.0
# via
# -r requirements/quality.txt
# requests-toolbelt
Expand Down Expand Up @@ -350,7 +350,7 @@ tomlkit==0.12.5
# pylint
tox==4.15.0
# via -r requirements/ci.txt
twine==5.1.0
twine==5.0.0
# via -r requirements/quality.txt
typer[all]==0.12.3
# via
Expand Down Expand Up @@ -382,7 +382,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.18.2
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pyyaml==6.0.1
# drf-yasg
readme-renderer==43.0
# via -r requirements/doc.in
requests==2.32.1
requests==2.31.0
# via
# edx-drf-extensions
# sphinx
Expand Down Expand Up @@ -257,5 +257,5 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
zipp==3.18.2
zipp==3.18.1
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.in
# pip-tools
zipp==3.18.2
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
annotated-types==0.7.0
annotated-types==0.6.0
# via pydantic
asgiref==3.8.1
# via django
astroid==3.2.2
astroid==3.2.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -93,7 +93,7 @@ pbr==6.0.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
platformdirs==4.2.1
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
Expand All @@ -109,7 +109,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.2
pylint==3.2.0
# via
# edx-lint
# pylint-celery
Expand All @@ -129,7 +129,7 @@ pyyaml==6.0.1
# via code-annotations
readme-renderer==43.0
# via twine
requests==2.32.1
requests==2.31.0
# via
# requests-toolbelt
# twine
Expand Down Expand Up @@ -163,7 +163,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.5
# via pylint
twine==5.1.0
twine==5.0.0
# via -r requirements/quality.in
typer[all]==0.12.3
# via rstcheck
Expand All @@ -183,7 +183,7 @@ urllib3==2.2.1
# via
# requests
# twine
zipp==3.18.2
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.2.1
pytest==8.2.0
# via
# pytest-cov
# pytest-django
Expand All @@ -241,7 +241,7 @@ pyyaml==6.0.1
# -r requirements/base.txt
# code-annotations
# drf-yasg
requests==2.32.1
requests==2.31.0
# via
# -r requirements/base.txt
# edx-drf-extensions
Expand Down

0 comments on commit 429f0bd

Please sign in to comment.