Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Feb 19, 2024
2 parents 551a050 + a59a3cf commit 6b712bd
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 26 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 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.39
boto3==1.34.44
# via fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -67,7 +67,7 @@ markupsafe==2.1.5
# xblock
mdurl==0.1.2
# via markdown-it-py
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via xblock
pygments==2.17.2
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
11 changes: 5 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.39
boto3==1.34.44
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -192,7 +192,7 @@ mock==5.1.0
# via
# -r requirements/test.in
# -r requirements/test.txt
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -248,7 +248,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -344,7 +344,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.1
tox==4.13.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -386,7 +386,6 @@ xblock[django]==1.10.0
# -r requirements/base.txt
# -r requirements/test.txt
# acid-xblock
# xblock

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
12 changes: 5 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.39
boto3==1.34.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -72,7 +72,6 @@ cookiecutter==2.5.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -162,7 +161,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -214,7 +213,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -293,7 +292,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/test.txt
types-python-dateutil==2.8.19.20240106
# via
Expand Down Expand Up @@ -327,7 +326,6 @@ xblock[django]==1.10.0
# via
# -r requirements/test.txt
# acid-xblock
# xblock

# The following packages are considered to be unsafe in a requirements file:
# setuptools
11 changes: 5 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.39
boto3==1.34.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -127,7 +127,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.in
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -153,7 +153,7 @@ pypng==0.20220715.0
# via -r requirements/base.txt
pyproject-api==1.6.1
# via tox
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -220,7 +220,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/test.in
types-python-dateutil==2.8.19.20240106
# via
Expand Down Expand Up @@ -250,7 +250,6 @@ xblock[django]==1.10.0
# via
# -r requirements/base.txt
# acid-xblock
# xblock

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 6b712bd

Please sign in to comment.