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

Merged
merged 1 commit into from
Nov 28, 2023
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
22 changes: 11 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.1.1
amqp==5.2.0
# via kombu
asgiref==3.7.2
# via django
Expand All @@ -14,11 +14,11 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# kombu
billiard==4.1.0
billiard==4.2.0
# via celery
celery==5.3.4
celery==5.3.6
# via -r requirements/base.in
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -43,15 +43,15 @@ edx-opaque-keys[django]==2.5.1
# via openedx-events
fastavro==1.9.0
# via openedx-events
idna==3.4
idna==3.6
# via requests
kombu==5.3.2
kombu==5.3.4
# via celery
openedx-events==9.0.1
openedx-events==9.2.0
# via -r requirements/base.in
pbr==5.11.1
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via click-repl
pymongo==3.13.0
# via edx-opaque-keys
Expand All @@ -76,12 +76,12 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.7
urllib3==2.1.0
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.9
wcwidth==0.2.12
# via prompt-toolkit
16 changes: 11 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,29 @@ filelock==3.13.1
# tox
# virtualenv
packaging==23.2
# via tox
# via
# pyproject-api
# tox
platformdirs==3.11.0
# via virtualenv
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
# via
# pyproject-api
# tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
38 changes: 19 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.1.1
amqp==5.2.0
# via
# -r requirements/quality.txt
# kombu
Expand All @@ -27,17 +27,17 @@ backports-zoneinfo[tzdata]==0.2.1
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
billiard==4.2.0
# via
# -r requirements/quality.txt
# celery
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
celery==5.3.4
celery==5.3.6
# via -r requirements/quality.txt
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -84,7 +84,7 @@ coverage[toml]==7.3.2
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.0
diff-cover==8.0.1
# via -r requirements/dev.in
dill==0.3.7
# via
Expand All @@ -109,7 +109,7 @@ edx-opaque-keys[django]==2.5.1
# -r requirements/quality.txt
# edx-opaque-keys
# openedx-events
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
Expand All @@ -122,7 +122,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.4
idna==3.6
# via
# -r requirements/quality.txt
# requests
Expand All @@ -143,7 +143,7 @@ jinja2==3.1.2
# -r requirements/quality.txt
# code-annotations
# diff-cover
kombu==5.3.2
kombu==5.3.4
# via
# -r requirements/quality.txt
# celery
Expand All @@ -157,7 +157,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
openedx-events==9.0.1
openedx-events==9.2.0
# via -r requirements/quality.txt
packaging==23.2
# via
Expand All @@ -169,14 +169,15 @@ packaging==23.2
# tox
path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
Expand All @@ -190,7 +191,7 @@ pluggy==1.3.0
# tox
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via
# -r requirements/quality.txt
# click-repl
Expand All @@ -202,7 +203,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.16.1
pygments==2.17.2
# via diff-cover
pylint==3.0.2
# via
Expand Down Expand Up @@ -239,7 +240,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/quality.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -296,13 +297,12 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.2
Expand All @@ -320,7 +320,7 @@ tzdata==2023.3
# -r requirements/quality.txt
# backports-zoneinfo
# celery
urllib3==2.0.7
urllib3==2.1.0
# via
# -r requirements/quality.txt
# requests
Expand All @@ -330,15 +330,15 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/ci.txt
# tox
wcwidth==0.2.9
wcwidth==0.2.12
# via
# -r requirements/quality.txt
# prompt-toolkit
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
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.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
32 changes: 17 additions & 15 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.1.1
amqp==5.2.0
# via
# -r requirements/test.txt
# kombu
Expand All @@ -26,13 +26,13 @@ backports-zoneinfo[tzdata]==0.2.1
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
billiard==4.2.0
# via
# -r requirements/test.txt
# celery
celery==5.3.4
celery==5.3.6
# via -r requirements/test.txt
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -87,15 +87,15 @@ edx-opaque-keys[django]==2.5.1
# -r requirements/test.txt
# edx-opaque-keys
# openedx-events
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
fastavro==1.9.0
# via
# -r requirements/test.txt
# openedx-events
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand All @@ -111,7 +111,7 @@ jinja2==3.1.2
# via
# -r requirements/test.txt
# code-annotations
kombu==5.3.2
kombu==5.3.4
# via
# -r requirements/test.txt
# celery
Expand All @@ -121,23 +121,25 @@ markupsafe==2.1.3
# jinja2
mccabe==0.7.0
# via pylint
openedx-events==9.0.1
openedx-events==9.2.0
# via -r requirements/test.txt
packaging==23.2
# via
# -r requirements/test.txt
# pytest
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.11.0
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pylint
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via
# -r requirements/test.txt
# click-repl
Expand Down Expand Up @@ -170,7 +172,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -216,7 +218,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
# via
Expand All @@ -231,7 +233,7 @@ tzdata==2023.3
# -r requirements/test.txt
# backports-zoneinfo
# celery
urllib3==2.0.7
urllib3==2.1.0
# via
# -r requirements/test.txt
# requests
Expand All @@ -241,7 +243,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.9
wcwidth==0.2.12
# via
# -r requirements/test.txt
# prompt-toolkit
Loading