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 Jan 17, 2024
1 parent 226f643 commit 0b94f5f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
attrs==23.2.0
# via aiohttp
exceptiongroup==1.2.0
# via pytest
Expand All @@ -24,7 +24,7 @@ gitdb==4.0.11
# via gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/github.in
gitpython==3.1.40
gitpython==3.1.41
# via -r requirements/base.in
idna==2.10
# via
Expand All @@ -40,14 +40,14 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/base.in
# pytest-aiohttp
# pytest-asyncio
pytest-aiohttp==1.0.5
# via -r requirements/base.in
pytest-asyncio==0.23.2
pytest-asyncio==0.23.3
# via pytest-aiohttp
pyyaml==6.0.1
# via -r requirements/base.in
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async-timeout==4.0.3
# via
# -r requirements/quality.txt
# aiohttp
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/quality.txt
# aiohttp
Expand All @@ -48,7 +48,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.3.3
coverage[toml]==7.4.0
# via
# -r requirements/quality.txt
# coverage
Expand Down Expand Up @@ -87,7 +87,7 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/quality.txt
gitpython==3.1.40
gitpython==3.1.41
# via -r requirements/quality.txt
idna==2.10
# via
Expand All @@ -109,7 +109,7 @@ isort==5.13.2
# via
# -r requirements/quality.txt
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -163,9 +163,9 @@ py==1.11.0
# tox
pycodestyle==2.11.1
# via -r requirements/quality.txt
pydantic==2.5.2
pydantic==2.5.3
# via inflect
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -195,15 +195,15 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.3
pytest==7.4.4
# 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.2
pytest-asyncio==0.23.3
# via
# -r requirements/quality.txt
# pytest-aiohttp
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async-timeout==4.0.3
# via
# -r requirements/test.txt
# aiohttp
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/test.txt
# aiohttp
Expand All @@ -37,7 +37,7 @@ charset-normalizer==2.0.12
# via
# -c requirements/constraints.txt
# requests
coverage[toml]==7.3.3
coverage[toml]==7.4.0
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -66,7 +66,7 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/test.txt
gitpython==3.1.40
gitpython==3.1.41
# via -r requirements/test.txt
idna==2.10
# via
Expand All @@ -84,7 +84,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
# via jinja2
Expand Down Expand Up @@ -116,15 +116,15 @@ pygments==2.17.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytest==7.4.3
pytest==7.4.4
# 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.2
pytest-asyncio==0.23.3
# via
# -r requirements/test.txt
# pytest-aiohttp
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==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async-timeout==4.0.3
# via
# -r requirements/test.txt
# aiohttp
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/test.txt
# aiohttp
Expand All @@ -34,7 +34,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.3
coverage[toml]==7.4.0
# via
# -r requirements/test.txt
# coverage
Expand All @@ -58,7 +58,7 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/test.txt
gitpython==3.1.40
gitpython==3.1.41
# via -r requirements/test.txt
idna==2.10
# via
Expand All @@ -73,7 +73,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.3
# via jinja2
Expand Down Expand Up @@ -114,15 +114,15 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.3
pytest==7.4.4
# 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.2
pytest-asyncio==0.23.3
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ async-timeout==4.0.3
# via
# -r requirements/base.txt
# aiohttp
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/base.txt
# aiohttp
coverage[toml]==7.3.3
coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
Expand All @@ -40,7 +40,7 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/base.txt
gitpython==3.1.40
gitpython==3.1.41
# via -r requirements/base.txt
idna==2.10
# via
Expand All @@ -64,15 +64,15 @@ pluggy==1.3.0
# via
# -r requirements/base.txt
# pytest
pytest==7.4.3
pytest==7.4.4
# 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.2
pytest-asyncio==0.23.3
# via
# -r requirements/base.txt
# pytest-aiohttp
Expand Down

0 comments on commit 0b94f5f

Please sign in to comment.