Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
salman2013 authored Jan 23, 2024
2 parents 183b2b8 + 32f8005 commit 0aed740
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lxml==5.1.0
# via xblock
mako==1.3.0
# via xblock
markupsafe==2.1.3
markupsafe==2.1.4
# via
# mako
# xblock
Expand Down
8 changes: 4 additions & 4 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.19
boto3==1.34.23
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -189,7 +189,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -369,7 +369,7 @@ tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==4.12.0
tox==4.12.1
# 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 @@ -31,7 +31,7 @@ mako==1.3.0
# via
# -r requirements/base.txt
# xblock
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# mako
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2023.11.17
# via requests
Expand Down Expand Up @@ -52,7 +52,7 @@ mako==1.3.0
# via
# -r requirements/base.txt
# xblock
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
Expand Down
6 changes: 3 additions & 3 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.19
boto3==1.34.23
# via fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -85,7 +85,7 @@ mako==1.3.0
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
Expand Down
6 changes: 3 additions & 3 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.19
boto3==1.34.23
# via fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -114,7 +114,7 @@ mako==1.3.0
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
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.12.0
tox==4.12.1
# via -r requirements/tox.in
virtualenv==20.25.0
# via tox

0 comments on commit 0aed740

Please sign in to comment.