Skip to content

Commit

Permalink
chore: Updating Python Requirements (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 7, 2023
1 parent 9d77e79 commit d254e48
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 19 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pandas==2.0.3
# via -r requirements/base.in
pluggy==1.3.0
# via pytest
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/base.in
# pytest-json-report
Expand All @@ -27,7 +27,7 @@ pytest-metadata==3.0.0
# via pytest-json-report
python-dateutil==2.8.2
# via pandas
pytz==2023.3
pytz==2023.3.post1
# via pandas
six==1.16.0
# via python-dateutil
Expand Down
18 changes: 13 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ astroid==2.15.6
# -r requirements/quality.txt
# pylint
# pylint-celery
build==0.10.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -33,7 +33,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -47,7 +47,7 @@ distlib==0.3.7
# via
# -r requirements/travis.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# edx-i18n-tools
Expand All @@ -64,6 +64,10 @@ filelock==3.12.3
# -r requirements/travis.txt
# tox
# virtualenv
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -160,7 +164,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -185,7 +189,7 @@ python-slugify==8.0.1
# via
# -r requirements/quality.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -263,6 +267,10 @@ wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.16.2
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ click==8.1.7
# code-annotations
code-annotations==1.5.0
# via -r requirements/test.txt
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -91,7 +91,7 @@ pygments==2.16.1
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -116,7 +116,7 @@ python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# babel
Expand All @@ -138,7 +138,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -90,7 +90,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -115,7 +115,7 @@ python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# pandas
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ click==8.1.7
# via code-annotations
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
exceptiongroup==1.1.3
# via
Expand Down Expand Up @@ -38,7 +38,7 @@ pluggy==1.3.0
# via
# -r requirements/base.txt
# pytest
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/base.txt
# pytest-cov
Expand All @@ -61,7 +61,7 @@ python-dateutil==2.8.2
# pandas
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# pandas
Expand Down

0 comments on commit d254e48

Please sign in to comment.