Skip to content

Commit

Permalink
Merge pull request #85 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-2117973

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 26, 2024
2 parents 2117973 + c661041 commit ab0f31a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pymongo==3.13.0
# via edx-opaque-keys
six==1.16.0
# via -r requirements/base.in
stevedore==5.1.0
stevedore==5.2.0
# via edx-opaque-keys
typing-extensions==4.9.0
typing-extensions==4.10.0
# via edx-opaque-keys
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -44,7 +44,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage==7.4.1
coverage==7.4.3
# via -r requirements/test.txt
ddt==1.7.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -129,7 +129,7 @@ pluggy==1.4.0
# tox
pycodestyle==2.11.1
# via -r requirements/test.txt
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -163,7 +163,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand All @@ -177,7 +177,7 @@ six==1.16.0
# via
# -r requirements/test.txt
# edx-lint
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -206,13 +206,13 @@ tox==4.13.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# astroid
# edx-opaque-keys
# pylint
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand All @@ -23,7 +23,7 @@ code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via tox
coverage==7.4.1
coverage==7.4.3
# via -r requirements/test.in
ddt==1.7.1
# via -r requirements/test.in
Expand Down Expand Up @@ -75,7 +75,7 @@ pluggy==1.4.0
# tox
pycodestyle==2.11.1
# via -r requirements/test.in
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -95,7 +95,7 @@ pymongo==3.13.0
# edx-opaque-keys
pyproject-api==1.6.1
# via tox
pytest==8.0.1
pytest==8.0.2
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
Expand All @@ -105,7 +105,7 @@ six==1.16.0
# via
# -r requirements/base.txt
# edx-lint
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -122,11 +122,11 @@ tomlkit==0.12.3
# via pylint
tox==4.13.0
# via -r requirements/test.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# astroid
# edx-opaque-keys
# pylint
virtualenv==20.25.0
virtualenv==20.25.1
# via tox

0 comments on commit ab0f31a

Please sign in to comment.