Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
Ian2012 authored Feb 26, 2024
2 parents 0dd590e + f09e5cf commit 072d717
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ pytz==2024.1
# via django
sqlparse==0.4.4
# via django
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref
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
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -58,11 +58,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -108,7 +108,7 @@ importlib-metadata==7.0.1
# build
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -209,7 +209,7 @@ pygments==2.17.2
# diff-cover
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -238,7 +238,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/quality.txt
# pytest-cov
Expand Down Expand Up @@ -296,7 +296,7 @@ sqlparse==0.4.4
# via
# -r requirements/quality.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -325,7 +325,7 @@ tox==4.13.0
# via -r requirements/ci.txt
twine==5.0.0
# via -r requirements/quality.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# asgiref
Expand All @@ -337,7 +337,7 @@ urllib3==2.2.1
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ code-annotations==1.6.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via secretstorage
ddt==1.7.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -65,7 +65,7 @@ importlib-metadata==7.0.1
# keyring
# sphinx
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -128,7 +128,7 @@ pygments==2.17.2
# sphinx
pyproject-hooks==1.0.0
# via build
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -210,7 +210,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -231,7 +231,7 @@ tornado==6.4
# via livereload
twine==5.0.0
# via -r requirements/doc.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
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
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand All @@ -30,11 +30,11 @@ code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via secretstorage
ddt==1.7.1
# via -r requirements/test.txt
Expand All @@ -58,7 +58,7 @@ importlib-metadata==7.0.1
# via
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -120,7 +120,7 @@ pygments==2.17.2
# via
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -134,7 +134,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -177,7 +177,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -195,7 +195,7 @@ tomlkit==0.12.3
# via pylint
twine==5.0.0
# via -r requirements/quality.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.7
# via code-annotations
code-annotations==1.6.0
# via -r requirements/test.in
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
ddt==1.7.1
# via -r requirements/test.in
Expand All @@ -34,7 +34,7 @@ pbr==6.0.0
# via stevedore
pluggy==1.4.0
# via pytest
pytest==8.0.1
pytest==8.0.2
# via
# pytest-cov
# pytest-django
Expand All @@ -54,15 +54,15 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref

0 comments on commit 072d717

Please sign in to comment.