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

Merged
merged 1 commit into from
Mar 4, 2024
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
# via aiohttp
cachetools==5.3.2
cachetools==5.3.3
# via google-auth
certifi==2024.2.2
# via requests
Expand Down Expand Up @@ -70,7 +70,7 @@ pyasn1-modules==0.3.0
# via google-auth
pyparsing==3.1.1
# via packaging
pytest==8.0.1
pytest==8.0.2
# via
# pytest-aiohttp
# pytest-asyncio
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down
29 changes: 14 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -30,11 +30,15 @@ attrs==23.2.0
# via
# -r requirements/quality.txt
# aiohttp
build==1.0.3
backports-zoneinfo==0.2.1
# via
# -r requirements/quality.txt
# django
build==1.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -73,10 +77,9 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.3
# via -r requirements/dev.in
Expand All @@ -88,7 +91,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -223,7 +226,7 @@ pygments==2.17.2
# via
# diff-cover
# rich
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -258,7 +261,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/quality.txt
# pytest-aiohttp
Expand All @@ -281,10 +284,6 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pytz==2024.1
# via
# -r requirements/quality.txt
# django
pyyaml==6.0.1
# via
# -r requirements/quality.txt
Expand All @@ -302,7 +301,7 @@ requests-oauthlib==1.3.1
# google-auth-oauthlib
responses==0.25.0
# via -r requirements/quality.txt
rich==13.7.0
rich==13.7.1
# via -r requirements/dev.in
rsa==4.9
# via
Expand Down Expand Up @@ -347,13 +346,13 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
tox==4.0.0
# via -r requirements/ci.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# asgiref
Expand Down
11 changes: 5 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/test.txt
# google-auth
Expand All @@ -43,10 +43,9 @@ charset-normalizer==3.3.2
# via
# -r requirements/test.txt
# requests
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# coverage
# pytest-cov
doc8==1.1.1
# via -r requirements/doc.in
Expand Down Expand Up @@ -154,7 +153,7 @@ pyparsing==3.1.1
# via
# -r requirements/test.txt
# packaging
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand All @@ -180,7 +179,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# pytest-repo-health
# responses
readme-renderer==42.0
readme-renderer==43.0
# via -r requirements/doc.in
requests==2.31.0
# via
Expand Down Expand Up @@ -237,7 +236,7 @@ tomli==2.0.1
# coverage
# doc8
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via pydata-sphinx-theme
urllib3==2.2.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
21 changes: 10 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aiosignal==1.3.1
# aiohttp
asgiref==3.7.2
# via django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand All @@ -27,7 +27,9 @@ attrs==23.2.0
# via
# -r requirements/test.txt
# aiohttp
cachetools==5.3.2
backports-zoneinfo==0.2.1
# via django
cachetools==5.3.3
# via
# -r requirements/test.txt
# google-auth
Expand All @@ -48,14 +50,13 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# coverage
# pytest-cov
dill==0.3.8
# via pylint
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.in
Expand Down Expand Up @@ -149,7 +150,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -167,7 +168,7 @@ pyparsing==3.1.1
# via
# -r requirements/test.txt
# packaging
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand All @@ -188,8 +189,6 @@ pytest-repo-health==3.0.2
# via -r requirements/test.txt
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via django
pyyaml==6.0.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -233,9 +232,9 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# astroid
Expand Down
10 changes: 4 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ attrs==23.2.0
# via
# -r requirements/base.txt
# aiohttp
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/base.txt
# google-auth
Expand All @@ -33,10 +33,8 @@ charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.4.2
# via
# coverage
# pytest-cov
coverage[toml]==7.4.3
# via pytest-cov
dockerfile==3.3.1
# via -r requirements/base.txt
exceptiongroup==1.2.0
Expand Down Expand Up @@ -111,7 +109,7 @@ pyparsing==3.1.1
# via
# -r requirements/base.txt
# packaging
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/base.txt
# pytest-aiohttp
Expand Down
Loading