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

Merged
merged 1 commit into from
Jun 24, 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 @@ -62,11 +62,11 @@ markupsafe==2.1.5
# via jinja2
newrelic==9.11.0
# via edx-django-utils
openedx-events==9.10.0
openedx-events==9.11.0
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
psutil==5.9.8
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -95,5 +95,5 @@ typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
walrus==0.9.3
walrus==0.9.4
# via -r requirements/base.in
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.15.1
filelock==3.15.4
# via
# tox
# virtualenv
Expand All @@ -26,13 +26,13 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
# via -r requirements/ci.in
virtualenv==20.26.2
virtualenv==20.26.3
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -133,7 +133,7 @@ fastavro==1.9.4
# via
# -r requirements/quality.txt
# openedx-events
filelock==3.15.1
filelock==3.15.4
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -174,7 +174,7 @@ newrelic==9.11.0
# via
# -r requirements/quality.txt
# edx-django-utils
openedx-events==9.10.0
openedx-events==9.11.0
# via -r requirements/quality.txt
packaging==24.1
# via
Expand Down Expand Up @@ -209,7 +209,7 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -251,7 +251,7 @@ pynacl==1.5.0
# via
# -r requirements/quality.txt
# edx-django-utils
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -330,11 +330,11 @@ typing-extensions==4.12.2
# astroid
# edx-opaque-keys
# pylint
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/ci.txt
# tox
walrus==0.9.3
walrus==0.9.4
# via -r requirements/quality.txt
wheel==0.43.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -165,7 +165,7 @@ newrelic==9.11.0
# edx-django-utils
nh3==0.2.17
# via readme-renderer
openedx-events==9.10.0
openedx-events==9.11.0
# via -r requirements/test.txt
packaging==24.1
# via
Expand All @@ -184,7 +184,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -305,11 +305,11 @@ typing-extensions==4.12.2
# edx-opaque-keys
# pydata-sphinx-theme
# rich
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
walrus==0.9.3
walrus==0.9.4
# via -r requirements/test.txt
zipp==3.19.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.1.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ code-annotations==1.8.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -122,7 +122,7 @@ newrelic==9.11.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.10.0
openedx-events==9.11.0
# via -r requirements/test.txt
packaging==24.1
# via
Expand All @@ -138,7 +138,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -229,5 +229,5 @@ typing-extensions==4.12.2
# astroid
# edx-opaque-keys
# pylint
walrus==0.9.3
walrus==0.9.4
# via -r requirements/test.txt
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ code-annotations==1.8.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -97,7 +97,7 @@ newrelic==9.11.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.10.0
openedx-events==9.11.0
# via -r requirements/base.txt
packaging==24.1
# via pytest
Expand All @@ -107,7 +107,7 @@ pbr==6.0.0
# stevedore
pluggy==1.5.0
# via pytest
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -170,5 +170,5 @@ typing-extensions==4.12.2
# -r requirements/base.txt
# asgiref
# edx-opaque-keys
walrus==0.9.3
walrus==0.9.4
# via -r requirements/base.txt
Loading