Skip to content

Commit

Permalink
chore: Updating Python Requirements (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 22, 2023
1 parent 54ca13c commit 74007a7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
4 changes: 2 additions & 2 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fonttools==4.40.0
# via matplotlib
greenlet==2.0.2
# via sqlalchemy
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via alembic
importlib-resources==5.12.0
# via
Expand All @@ -43,7 +43,7 @@ pandas==2.0.2
# via -r edx_repo_tools/conventional_commits/extra.in
pillow==9.5.0
# via matplotlib
pyparsing==3.0.9
pyparsing==3.1.0
# via matplotlib
python-dateutil==2.8.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ path==16.6.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
platformdirs==3.5.3
platformdirs==3.7.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# pytest
# tox
Expand Down Expand Up @@ -180,7 +180,7 @@ requests-oauthlib==1.3.1
# via jira
requests-toolbelt==1.0.0
# via jira
ruamel-yaml==0.17.31
ruamel-yaml==0.17.32
# via -r requirements/base.in
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
Expand Down Expand Up @@ -226,7 +226,7 @@ urllib3==2.0.3
# via requests
urlobject==2.4.3
# via -r requirements/base.in
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
volatile==2.1.0
# via bowler
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
10 changes: 5 additions & 5 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@ pep8==1.7.1
# via -r requirements/development.in
pip-tools==6.13.0
# via -r requirements/development.in
platformdirs==3.5.3
platformdirs==3.7.0
# via
# -r requirements/base.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/base.txt
# pytest
Expand Down Expand Up @@ -272,7 +272,7 @@ pytest==7.3.2
# pytest-xdist
pytest-logging==2015.11.4
# via -r requirements/base.txt
pytest-mock==3.10.0
pytest-mock==3.11.1
# via -r requirements/development.in
pytest-xdist==3.3.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -318,7 +318,7 @@ requests-toolbelt==1.0.0
# jira
responses==0.23.1
# via -r requirements/development.in
ruamel-yaml==0.17.31
ruamel-yaml==0.17.32
# via -r requirements/base.txt
ruamel-yaml-clib==0.2.7
# via
Expand Down Expand Up @@ -397,7 +397,7 @@ urllib3==2.0.3
# responses
urlobject==2.4.3
# via -r requirements/base.txt
virtualenv==20.23.0
virtualenv==20.23.1
# via
# -r requirements/base.txt
# 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.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

0 comments on commit 74007a7

Please sign in to comment.