Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan committed May 13, 2024
2 parents 6e88504 + 07bfc42 commit 7b17d4b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/test.txt
# django
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 @@ -89,7 +89,7 @@ distlib==0.3.8
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -122,7 +122,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.100.4
hypothesis==6.100.6
# via -r requirements/test.txt
importlib-metadata==6.11.0
# via
Expand All @@ -143,7 +143,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -317,7 +317,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/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.in
# 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
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# via
# -r requirements/django.txt
# django
babel==2.14.0
babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -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/django.txt
# fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# -r requirements/django.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
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
Expand Down Expand Up @@ -71,7 +71,7 @@ importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# sphinx
jinja2==3.1.3
jinja2==3.1.4
# via sphinx
jmespath==1.0.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.txt
# django
boto3==1.34.98
boto3==1.34.103
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.98
botocore==1.34.103
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -90,7 +90,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.100.4
hypothesis==6.100.6
# via -r requirements/test.in
importlib-metadata==6.11.0
# via
Expand All @@ -102,7 +102,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# code-annotations
# diff-cover
Expand Down Expand Up @@ -233,7 +233,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.in
Expand Down

0 comments on commit 7b17d4b

Please sign in to comment.