Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jun 27, 2023
1 parent 0f46ffc commit 1962367
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 25 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ logutils==0.3.5
# via -r requirements/base.in
markupsafe==2.1.3
# via jinja2
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down
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
5 changes: 2 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -295,9 +295,8 @@ social-auth-core==4.4.2
# social-auth-app-django
soupsieve==2.4.1
# via beautifulsoup4
sphinx==5.3.0
sphinx==6.2.1
# via
# -c requirements/common_constraints.txt
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
Expand Down
4 changes: 2 additions & 2 deletions requirements/github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ packaging==23.1
# via
# -r requirements/tox.txt
# tox
platformdirs==3.6.0
platformdirs==3.8.0
# via
# -r requirements/tox.txt
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/tox.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
mysqlclient==2.1.1
mysqlclient==2.2.0
# via -r requirements/local.in
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -253,13 +253,13 @@ pinax-announcements==4.0.0
# via -r requirements/test.txt
pip-tools==6.13.0
# via -r requirements/pip_tools.txt
platformdirs==3.6.0
platformdirs==3.8.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand Down Expand Up @@ -325,7 +325,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip_tools.txt
# build
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# make upgrade
#
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/optional.in
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
mysqlclient==2.1.1
mysqlclient==2.2.0
# via -r requirements/production.in
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ markupsafe==2.1.3
# 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 @@ -208,9 +208,9 @@ pbr==5.11.1
# stevedore
pinax-announcements==4.0.0
# via -r requirements/base.txt
platformdirs==3.6.0
platformdirs==3.8.0
# via pylint
pluggy==1.0.0
pluggy==1.2.0
# via pytest
polib==1.2.0
# via
Expand Down Expand Up @@ -259,7 +259,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.6.0
platformdirs==3.8.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand Down

0 comments on commit 1962367

Please sign in to comment.