Skip to content

Commit

Permalink
Merge pull request #155 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-94dfc04

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 29, 2024
2 parents 94dfc04 + d8f03d8 commit 96c4024
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.4
# via django
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref
web-fragments==2.1.0
# via xblock
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -66,7 +66,7 @@ tox==4.13.0
# via -r requirements/tox.txt
urllib3==2.2.1
# via requests
virtualenv==20.25.0
virtualenv==20.25.1
# 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.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
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.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -31,7 +31,7 @@ code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
coverage==7.4.2
coverage==7.4.3
# via -r requirements/test.txt
dill==0.3.8
# via
Expand Down Expand Up @@ -88,7 +88,7 @@ platformdirs==4.2.0
# pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/quality.in
# -r requirements/test.txt
Expand Down Expand Up @@ -147,7 +147,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -160,11 +160,11 @@ tomli==2.0.1
# via
# -r requirements/test.txt
# pylint
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
12 changes: 6 additions & 6 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 @@ -17,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
coverage==7.4.2
coverage==7.4.3
# via -r requirements/test.in
dill==0.3.8
# via pylint
Expand All @@ -39,7 +39,7 @@ pbr==6.0.0
# via stevedore
platformdirs==4.2.0
# via pylint
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -61,17 +61,17 @@ pyyaml==6.0.1
# via code-annotations
six==1.16.0
# via edx-lint
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# astroid
# edx-opaque-keys
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/tox.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox

0 comments on commit 96c4024

Please sign in to comment.