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

Merged
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 @@ -10,7 +10,7 @@ iniconfig==2.0.0
# via pytest
numpy==1.24.4
# via pandas
packaging==23.1
packaging==23.2
# via pytest
pandas==2.0.3
# via -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# 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.21
django==3.2.22
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# edx-i18n-tools
Expand Down Expand Up @@ -97,7 +97,7 @@ numpy==1.24.4
# via
# -r requirements/quality.txt
# pandas
packaging==23.1
packaging==23.2
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -115,7 +115,7 @@ pbr==5.11.1
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.10.0
platformdirs==3.11.0
# via
# -r requirements/quality.txt
# -r requirements/travis.txt
Expand All @@ -140,7 +140,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.16.1
# via diff-cover
pylint==2.17.6
pylint==2.17.7
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.12.1
babel==2.13.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
# -r requirements/test.txt
# code-annotations
code-annotations==1.5.0
# via -r requirements/test.txt
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -66,7 +66,7 @@ numpy==1.24.4
# via
# -r requirements/test.txt
# pandas
packaging==23.1
packaging==23.2
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -179,7 +179,7 @@ tzdata==2023.3
# via
# -r requirements/test.txt
# pandas
urllib3==2.0.5
urllib3==2.0.6
# via requests
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 @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
Expand Down
8 changes: 4 additions & 4 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.1
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -56,7 +56,7 @@ numpy==1.24.4
# via
# -r requirements/test.txt
# pandas
packaging==23.1
packaging==23.2
# via
# -r requirements/test.txt
# pytest
Expand All @@ -66,7 +66,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via
Expand All @@ -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.6
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down
4 changes: 2 additions & 2 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.1
coverage[toml]==7.3.2
# via pytest-cov
exceptiongroup==1.1.3
# via
Expand All @@ -26,7 +26,7 @@ numpy==1.24.4
# via
# -r requirements/base.txt
# pandas
packaging==23.1
packaging==23.2
# via
# -r requirements/base.txt
# pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand Down