Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and Agrendalath committed May 20, 2024
1 parent ed9b28b commit 8a96bad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.103
boto3==1.34.108
# via fs-s3fs
botocore==1.34.103
botocore==1.34.108
# via
# boto3
# s3transfer
Expand All @@ -37,11 +37,11 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==5.2.1
lxml==5.2.2
# via
# parsel
# xblock
mako==1.3.3
mako==1.3.5
# via xblock
markupsafe==2.1.5
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.1
platformdirs==4.2.2
# via
# tox
# virtualenv
Expand All @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.1.0
astroid==3.2.2
# via
# pylint
# pylint-celery
Expand All @@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.103
boto3==1.34.108
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.103
botocore==1.34.108
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -101,13 +101,13 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==5.2.1
lxml==5.2.2
# via
# -r requirements/base.txt
# parsel
# xblock
# xblock-sdk
mako==1.3.3
mako==1.3.5
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -137,15 +137,15 @@ parsel==1.6.0
# -r requirements/base.txt
pbr==6.0.0
# via stevedore
platformdirs==4.2.1
platformdirs==4.2.2
# via pylint
pluggy==1.5.0
# via pytest
pycodestyle==2.11.1
# via -r requirements/test.in
pygments==2.18.0
# via rich
pylint==3.1.0
pylint==3.2.1
# via
# edx-lint
# pylint-celery
Expand All @@ -161,7 +161,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.2.0
pytest==8.2.1
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 8a96bad

Please sign in to comment.