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

Closed
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
dnspython==2.6.1
# via pymongo
edx-opaque-keys==2.10.0
edx-opaque-keys==2.11.0
# via -r requirements/base.in
pbr==6.0.0
pbr==6.1.0
# via stevedore
pymongo==4.8.0
# via edx-opaque-keys
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.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.15.4
filelock==3.16.0
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.2
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.18.0
tox==4.18.1
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.26.4
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ astroid==3.2.4
# -r requirements/test.txt
# pylint
# pylint-celery
build==1.2.1
build==1.2.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -61,11 +61,11 @@ dnspython==2.6.1
# via
# -r requirements/test.txt
# pymongo
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.txt
edx-opaque-keys==2.10.0
edx-opaque-keys==2.11.0
# via -r requirements/test.txt
filelock==3.15.4
filelock==3.16.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -104,13 +104,13 @@ packaging==24.1
# pyproject-api
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.2
platformdirs==4.3.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -125,7 +125,7 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/test.txt
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -186,15 +186,15 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.18.0
tox==4.18.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# edx-opaque-keys
virtualenv==20.26.3
virtualenv==20.26.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
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==73.0.1
setuptools==74.1.2
# 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 @@ -19,7 +19,7 @@ code-annotations==1.8.0
# via edx-lint
dill==0.3.8
# via pylint
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/quality.in
isort==5.13.2
# via pylint
Expand All @@ -29,13 +29,13 @@ markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/quality.in
# edx-lint
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ dnspython==2.6.1
# via
# -r requirements/base.txt
# pymongo
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.in
edx-opaque-keys==2.10.0
edx-opaque-keys==2.11.0
# via -r requirements/base.txt
filelock==3.15.4
filelock==3.16.0
# via
# tox
# virtualenv
Expand All @@ -62,11 +62,11 @@ packaging==24.1
# pyproject-api
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via
# pylint
# tox
Expand All @@ -77,7 +77,7 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/test.in
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -116,11 +116,11 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.18.0
tox==4.18.1
# via -r requirements/test.in
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# edx-opaque-keys
virtualenv==20.26.3
virtualenv==20.26.4
# via tox
Loading