Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Apr 1, 2024
2 parents bd289d2 + f2a78c9 commit c879b21
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.4.4
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/test.txt
# django
boto3==1.34.69
boto3==1.34.74
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.1.1
build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -107,7 +107,7 @@ exceptiongroup==1.2.0
# -r requirements/test.txt
# hypothesis
# pytest
filelock==3.13.1
filelock==3.13.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -122,7 +122,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.99.12
hypothesis==6.99.13
# via -r requirements/test.txt
importlib-metadata==6.11.0
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via -r requirements/test.txt
packaging==24.0
# via
Expand Down Expand Up @@ -261,7 +261,7 @@ pytest==8.1.1
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 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.69
boto3==1.34.74
# via fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,7 +50,7 @@ markupsafe==2.1.5
# via
# -r requirements/base.txt
# mako
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via -r requirements/django.in
pbr==6.0.0
# via
Expand Down
6 changes: 3 additions & 3 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.69
boto3==1.34.74
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -89,7 +89,7 @@ markupsafe==2.1.5
# mako
mock==5.1.0
# via -r requirements/doc.in
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via -r requirements/django.txt
packaging==24.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.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/django.txt
# django
boto3==1.34.69
boto3==1.34.74
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -75,7 +75,7 @@ exceptiongroup==1.2.0
# via
# hypothesis
# pytest
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand All @@ -88,7 +88,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.99.12
hypothesis==6.99.13
# via -r requirements/test.in
inflect==7.0.0
# via jinja2-pluralize
Expand Down Expand Up @@ -125,7 +125,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via -r requirements/django.txt
packaging==24.0
# via
Expand Down Expand Up @@ -182,7 +182,7 @@ pytest==8.1.1
# -r requirements/test.in
# pytest-cov
# pytest-django
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
Expand Down

0 comments on commit c879b21

Please sign in to comment.