Skip to content

Commit

Permalink
Merge pull request #535 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-9107ccb

chore: Upgrade Python requirements
  • Loading branch information
mumarkhan999 authored Nov 1, 2024
2 parents 9107ccb + 8664e6b commit 470534e
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 36 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ charset-normalizer==3.4.0
# via requests
dockerfile==3.3.1
# via -r requirements/base.in
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
Expand Down Expand Up @@ -68,7 +68,7 @@ pyasn1==0.6.1
# rsa
pyasn1-modules==0.4.1
# via google-auth
pyparsing==3.1.4
pyparsing==3.2.0
# via packaging
pytest==8.0.2
# via
Expand Down Expand Up @@ -100,5 +100,5 @@ toml==0.10.2
# via -r requirements/base.in
urllib3==2.2.3
# via requests
yarl==1.14.0
yarl==1.17.1
# via aiohttp
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
pyparsing==3.1.4
pyparsing==3.2.0
# via packaging
pyproject-api==1.5.0
# via tox
tox==4.0.0
# via -r requirements/ci.in
virtualenv==20.26.6
virtualenv==20.27.1
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ django-simple-history==3.0.0
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.2
coverage[toml]==7.6.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -93,14 +93,14 @@ django==4.2.16
# -r requirements/quality.txt
dockerfile==3.3.1
# via -r requirements/quality.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.txt
filelock==3.16.1
# via
# -r requirements/ci.txt
# tox
# virtualenv
frozenlist==1.4.1
frozenlist==1.5.0
# via
# -r requirements/quality.txt
# aiohttp
Expand Down Expand Up @@ -148,7 +148,7 @@ jinja2==3.1.4
# diff-cover
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/quality.txt
# jinja2
Expand Down Expand Up @@ -238,7 +238,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyparsing==3.1.4
pyparsing==3.2.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -269,7 +269,7 @@ pytest-asyncio==0.23.8
# via
# -r requirements/quality.txt
# pytest-aiohttp
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/quality.txt
pytest-repo-health==3.0.2
# via -r requirements/quality.txt
Expand All @@ -294,7 +294,7 @@ requests-oauthlib==2.0.0
# google-auth-oauthlib
responses==0.25.3
# via -r requirements/quality.txt
rich==13.9.2
rich==13.9.3
# via -r requirements/dev.in
rsa==4.9
# via
Expand Down Expand Up @@ -337,15 +337,15 @@ urllib3==2.2.3
# -r requirements/quality.txt
# requests
# responses
virtualenv==20.26.6
virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
yarl==1.14.0
yarl==1.17.1
# via
# -r requirements/quality.txt
# aiohttp
Expand Down
15 changes: 7 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
coverage[toml]==7.6.2
coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -58,7 +58,7 @@ docutils==0.21.2
# readme-renderer
# restructuredtext-lint
# sphinx
frozenlist==1.4.1
frozenlist==1.5.0
# via
# -r requirements/test.txt
# aiohttp
Expand Down Expand Up @@ -99,7 +99,7 @@ iniconfig==2.0.0
# pytest
jinja2==3.1.4
# via sphinx
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
multidict==6.1.0
# via
Expand All @@ -116,7 +116,6 @@ packaging==21.3
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# pydata-sphinx-theme
# pytest
# sphinx
pbr==6.1.0
Expand All @@ -138,7 +137,7 @@ pyasn1-modules==0.4.1
# via
# -r requirements/test.txt
# google-auth
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
pygments==2.18.0
# via
Expand All @@ -147,7 +146,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pyparsing==3.1.4
pyparsing==3.2.0
# via
# -r requirements/test.txt
# packaging
Expand All @@ -167,7 +166,7 @@ pytest-asyncio==0.23.8
# via
# -r requirements/test.txt
# pytest-aiohttp
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-repo-health==3.0.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -234,7 +233,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# requests
# responses
yarl==1.14.0
yarl==1.17.1
# via
# -r requirements/test.txt
# aiohttp
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==21.3
# build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyparsing==3.1.4
pyparsing==3.2.0
# via packaging
pyproject-hooks==1.2.0
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ wheel==0.44.0

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==70.3.0
# via
# -c requirements/constraints.txt
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.6.2
coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -60,9 +60,9 @@ django==4.2.16
# -r requirements/quality.in
dockerfile==3.3.1
# via -r requirements/test.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.in
frozenlist==1.4.1
frozenlist==1.5.0
# via
# -r requirements/test.txt
# aiohttp
Expand Down Expand Up @@ -105,7 +105,7 @@ isort==5.13.2
# pylint
jinja2==3.1.4
# via code-annotations
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
Expand Down Expand Up @@ -162,7 +162,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pyparsing==3.1.4
pyparsing==3.2.0
# via
# -r requirements/test.txt
# packaging
Expand All @@ -182,7 +182,7 @@ pytest-asyncio==0.23.8
# via
# -r requirements/test.txt
# pytest-aiohttp
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-repo-health==3.0.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -232,7 +232,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# requests
# responses
yarl==1.14.0
yarl==1.17.1
# via
# -r requirements/test.txt
# aiohttp
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ charset-normalizer==3.4.0
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.6.2
coverage[toml]==7.6.4
# via pytest-cov
dockerfile==3.3.1
# via -r requirements/base.txt
frozenlist==1.4.1
frozenlist==1.5.0
# via
# -r requirements/base.txt
# aiohttp
Expand Down Expand Up @@ -105,7 +105,7 @@ pyasn1-modules==0.4.1
# via
# -r requirements/base.txt
# google-auth
pyparsing==3.1.4
pyparsing==3.2.0
# via
# -r requirements/base.txt
# packaging
Expand All @@ -125,7 +125,7 @@ pytest-asyncio==0.23.8
# via
# -r requirements/base.txt
# pytest-aiohttp
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-repo-health==3.0.2
# via -r requirements/base.txt
Expand Down Expand Up @@ -160,7 +160,7 @@ urllib3==2.2.3
# -r requirements/base.txt
# requests
# responses
yarl==1.14.0
yarl==1.17.1
# via
# -r requirements/base.txt
# aiohttp

0 comments on commit 470534e

Please sign in to comment.