Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Feb 26, 2024
2 parents cc1b838 + a6cc24c commit 5e2eae1
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 41 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.44
boto3==1.34.49
# via fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -68,7 +68,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
urllib3==1.26.18
# via botocore
Expand Down
22 changes: 11 additions & 11 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 All @@ -25,11 +25,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.44
boto3==1.34.49
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -75,7 +75,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
cookiecutter==2.5.0
cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
Expand All @@ -85,7 +85,7 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -148,7 +148,7 @@ importlib-metadata==7.0.1
# -r requirements/test.txt
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -269,7 +269,7 @@ pygments==2.17.2
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -297,7 +297,7 @@ pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# tox
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-django
Expand Down Expand Up @@ -374,7 +374,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 @@ -402,7 +402,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 @@ -415,7 +415,7 @@ urllib3==1.26.18
# botocore
# requests
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/tox.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
boto3==1.34.44
boto3==1.34.49
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -108,7 +108,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.44
boto3==1.34.49
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -163,7 +163,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.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
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.44
boto3==1.34.49
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,9 +47,9 @@ 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 xblock-sdk
cryptography==42.0.3
cryptography==42.0.5
# via secretstorage
ddt==1.7.1
# via -r requirements/quality.in
Expand Down Expand Up @@ -86,7 +86,7 @@ importlib-metadata==7.0.1
# via
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
isort==5.13.2
# via pylint
Expand Down Expand Up @@ -156,7 +156,7 @@ pygments==2.17.2
# via
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/quality.in
# edx-lint
Expand Down Expand Up @@ -232,7 +232,7 @@ 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
Expand All @@ -244,7 +244,7 @@ twine==5.0.0
# via -r requirements/quality.in
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.44
boto3==1.34.49
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,13 +47,13 @@ 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 xblock-sdk
coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/test.in
cryptography==42.0.3
cryptography==42.0.5
# via secretstorage
ddt==1.7.1
# via -r requirements/test.in
Expand Down Expand Up @@ -94,7 +94,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 pytest
Expand Down Expand Up @@ -172,7 +172,7 @@ pygments==2.17.2
# via
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -188,7 +188,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.in
# pytest-django
Expand Down Expand Up @@ -254,7 +254,7 @@ 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
Expand All @@ -268,7 +268,7 @@ twine==5.0.0
# via -r requirements/test.in
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.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/tox.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox

0 comments on commit 5e2eae1

Please sign in to comment.