Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #271 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-155ca19

chore: Upgrade Python requirements
  • Loading branch information
mumarkhan999 authored Nov 1, 2024
2 parents 155ca19 + 821f526 commit 2390f8e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 37 deletions.
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# 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.23.2
# via -r requirements/ci.in
virtualenv==20.26.4
virtualenv==20.27.1
# via tox
32 changes: 15 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.4
astroid==3.3.5
# via
# -r requirements/test.txt
# pylint
# pylint-celery
build==1.2.2
build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -45,25 +45,25 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.1
coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
distlib==0.3.8
distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/test.txt
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -80,7 +80,7 @@ jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
markupsafe==2.1.5
markupsafe==3.0.2
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -101,11 +101,9 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pep257==0.7.0
# via -r requirements/test.txt
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.2
platformdirs==4.3.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -120,7 +118,7 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/test.txt
pylint==3.2.7
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -131,7 +129,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -140,11 +138,11 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -186,9 +184,9 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.18.1
tox==4.23.2
# via -r requirements/ci.txt
virtualenv==20.26.4
virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
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
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ 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
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.2.0
# via -r requirements/pip.in
18 changes: 8 additions & 10 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
astroid==3.2.4
astroid==3.3.5
# via
# pylint
# pylint-celery
Expand All @@ -21,48 +21,46 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.6.1
coverage[toml]==7.6.4
# via
# -r requirements/test.in
# pytest-cov
dill==0.3.8
dill==0.3.9
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
# via code-annotations
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
packaging==24.1
# via pytest
pbr==6.1.0
# via stevedore
pep257==0.7.0
# via -r requirements/test.in
platformdirs==4.3.2
platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via -r requirements/test.in
pylint==3.2.7
pylint==3.3.1
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down

0 comments on commit 2390f8e

Please sign in to comment.