Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan committed Jan 15, 2024
2 parents 73032b9 + 1151a30 commit 0724ce5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
fs==2.4.16
# via -r requirements/base.in
lxml==5.0.0
lxml==5.1.0
# via -r requirements/base.in
mako==1.3.0
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.12.0
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ astroid==3.0.2
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.34.11
boto3==1.34.18
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.18
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ coverage[toml]==7.4.0
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.txt
diff-cover==4.0.0
# via
Expand Down Expand Up @@ -113,7 +113,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.92.2
hypothesis==6.93.0
# via -r requirements/test.txt
importlib-metadata==7.0.1
# via
Expand All @@ -131,7 +131,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -148,7 +148,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/test.txt
lxml==5.0.0
lxml==5.1.0
# via -r requirements/test.txt
mako==1.3.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -239,7 +239,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -310,7 +310,7 @@ tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==4.11.4
tox==4.12.0
# via
# -r requirements/ci.txt
# -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 @@ -8,9 +8,9 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
boto3==1.34.11
boto3==1.34.18
# via fs-s3fs
botocore==1.34.11
botocore==1.34.18
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.in
lxml==5.0.0
lxml==5.1.0
# via -r requirements/base.txt
mako==1.3.0
# via -r requirements/base.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.34.11
boto3==1.34.18
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.18
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -55,7 +55,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
jmespath==1.0.1
# via
Expand All @@ -64,7 +64,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lxml==5.0.0
lxml==5.1.0
# via -r requirements/django.txt
mako==1.3.0
# via -r requirements/django.txt
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ astroid==3.0.2
# -r requirements/test.in
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via hypothesis
boto3==1.34.11
boto3==1.34.18
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.18
# via
# -r requirements/django.txt
# boto3
Expand All @@ -45,7 +45,7 @@ coverage[toml]==7.4.0
# via
# -r requirements/test.in
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.in
diff-cover==4.0.0
# via
Expand Down Expand Up @@ -78,15 +78,15 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.92.2
hypothesis==6.93.0
# via -r requirements/test.in
inflect==7.0.0
# via jinja2-pluralize
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# code-annotations
# diff-cover
Expand All @@ -100,7 +100,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lxml==5.0.0
lxml==5.1.0
# via -r requirements/django.txt
mako==1.3.0
# via -r requirements/django.txt
Expand Down Expand Up @@ -159,7 +159,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-api==1.6.1
# via tox
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -214,7 +214,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.4
tox==4.12.0
# via -r requirements/test.in
typing-extensions==4.9.0
# via
Expand Down

0 comments on commit 0724ce5

Please sign in to comment.