Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 20, 2024
1 parent cffcff9 commit 990491f
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 35 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ multidict==6.0.5
# via
# aiohttp
# yarl
packaging==23.2
packaging==24.0
# via pytest
pluggy==1.4.0
# via pytest
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/base.in
# pytest-aiohttp
# pytest-asyncio
pytest-aiohttp==1.0.5
# via -r requirements/base.in
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via pytest-aiohttp
pyyaml==6.0.1
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via tox
platformdirs==4.2.0
# via virtualenv
Expand Down
21 changes: 11 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ attrs==23.2.0
# via
# -r requirements/quality.txt
# aiohttp
build==1.0.3
build==1.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -44,11 +44,11 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -95,6 +95,7 @@ idna==2.10
# yarl
importlib-metadata==4.13.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -129,7 +130,7 @@ multidict==6.0.5
# -r requirements/quality.txt
# aiohttp
# yarl
packaging==23.2
packaging==24.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -141,7 +142,7 @@ pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand All @@ -162,7 +163,7 @@ py==1.11.0
# tox
pycodestyle==2.11.1
# via -r requirements/quality.txt
pydantic==2.6.3
pydantic==2.6.4
# via inflect
pydantic-core==2.16.3
# via pydantic
Expand Down Expand Up @@ -195,15 +196,15 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/quality.txt
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
pytest-aiohttp==1.0.5
# via -r requirements/quality.txt
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via
# -r requirements/quality.txt
# pytest-aiohttp
Expand Down Expand Up @@ -270,15 +271,15 @@ virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
wheel==0.42.0
wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
yarl==1.9.4
# via
# -r requirements/quality.txt
# aiohttp
zipp==3.17.0
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
11 changes: 6 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ charset-normalizer==2.0.12
# via
# -c requirements/constraints.txt
# requests
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -77,6 +77,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==4.13.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# sphinx
iniconfig==2.0.0
Expand All @@ -94,7 +95,7 @@ multidict==6.0.5
# yarl
nh3==0.2.15
# via readme-renderer
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand All @@ -115,15 +116,15 @@ pygments==2.17.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
pytest-aiohttp==1.0.5
# via -r requirements/test.txt
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand Down Expand Up @@ -182,5 +183,5 @@ yarl==1.9.4
# via
# -r requirements/test.txt
# aiohttp
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
11 changes: 6 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==4.13.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# build
packaging==23.2
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand All @@ -25,9 +26,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
setuptools==69.2.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via edx-lint
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -83,7 +83,7 @@ multidict==6.0.5
# -r requirements/test.txt
# aiohttp
# yarl
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -113,15 +113,15 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
pytest-aiohttp==1.0.5
# via -r requirements/test.txt
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand Down
8 changes: 4 additions & 4 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
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via pytest-cov
exceptiongroup==1.2.0
# via
Expand Down Expand Up @@ -54,23 +54,23 @@ multidict==6.0.5
# -r requirements/base.txt
# aiohttp
# yarl
packaging==23.2
packaging==24.0
# via
# -r requirements/base.txt
# pytest
pluggy==1.4.0
# via
# -r requirements/base.txt
# pytest
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/base.txt
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
pytest-aiohttp==1.0.5
# via -r requirements/base.txt
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via
# -r requirements/base.txt
# pytest-aiohttp
Expand Down

0 comments on commit 990491f

Please sign in to comment.