Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #366

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# via django
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.28.78
boto3==1.28.84
# via fs-s3fs
botocore==1.31.78
botocore==1.31.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -41,7 +41,7 @@ lazy==1.6
# via xblock
lxml==4.9.3
# via xblock
mako==1.2.4
mako==1.3.0
# via xblock
markupsafe==2.1.3
# via
Expand Down
9 changes: 6 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ filelock==3.13.1
# tox
# virtualenv
packaging==23.2
# via tox
# via
# pyproject-api
# tox
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
Expand All @@ -21,10 +23,11 @@ py==1.11.0
six==1.16.0
# via tox
tomli==2.0.1
# via tox
# via
# pyproject-api
# tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
Expand Down
13 changes: 6 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ bleach[css]==6.1.0
# via
# -r requirements/quality.txt
# bleach
boto3==1.28.78
boto3==1.28.84
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.31.78
botocore==1.31.84
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -80,7 +80,7 @@ coverage[toml]==7.3.2
# -r requirements/quality.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/quality.txt
distlib==0.3.7
# via
Expand Down Expand Up @@ -165,7 +165,7 @@ lxml==4.9.3
# edx-i18n-tools
# xblock
# xblock-sdk
mako==1.2.4
mako==1.3.0
# via
# -r requirements/quality.txt
# xblock
Expand Down Expand Up @@ -205,7 +205,7 @@ path==16.7.1
# via
# -r requirements/quality.txt
# edx-i18n-tools
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
Expand Down Expand Up @@ -271,7 +271,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/quality.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -354,7 +354,6 @@ tomli==2.0.1
# tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.2
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bleach[css]==6.1.0
# via
# -r requirements/test.txt
# bleach
boto3==1.28.78
boto3==1.28.84
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.78
botocore==1.31.84
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -69,7 +69,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.txt
django==3.2.23
# via
Expand Down Expand Up @@ -137,7 +137,7 @@ lxml==4.9.3
# edx-i18n-tools
# xblock
# xblock-sdk
mako==1.2.4
mako==1.3.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -171,7 +171,7 @@ path==16.7.1
# via
# -r requirements/test.txt
# edx-i18n-tools
pbr==5.11.1
pbr==6.0.0
# via stevedore
pluggy==1.3.0
# via
Expand Down Expand Up @@ -213,7 +213,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ bleach[css]==6.1.0
# via
# -r requirements/base.txt
# bleach
boto3==1.28.78
boto3==1.28.84
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.78
botocore==1.31.84
# via
# -r requirements/base.txt
# boto3
Expand All @@ -43,7 +43,7 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -95,7 +95,7 @@ lxml==4.9.3
# edx-i18n-tools
# xblock
# xblock-sdk
mako==1.2.4
mako==1.3.0
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -134,7 +134,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down