Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Mar 18, 2024
2 parents 7d8e709 + 1aa717d commit 1cabc34
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 21 deletions.
35 changes: 28 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.62
boto3==1.34.64
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.62
botocore==1.34.64
# via
# -r requirements/test.txt
# boto3
Expand All @@ -47,6 +47,10 @@ certifi==2024.2.2
# via
# -r requirements/test.txt
# requests
cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
chardet==5.2.0
# via
# -r requirements/test.txt
Expand All @@ -68,7 +72,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -86,6 +90,10 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==42.0.5
# via
# -r requirements/test.txt
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
Expand Down Expand Up @@ -139,7 +147,7 @@ importlib-metadata==6.11.0
# -r requirements/test.txt
# keyring
# twine
importlib-resources==6.3.0
importlib-resources==6.3.1
# via
# -r requirements/test.txt
# keyring
Expand All @@ -155,6 +163,11 @@ jaraco-classes==3.3.1
# via
# -r requirements/test.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -233,6 +246,10 @@ pluggy==1.4.0
# -r requirements/tox.txt
# pytest
# tox
pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.17.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -314,10 +331,14 @@ rich==13.7.1
# -r requirements/test.txt
# cookiecutter
# twine
s3transfer==0.10.0
s3transfer==0.10.1
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
simplejson==3.19.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -358,7 +379,7 @@ tox==4.14.1
# via -r requirements/tox.txt
twine==5.0.0
# via -r requirements/test.txt
types-python-dateutil==2.8.19.20240311
types-python-dateutil==2.9.0.20240316
# via
# -r requirements/test.txt
# arrow
Expand Down Expand Up @@ -395,7 +416,7 @@ xblock==2.0.0
# xblock-sdk
xblock-sdk==0.8.0
# via -r requirements/test.txt
zipp==3.18.0
zipp==3.18.1
# via
# -r requirements/test.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ webob==1.8.7
# xblock
xblock==2.0.0
# via -r requirements/base.txt
zipp==3.18.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.62
boto3==1.34.64
# via fs-s3fs
botocore==1.34.62
botocore==1.34.64
# via
# boto3
# s3transfer
Expand All @@ -45,7 +45,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
Expand Down Expand Up @@ -152,7 +152,7 @@ requests==2.31.0
# xblock-sdk
rich==13.7.1
# via cookiecutter
s3transfer==0.10.0
s3transfer==0.10.1
# via boto3
simplejson==3.19.2
# via
Expand All @@ -178,7 +178,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.4
# via pylint
types-python-dateutil==2.8.19.20240311
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
# via
Expand Down
26 changes: 19 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.62
boto3==1.34.64
# via fs-s3fs
botocore==1.34.62
botocore==1.34.64
# via
# boto3
# s3transfer
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
Expand All @@ -45,14 +47,16 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via edx-lint
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.5
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
Expand Down Expand Up @@ -83,14 +87,18 @@ importlib-metadata==6.11.0
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# keyring
# twine
importlib-resources==6.3.0
importlib-resources==6.3.1
# via keyring
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via
# code-annotations
Expand Down Expand Up @@ -137,6 +145,8 @@ platformdirs==4.2.0
# via pylint
pluggy==1.4.0
# via pytest
pycparser==2.21
# via cffi
pygments==2.17.2
# via
# readme-renderer
Expand Down Expand Up @@ -196,8 +206,10 @@ rich==13.7.1
# via
# cookiecutter
# twine
s3transfer==0.10.0
s3transfer==0.10.1
# via boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -226,7 +238,7 @@ tomlkit==0.12.4
# via pylint
twine==5.0.0
# via -r requirements/test.in
types-python-dateutil==2.8.19.20240311
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
# via
Expand Down Expand Up @@ -256,7 +268,7 @@ xblock==2.0.0
# xblock-sdk
xblock-sdk==0.8.0
# via -r requirements/test.in
zipp==3.18.0
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
Expand Down

0 comments on commit 1cabc34

Please sign in to comment.