Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
Feanil Patel authored Apr 9, 2024
2 parents 5e169af + 6ef6727 commit 6f8d84e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 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.79
boto3==1.34.80
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.79
botocore==1.34.80
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -118,7 +118,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.100.0
hypothesis==6.100.1
# via -r requirements/test.txt
importlib-metadata==6.11.0
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ packaging==24.0
# pyproject-api
# pytest
# tox
path==16.12.1
path==16.14.0
# via -r requirements/test.txt
pbr==6.0.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.in
# django
boto3==1.34.79
boto3==1.34.80
# via fs-s3fs
botocore==1.34.79
botocore==1.34.80
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.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.79
boto3==1.34.80
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.79
botocore==1.34.80
# via
# -r requirements/django.txt
# boto3
Expand Down
8 changes: 4 additions & 4 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.79
boto3==1.34.80
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.79
botocore==1.34.80
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -86,7 +86,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.100.0
hypothesis==6.100.1
# via -r requirements/test.in
importlib-metadata==6.11.0
# via
Expand Down Expand Up @@ -136,7 +136,7 @@ packaging==24.0
# pyproject-api
# pytest
# tox
path==16.12.1
path==16.14.0
# via -r requirements/test.in
pbr==6.0.0
# via
Expand Down

0 comments on commit 6f8d84e

Please sign in to comment.