Skip to content

Commit

Permalink
Merge pull request #73 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-cb3c38d

Python Requirements Update
  • Loading branch information
farhan authored Apr 1, 2024
2 parents cb3c38d + 848c940 commit 75d835c
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# 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 @@ -48,7 +48,7 @@ markupsafe==2.1.5
# via
# mako
# xblock
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via xblock
openedx-filters==1.6.0
# via -r requirements/base.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
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
Expand Down Expand Up @@ -127,7 +127,7 @@ exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
filelock==3.13.1
filelock==3.13.3
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -164,7 +164,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -234,11 +234,11 @@ more-itertools==10.2.0
# -r requirements/test.txt
# jaraco-classes
# jaraco-functools
nh3==0.2.15
nh3==0.2.17
# via
# -r requirements/test.txt
# readme-renderer
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -274,7 +274,7 @@ pluggy==1.4.0
# tox
pycodestyle==2.11.1
# via -r requirements/test.txt
pycparser==2.21
pycparser==2.22
# via
# -r requirements/test.txt
# cffi
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/base.txt
# django
boto3==1.34.69
boto3==1.34.74
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -69,7 +69,7 @@ markupsafe==2.1.5
# -r requirements/base.txt
# mako
# xblock
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.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/base.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -92,7 +92,7 @@ markupsafe==2.1.5
# jinja2
# mako
# xblock
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
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/quality.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"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.69
boto3==1.34.74
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -94,7 +94,7 @@ importlib-resources==6.4.0
# via keyring
isort==5.13.2
# via pylint
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
# via keyring
Expand Down Expand Up @@ -145,9 +145,9 @@ more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -161,7 +161,7 @@ platformdirs==4.2.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.17.2
# via
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"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.69
boto3==1.34.74
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -104,7 +104,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
# via keyring
Expand Down Expand Up @@ -157,9 +157,9 @@ more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -177,7 +177,7 @@ pluggy==1.4.0
# via pytest
pycodestyle==2.11.1
# via -r requirements/test.in
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.17.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand Down

0 comments on commit 75d835c

Please sign in to comment.