Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #147

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ iniconfig==2.0.0
# via pytest
numpy==1.24.4
# via pandas
packaging==23.2
packaging==24.0
# via pytest
pandas==2.0.3
# via -r requirements/base.in
pluggy==1.4.0
# via pytest
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/base.in
# pytest-json-report
Expand All @@ -25,7 +25,7 @@ pytest-json-report==1.5.0
# via -r requirements/base.in
pytest-metadata==3.1.1
# via pytest-json-report
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand All @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
30 changes: 16 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
#
# make upgrade
#
asgiref==3.7.2
asgiref==3.8.0
# via django
astroid==3.1.0
# via
# -r requirements/quality.txt
# pylint
# pylint-celery
build==1.0.3
backports-zoneinfo==0.2.1
# via django
build==1.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -36,15 +38,15 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/quality.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -58,7 +60,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.24
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# edx-i18n-tools
Expand All @@ -75,8 +77,9 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
importlib-metadata==7.0.1
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
Expand Down Expand Up @@ -106,7 +109,7 @@ numpy==1.24.4
# via
# -r requirements/quality.txt
# pandas
packaging==23.2
packaging==24.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -123,7 +126,7 @@ pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -176,7 +179,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -193,7 +196,7 @@ pytest-metadata==3.1.1
# via
# -r requirements/quality.txt
# pytest-json-report
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/quality.txt
# pandas
Expand All @@ -204,7 +207,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/quality.txt
# django
# pandas
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -247,7 +249,7 @@ tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.txt
typing-extensions==4.10.0
# via
Expand All @@ -263,11 +265,11 @@ virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
wheel==0.42.0
wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.17.0
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
18 changes: 10 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ click==8.1.7
# via
# -r requirements/test.txt
# code-annotations
code-annotations==1.6.0
code-annotations==1.7.0
# via -r requirements/test.txt
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -45,8 +45,10 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# sphinx
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand All @@ -66,7 +68,7 @@ numpy==1.24.4
# via
# -r requirements/test.txt
# pandas
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand All @@ -91,7 +93,7 @@ pygments==2.17.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -108,7 +110,7 @@ pytest-metadata==3.1.1
# via
# -r requirements/test.txt
# pytest-json-report
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# pandas
Expand Down Expand Up @@ -181,5 +183,5 @@ tzdata==2024.1
# pandas
urllib3==2.2.1
# via requests
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
16 changes: 9 additions & 7 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand All @@ -23,9 +25,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
setuptools==69.2.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -54,7 +54,7 @@ numpy==1.24.4
# via
# -r requirements/test.txt
# pandas
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -88,7 +88,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -105,7 +105,7 @@ pytest-metadata==3.1.1
# via
# -r requirements/test.txt
# pytest-json-report
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# pandas
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
click==8.1.7
# via code-annotations
code-annotations==1.6.0
code-annotations==1.7.0
# via -r requirements/test.in
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via pytest-cov
exceptiongroup==1.2.0
# via
Expand All @@ -26,7 +26,7 @@ numpy==1.24.4
# via
# -r requirements/base.txt
# pandas
packaging==23.2
packaging==24.0
# via
# -r requirements/base.txt
# pytest
Expand All @@ -38,7 +38,7 @@ pluggy==1.4.0
# via
# -r requirements/base.txt
# pytest
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/base.txt
# pytest-cov
Expand All @@ -55,7 +55,7 @@ pytest-metadata==3.1.1
# via
# -r requirements/base.txt
# pytest-json-report
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# pandas
Expand Down