Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored May 13, 2024
2 parents 4879ab5 + 8dd48bd commit 2c32c47
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.98
boto3==1.34.103
# via fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# boto3
# s3transfer
django==4.2.11
django==4.2.13
# via
# django-crum
# openedx-django-pyfs
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.98
boto3==1.34.103
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -94,7 +94,7 @@ coverage[toml]==7.4.4
# coveralls
coveralls==4.0.0
# via -r requirements/test.txt
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/test.txt
# secretstorage
Expand All @@ -108,7 +108,7 @@ distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -r requirements/test.txt
# django-crum
Expand Down Expand Up @@ -407,7 +407,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/base.txt
# django
boto3==1.34.98
boto3==1.34.103
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# -r requirements/base.txt
# boto3
# s3transfer
django==4.2.11
django==4.2.13
# via
# -r requirements/base.txt
# django-crum
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.98
boto3==1.34.103
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# -r requirements/base.txt
# boto3
Expand All @@ -39,7 +39,7 @@ certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
django==4.2.11
django==4.2.13
# via
# -r requirements/base.txt
# django-crum
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.98
boto3==1.34.103
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# -r requirements/base.txt
# boto3
Expand All @@ -56,13 +56,13 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
cryptography==42.0.6
cryptography==42.0.7
# via secretstorage
ddt==1.7.2
# via -r requirements/quality.in
dill==0.3.8
# via pylint
django==4.2.11
django==4.2.13
# via
# -r requirements/base.txt
# django-crum
Expand Down Expand Up @@ -249,7 +249,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
twine==5.0.0
# via -r requirements/quality.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.98
boto3==1.34.103
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -60,13 +60,13 @@ coverage[toml]==7.4.4
# via coveralls
coveralls==4.0.0
# via -r requirements/test.in
cryptography==42.0.6
cryptography==42.0.7
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
# via pylint
django==4.2.11
django==4.2.13
# via
# -r requirements/base.txt
# django-crum
Expand Down Expand Up @@ -274,7 +274,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
twine==5.0.0
# via -r requirements/test.in
Expand Down

0 comments on commit 2c32c47

Please sign in to comment.