Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
salman2013 authored Jan 23, 2024
2 parents 3f0b9a6 + f3649b6 commit a760f3b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
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 @@ -39,7 +39,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 @@ -200,7 +200,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 @@ -394,7 +394,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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
boto3==1.34.19
boto3==1.34.23
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -60,7 +60,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
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.19
boto3==1.34.23
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -82,7 +82,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,11 +20,11 @@ astroid==3.0.2
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.19
boto3==1.34.23
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -122,7 +122,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,11 +20,11 @@ astroid==3.0.2
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.19
boto3==1.34.23
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -132,7 +132,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 a760f3b

Please sign in to comment.