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

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 @@ -12,5 +12,5 @@ pymongo==4.4.0
# via -r requirements/base.in
stevedore==5.2.0
# via -r requirements/base.in
typing-extensions==4.12.0
typing-extensions==4.12.1
# via -r requirements/base.in
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.0
tox==4.15.1
# via -r requirements/ci.in
virtualenv==20.26.2
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements/doc.txt
# requests
Expand Down Expand Up @@ -111,7 +111,7 @@ filelock==3.14.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.103.0
hypothesis==6.103.1
# via -r requirements/doc.txt
idna==3.7
# via
Expand Down Expand Up @@ -203,7 +203,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.2.2
pylint==3.2.3
# via
# -r requirements/doc.txt
# edx-lint
Expand Down Expand Up @@ -234,7 +234,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements/doc.txt
# pytest-cov
Expand Down Expand Up @@ -333,9 +333,9 @@ tomlkit==0.12.5
# via
# -r requirements/doc.txt
# pylint
tox==4.15.0
tox==4.15.1
# via -r requirements/ci.txt
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# -r requirements/doc.txt
# astroid
Expand All @@ -354,7 +354,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.19.0
zipp==3.19.2
# via
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.103.0
hypothesis==6.103.1
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ pluggy==1.5.0
# pytest
pycodestyle==2.11.1
# via -r requirements/test.txt
pylint==3.2.2
pylint==3.2.3
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -122,7 +122,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.4.0
# via -r requirements/test.txt
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -169,7 +169,7 @@ tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# -r requirements/test.txt
# astroid
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ babel==2.15.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.2.2
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -71,7 +71,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.103.0
hypothesis==6.103.1
# via -r requirements/test.txt
idna==3.7
# via requests
Expand Down Expand Up @@ -138,7 +138,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.2.2
pylint==3.2.3
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -160,7 +160,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.4.0
# via -r requirements/test.txt
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -233,7 +233,7 @@ tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# -r requirements/test.txt
# astroid
Expand All @@ -242,5 +242,5 @@ typing-extensions==4.12.0
# pylint
urllib3==2.2.1
# via requests
zipp==3.19.0
zipp==3.19.2
# 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 @@ -24,7 +24,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.19.0
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exceptiongroup==1.2.1
# pytest
execnet==2.1.1
# via pytest-xdist
hypothesis==6.103.0
hypothesis==6.103.1
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -69,7 +69,7 @@ pluggy==1.5.0
# via pytest
pycodestyle==2.11.1
# via -r requirements/test.in
pylint==3.2.2
pylint==3.2.3
# via
# edx-lint
# pylint-celery
Expand All @@ -85,7 +85,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.4.0
# via -r requirements/base.txt
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -116,7 +116,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# -r requirements/base.txt
# astroid
Expand Down
Loading