Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored May 13, 2024
2 parents cf84cf3 + a7aa8ce commit 168a062
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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 fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ click==8.1.7
# via cookiecutter
cookiecutter==2.6.0
# via -r requirements/base.in
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -48,7 +48,7 @@ fs-s3fs==1.1.1
# openedx-django-pyfs
idna==3.7
# via requests
jinja2==3.1.3
jinja2==3.1.4
# via cookiecutter
jmespath==1.0.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.98
boto3==1.34.103
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -104,7 +104,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -146,7 +146,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -347,7 +347,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
tox==4.15.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,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 @@ -86,7 +86,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -124,7 +124,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -294,7 +294,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
tox==4.15.0
# via -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# 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 @@ -93,7 +93,7 @@ idna==3.7
# requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/base.txt
# cookiecutter
Expand Down

0 comments on commit 168a062

Please sign in to comment.