Skip to content

Commit

Permalink
chore: Updating Python Requirements (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 3, 2023
1 parent 69ee267 commit 2a7b140
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 26 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ edx-opaque-keys==2.3.0
# via -r requirements/base.in
idna==3.4
# via requests
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
pbr==5.11.1
# via stevedore
Expand Down Expand Up @@ -80,7 +80,7 @@ stevedore==5.1.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.6.3
typing-extensions==4.7.0
# via asgiref
urllib3==2.0.3
# via requests
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ django-simple-history==3.0.0
# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
17 changes: 8 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ exceptiongroup==1.1.1
# pytest
factory-boy==2.12.0
# via -r requirements/test.txt
faker==18.10.1
faker==18.11.2
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -145,7 +145,7 @@ imagesize==1.4.1
# via
# -r requirements/docs.txt
# sphinx
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via
# -r requirements/docs.txt
# sphinx
Expand Down Expand Up @@ -176,7 +176,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -193,12 +193,12 @@ pbr==5.11.1
# -r requirements/base.txt
# -r requirements/test.txt
# stevedore
platformdirs==3.5.3
platformdirs==3.8.0
# via
# -r requirements/test.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -258,7 +258,7 @@ pynacl==1.5.0
# -r requirements/base.txt
# -r requirements/test.txt
# edx-django-utils
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -311,7 +311,6 @@ snowballstemmer==2.2.0
# sphinx
sphinx==5.3.0
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/docs.txt
# sphinx-rtd-theme
Expand Down Expand Up @@ -377,7 +376,7 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
typing-extensions==4.6.3
typing-extensions==4.7.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -390,7 +389,7 @@ urllib3==2.0.3
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
virtualenv==20.23.0
virtualenv==20.23.1
# via
# -r requirements/test.txt
# tox
Expand Down
3 changes: 1 addition & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via sphinx
jinja2==3.1.2
# via
Expand Down Expand Up @@ -54,7 +54,6 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==5.3.0
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/docs.in
# sphinx-rtd-theme
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.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.8.0
setuptools==68.0.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ exceptiongroup==1.1.1
# via pytest
factory-boy==2.12.0
# via -r requirements/test.in
faker==18.10.1
faker==18.11.2
# via factory-boy
filelock==3.12.2
# via
Expand All @@ -106,7 +106,7 @@ markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -118,11 +118,11 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.5.3
platformdirs==3.8.0
# via
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# pytest
# tox
Expand Down Expand Up @@ -164,7 +164,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.3.2
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -219,7 +219,7 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/test.in
typing-extensions==4.6.3
typing-extensions==4.7.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -229,7 +229,7 @@ urllib3==2.0.3
# via
# -r requirements/base.txt
# requests
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
wrapt==1.15.0
# via astroid

0 comments on commit 2a7b140

Please sign in to comment.