Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Jan 15, 2024
2 parents 13507ef + d4b4d51 commit 183b2b8
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django==3.2.23
# -r requirements/base.in
fs==2.4.16
# via xblock
lxml==5.0.1
lxml==5.1.0
# via xblock
mako==1.3.0
# via xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.14
boto3==1.34.19
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.14
botocore==1.34.19
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -162,7 +162,7 @@ jeepney==0.8.0
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -176,7 +176,7 @@ keyring==24.3.0
# via
# -r requirements/test.txt
# twine
lxml==5.0.1
lxml==5.1.0
# via
# -r requirements/test.txt
# xblock
Expand All @@ -203,7 +203,7 @@ mdurl==0.1.2
# via
# -r requirements/test.txt
# markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via
# -r requirements/test.txt
# jaraco-classes
Expand Down Expand Up @@ -369,7 +369,7 @@ tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==4.11.4
tox==4.12.0
# via -r requirements/tox.txt
twine==4.0.2
# via -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fs==2.4.16
# via
# -r requirements/base.txt
# xblock
lxml==5.0.1
lxml==5.1.0
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
lxml==5.0.1
lxml==5.1.0
# via
# -r requirements/base.txt
# xblock
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.0.2
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.14
boto3==1.34.19
# via fs-s3fs
botocore==1.34.14
botocore==1.34.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,15 +66,15 @@ idna==3.6
# via requests
isort==5.13.2
# via pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# code-annotations
# cookiecutter
jmespath==1.0.1
# via
# boto3
# botocore
lxml==5.0.1
lxml==5.1.0
# via
# -r requirements/base.txt
# xblock
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.0.2
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.14
boto3==1.34.19
# via fs-s3fs
botocore==1.34.14
botocore==1.34.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -93,7 +93,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via
# code-annotations
# cookiecutter
Expand All @@ -103,7 +103,7 @@ jmespath==1.0.1
# botocore
keyring==24.3.0
# via twine
lxml==5.0.1
lxml==5.1.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -124,7 +124,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via jaraco-classes
nh3==0.2.15
# via readme-renderer
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.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.11.4
tox==4.12.0
# via -r requirements/tox.in
virtualenv==20.25.0
# via tox

0 comments on commit 183b2b8

Please sign in to comment.