Skip to content

Commit

Permalink
Merge pull request #270 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-10b31d2

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Feb 28, 2024
2 parents 10b31d2 + c5e863d commit 48467a8
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ packaging==23.2
# via pytest
pluggy==1.4.0
# via pytest
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/base.in
# pytest-aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ tomli==2.0.1
# via tox
tox==3.28.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aiosignal==1.3.1
# aiohttp
annotated-types==0.6.0
# via pydantic
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -48,7 +48,7 @@ code-annotations==1.6.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -162,15 +162,15 @@ py==1.11.0
# tox
pycodestyle==2.11.1
# via -r requirements/quality.txt
pydantic==2.6.1
pydantic==2.6.3
# via inflect
pydantic-core==2.16.2
pydantic-core==2.16.3
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.2
# via diff-cover
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -195,7 +195,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 Down Expand Up @@ -231,7 +231,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -251,13 +251,13 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
tox==3.28.0
# via -r requirements/ci.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# annotated-types
Expand All @@ -266,7 +266,7 @@ typing-extensions==4.9.0
# pydantic
# pydantic-core
# pylint
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
Expand Down
10 changes: 5 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.2
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -115,7 +115,7 @@ pygments==2.17.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand All @@ -133,7 +133,7 @@ pytz==2024.1
# via babel
pyyaml==6.0.1
# via -r requirements/test.txt
readme-renderer==42.0
readme-renderer==43.0
# via -r requirements/doc.in
requests==2.31.0
# via sphinx
Expand Down Expand Up @@ -166,15 +166,15 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
stevedore==5.1.0
stevedore==5.2.0
# via doc8
tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# doc8
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via pydata-sphinx-theme
urllib3==2.2.1
# via requests
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
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aiosignal==1.3.1
# via
# -r requirements/test.txt
# aiohttp
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand All @@ -34,7 +34,7 @@ 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
# pytest-cov
Expand Down Expand Up @@ -99,7 +99,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 @@ -113,7 +113,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand Down Expand Up @@ -141,7 +141,7 @@ smmap==5.0.1
# gitdb
snowballstemmer==2.2.0
# via pydocstyle
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -151,9 +151,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
# astroid
# pylint
Expand Down
4 changes: 2 additions & 2 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.2
coverage[toml]==7.4.3
# via pytest-cov
exceptiongroup==1.2.0
# via
Expand Down Expand Up @@ -62,7 +62,7 @@ pluggy==1.4.0
# via
# -r requirements/base.txt
# pytest
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/base.txt
# pytest-aiohttp
Expand Down

0 comments on commit 48467a8

Please sign in to comment.