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

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
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
10 changes: 4 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
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 @@ -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 @@ -246,16 +246,14 @@ tox-battery==0.6.2
typing-extensions==4.7.1
# 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 Down
11 changes: 4 additions & 7 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 Down Expand Up @@ -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 @@ -182,7 +181,5 @@ tzdata==2023.3
# pandas
urllib3==2.0.4
# via requests
webencodings==0.5.1
# via bleach
zipp==3.16.2
# via importlib-metadata
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
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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