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 #120

Merged
merged 1 commit into from
Sep 28, 2023
Merged
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
2 changes: 1 addition & 1 deletion 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.1
pytest==7.4.2
# via
# -r requirements/base.in
# pytest-json-report
Expand Down
18 changes: 8 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
astroid==2.15.6
astroid==2.15.8
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -51,15 +51,15 @@ django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# edx-i18n-tools
edx-i18n-tools==1.1.0
edx-i18n-tools==1.2.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/travis.txt
# tox
Expand Down Expand Up @@ -140,7 +140,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.16.1
# via diff-cover
pylint==2.17.5
pylint==2.17.6
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -164,7 +164,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -243,19 +243,17 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/travis.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/quality.txt
# -r requirements/travis.txt
# asgiref
# astroid
# filelock
# pylint
tzdata==2023.3
# via
# -r requirements/quality.txt
# pandas
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/travis.txt
# tox
Expand All @@ -267,7 +265,7 @@ wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
19 changes: 8 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ babel==2.12.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
bleach==6.0.0
# via readme-renderer
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
Expand Down Expand Up @@ -62,6 +60,8 @@ markupsafe==2.1.3
# via
# -r requirements/test.txt
# jinja2
nh3==0.2.14
# via readme-renderer
numpy==1.24.4
# via
# -r requirements/test.txt
Expand All @@ -82,7 +82,7 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
pygments==2.16.1
# via
Expand All @@ -91,7 +91,7 @@ pygments==2.16.1
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -125,7 +125,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
readme-renderer==41.0
readme-renderer==42.0
# via -r requirements/doc.in
requests==2.31.0
# via sphinx
Expand All @@ -134,7 +134,6 @@ restructuredtext-lint==1.4.0
six==1.16.0
# via
# -r requirements/test.txt
# bleach
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -174,15 +173,13 @@ tomli==2.0.1
# coverage
# doc8
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via pydata-sphinx-theme
tzdata==2023.3
# via
# -r requirements/test.txt
# pandas
urllib3==2.0.4
urllib3==2.0.5
# via requests
webencodings==0.5.1
# via bleach
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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.2.0
setuptools==68.2.2
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -76,7 +76,7 @@ pycodestyle==2.11.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.5
pylint==2.17.6
# via
# edx-lint
# pylint-celery
Expand All @@ -90,7 +90,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -146,7 +146,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pluggy==1.3.0
# via
# -r requirements/base.txt
# pytest
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/base.txt
# pytest-cov
Expand Down
6 changes: 2 additions & 4 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -29,7 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/travis.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox