Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Feb 28, 2024
2 parents af6ac80 + 24f9fc1 commit 5836fad
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 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 tox
certifi==2024.2.2
# via requests
Expand All @@ -16,7 +16,7 @@ codecov==2.1.13
# via -r requirements/ci.in
colorama==0.4.6
# via tox
coverage==7.4.2
coverage==7.4.3
# via codecov
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -48,5 +48,5 @@ tox==4.13.0
# via -r requirements/ci.in
urllib3==2.2.1
# via requests
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
asgiref==3.7.2
# via django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
build==1.0.3
# via -r requirements/quality.in
cachetools==5.3.2
cachetools==5.3.3
# via tox
certifi==2024.2.2
# via requests
Expand All @@ -35,7 +35,7 @@ code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==42.0.4
cryptography==42.0.5
# via secretstorage
diff-cover==8.0.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -67,7 +67,7 @@ importlib-metadata==7.0.1
# build
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
isort==5.13.2
# via
Expand All @@ -83,7 +83,7 @@ jinja2==3.1.3
# via
# code-annotations
# diff-cover
keyring==24.3.0
keyring==24.3.1
# via twine
lxml==5.1.0
# via edx-i18n-tools
Expand Down Expand Up @@ -132,7 +132,7 @@ pygments==2.17.2
# diff-cover
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -158,7 +158,7 @@ pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -176,7 +176,7 @@ six==1.16.0
# via edx-lint
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -187,15 +187,15 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
tox==4.13.0
# via -r requirements/dev.in
twine==5.0.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# astroid
Expand All @@ -205,7 +205,7 @@ urllib3==2.2.1
# via
# requests
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
wheel==0.42.0
# via -r requirements/dev.in
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
18 changes: 9 additions & 9 deletions requirements/quality.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 @@ -25,7 +25,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
cryptography==42.0.4
cryptography==42.0.5
# via secretstorage
dill==0.3.8
# via pylint
Expand All @@ -40,7 +40,7 @@ importlib-metadata==7.0.1
# build
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
isort==5.13.2
# via
Expand All @@ -54,7 +54,7 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.3
# via code-annotations
keyring==24.3.0
keyring==24.3.1
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -86,7 +86,7 @@ pygments==2.17.2
# via
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -106,7 +106,7 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
# via code-annotations
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -122,7 +122,7 @@ secretstorage==3.3.3
# via keyring
six==1.16.0
# via edx-lint
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -131,11 +131,11 @@ tomli==2.0.1
# build
# pylint
# pyproject-hooks
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
twine==5.0.0
# via -r requirements/quality.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# astroid
# pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -24,7 +24,7 @@ pluggy==1.4.0
# via pytest
py==1.11.0
# via pytest-catchlog
pytest==8.0.1
pytest==8.0.2
# via
# pytest-catchlog
# pytest-cov
Expand All @@ -47,5 +47,5 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref

0 comments on commit 5836fad

Please sign in to comment.