Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 26, 2024
2 parents 8161c99 + fd99cde commit 3e33790
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
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 python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
arrow==1.3.0
# via cookiecutter
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand All @@ -28,7 +28,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
cookiecutter==2.5.0
cookiecutter==2.6.0
# via -r requirements/base.in
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -56,7 +56,7 @@ platformdirs==4.2.0
# via pylint
pygments==2.17.2
# via rich
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -88,7 +88,7 @@ six==1.16.0
# via
# edx-lint
# python-dateutil
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -98,7 +98,7 @@ tomlkit==0.12.3
# via pylint
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# astroid
# pylint
Expand Down
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 @@ -20,7 +20,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -86,11 +86,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
cookiecutter==2.5.0
cookiecutter==2.6.0
# via
# -r requirements/test.txt
# pytest-cookies
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -151,7 +151,7 @@ importlib-metadata==7.0.1
# keyring
# sphinx
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -261,7 +261,7 @@ pygments==2.17.2
# readme-renderer
# rich
# sphinx
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -291,7 +291,7 @@ pyproject-hooks==1.0.0
# -r requirements/test.txt
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cookies
Expand Down Expand Up @@ -407,7 +407,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 Down Expand Up @@ -440,7 +440,7 @@ types-python-dateutil==2.8.19.20240106
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -453,7 +453,7 @@ urllib3==2.2.1
# -r requirements/test.txt
# requests
# twine
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
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arrow==1.3.0
# cookiecutter
asgiref==3.7.2
# via django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -60,11 +60,11 @@ code-annotations==1.6.0
# via
# -r requirements/base.txt
# edx-lint
cookiecutter==2.5.0
cookiecutter==2.6.0
# via
# -r requirements/base.txt
# pytest-cookies
cryptography==42.0.3
cryptography==42.0.5
# via secretstorage
dill==0.3.8
# via
Expand Down Expand Up @@ -111,7 +111,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 pytest
Expand Down Expand Up @@ -190,7 +190,7 @@ pygments==2.17.2
# readme-renderer
# rich
# sphinx
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/base.txt
# edx-lint
Expand All @@ -212,7 +212,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-hooks==1.0.0
# via build
pytest==8.0.1
pytest==8.0.2
# via pytest-cookies
pytest-cookies==0.7.0
# via -r requirements/test.in
Expand Down Expand Up @@ -296,7 +296,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -322,7 +322,7 @@ types-python-dateutil==2.8.19.20240106
# via
# -r requirements/base.txt
# arrow
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -335,7 +335,7 @@ urllib3==2.2.1
# -r requirements/base.txt
# requests
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via -r requirements/test.in
zipp==3.17.0
# via
Expand Down

0 comments on commit 3e33790

Please sign in to comment.