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

chore: Upgrade Python requirements #114

Merged
merged 1 commit into from
Aug 5, 2024
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
attrs==23.2.0
attrs==24.1.0
# via openedx-events
cffi==1.16.0
# via pynacl
Expand Down Expand Up @@ -37,7 +37,7 @@ dnspython==2.6.1
# via pymongo
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.15.0
# via
# -r requirements/base.in
# edx-toggles
Expand Down Expand Up @@ -72,7 +72,7 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
# via code-annotations
redis==5.0.7
redis==5.0.8
# via walrus
six==1.16.0
# via edx-ccx-keys
Expand Down
24 changes: 10 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.2.4
# -r requirements/quality.txt
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/quality.txt
# openedx-events
Expand Down Expand Up @@ -56,7 +56,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -100,12 +100,12 @@ edx-ccx-keys==1.3.0
# via
# -r requirements/quality.txt
# openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.15.0
# via
# -r requirements/quality.txt
# edx-toggles
# openedx-events
edx-i18n-tools==1.6.0
edx-i18n-tools==1.6.2
# via -r requirements/dev.in
edx-lint==5.3.7
# via -r requirements/quality.txt
Expand Down Expand Up @@ -138,12 +138,8 @@ jinja2==3.1.4
# -r requirements/quality.txt
# code-annotations
# diff-cover
lxml[html-clean,html_clean]==5.2.2
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.1.1
# via lxml
lxml==5.2.2
# via edx-i18n-tools
markupsafe==2.1.5
# via
# -r requirements/quality.txt
Expand All @@ -167,7 +163,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
path==17.0.0
path==16.16.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand Down Expand Up @@ -195,7 +191,7 @@ psutil==6.0.0
# via
# -r requirements/quality.txt
# edx-django-utils
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/quality.txt
pycparser==2.22
# via
Expand Down Expand Up @@ -260,7 +256,7 @@ pyyaml==6.0.1
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
redis==5.0.7
redis==5.0.8
# via
# -r requirements/quality.txt
# walrus
Expand Down Expand Up @@ -303,7 +299,7 @@ virtualenv==20.26.3
# tox
walrus==0.9.4
# via -r requirements/quality.txt
wheel==0.43.0
wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via
# -r requirements/test.txt
# django
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/test.txt
# openedx-events
Expand Down Expand Up @@ -44,7 +44,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -84,7 +84,7 @@ edx-ccx-keys==1.3.0
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.15.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -117,7 +117,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
Expand All @@ -128,7 +128,7 @@ jinja2==3.1.4
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==25.2.1
keyring==25.3.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -213,7 +213,7 @@ pyyaml==6.0.1
# code-annotations
readme-renderer==44.0
# via twine
redis==5.0.7
redis==5.0.8
# via
# -r requirements/test.txt
# walrus
Expand All @@ -238,7 +238,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.4.7
sphinx==8.0.2
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools

# 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.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.0.0
setuptools==72.1.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 @@ -12,7 +12,7 @@ astroid==3.2.4
# via
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/test.txt
# openedx-events
Expand All @@ -34,7 +34,7 @@ code-annotations==1.8.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -69,7 +69,7 @@ edx-ccx-keys==1.3.0
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.15.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -129,7 +129,7 @@ psutil==6.0.0
# via
# -r requirements/test.txt
# edx-django-utils
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via
Expand Down Expand Up @@ -176,7 +176,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
redis==5.0.7
redis==5.0.8
# via
# -r requirements/test.txt
# walrus
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/base.txt
# openedx-events
Expand All @@ -26,7 +26,7 @@ code-annotations==1.8.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -56,7 +56,7 @@ edx-ccx-keys==1.3.0
# via
# -r requirements/base.txt
# openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.15.0
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -128,7 +128,7 @@ pyyaml==6.0.1
# via
# -r requirements/base.txt
# code-annotations
redis==5.0.7
redis==5.0.8
# via
# -r requirements/base.txt
# walrus
Expand Down