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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ markupsafe==2.1.5
# xblock
python-dateutil==2.9.0.post0
# via xblock
pytz==2024.1
pytz==2024.2
# via xblock
pyyaml==6.0.2
# via xblock
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ distlib==0.3.8
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.8
idna==3.10
# via requests
packaging==24.1
# via
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.6
# via
# -r requirements/tox.txt
# tox
Expand All @@ -51,17 +51,17 @@ pluggy==1.5.0
# via
# -r requirements/tox.txt
# tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/tox.txt
# tox
requests==2.32.3
# via coveralls
tox==4.18.1
tox==4.21.0
# via -r requirements/tox.txt
urllib3==2.2.2
urllib3==2.2.3
# via requests
virtualenv==20.26.4
virtualenv==20.26.6
# via
# -r requirements/tox.txt
# tox
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.4
astroid==3.3.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -33,7 +33,7 @@ code-annotations==1.8.0
# edx-lint
coverage==7.6.1
# via -r requirements/test.txt
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -86,13 +86,13 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.3.2
platformdirs==4.3.6
# via
# -r requirements/test.txt
# pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pylint==3.2.7
pylint==3.3.1
# via
# -r requirements/quality.in
# -r requirements/test.txt
Expand All @@ -113,7 +113,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.10.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -125,7 +125,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.2.4
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand All @@ -19,7 +19,7 @@ code-annotations==1.8.0
# via edx-lint
coverage==7.6.1
# via -r requirements/test.in
dill==0.3.8
dill==0.3.9
# via pylint
dnspython==2.6.1
# via pymongo
Expand All @@ -39,9 +39,9 @@ mock==5.1.0
# via -r requirements/test.in
pbr==6.1.0
# via stevedore
platformdirs==4.3.2
platformdirs==4.3.6
# via pylint
pylint==3.2.7
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand All @@ -55,7 +55,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.10.0
# via edx-opaque-keys
python-slugify==8.0.4
# via code-annotations
Expand Down
10 changes: 5 additions & 5 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tox==4.18.1
tox==4.21.0
# via -r requirements/tox.in
virtualenv==20.26.4
virtualenv==20.26.6
# via tox
Loading