Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
salman2013 authored Oct 16, 2023
2 parents 5169e6d + abbd4b5 commit 16e5751
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 @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -125,7 +125,7 @@ fs-s3fs==1.1.1
# -r requirements/test.txt
# openedx-django-pyfs
# xblock-sdk
hypothesis==6.87.3
hypothesis==6.87.4
# via -r requirements/test.txt
idna==3.4
# via
Expand Down Expand Up @@ -234,7 +234,7 @@ py==1.11.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.txt
pydantic==2.4.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
boto3==1.28.62
boto3==1.28.63
# via fs-s3fs
botocore==1.31.62
botocore==1.31.63
# 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 @@ -18,11 +18,11 @@ babel==2.13.0
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# 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 @@ -21,11 +21,11 @@ attrs==23.1.0
# via hypothesis
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -88,7 +88,7 @@ fs-s3fs==1.1.1
# -r requirements/django.txt
# openedx-django-pyfs
# xblock-sdk
hypothesis==6.87.3
hypothesis==6.87.4
# via -r requirements/test.in
idna==3.4
# via requests
Expand Down Expand Up @@ -159,7 +159,7 @@ pluggy==1.3.0
# tox
py==1.11.0
# via tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.in
pydantic==2.4.2
# via inflect
Expand Down

0 comments on commit 16e5751

Please sign in to comment.