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 #349

Merged
merged 1 commit into from
Sep 11, 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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ asgiref==3.7.2
# via django
bleach[css]==6.0.0
# via -r requirements/base.in
boto3==1.28.40
boto3==1.28.44
# via fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# boto3
# s3transfer
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-appconf
Expand Down Expand Up @@ -53,7 +53,7 @@ python-dateutil==2.8.2
# via
# botocore
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# django
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ bok-choy==0.7.1
# -c requirements/constraints.txt
# -r requirements/quality.txt
# -r requirements/workbench.txt
boto3==1.28.40
boto3==1.28.44
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# boto3
# s3transfer
build==1.0.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -91,7 +91,7 @@ cookiecutter==2.3.0
# -r requirements/quality.txt
# -r requirements/workbench.txt
# xblock-sdk
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand All @@ -104,7 +104,7 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -327,7 +327,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand All @@ -354,7 +354,7 @@ python-slugify==8.0.1
# -r requirements/workbench.txt
# code-annotations
# cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -462,7 +462,7 @@ urllib3==1.26.16
# -r requirements/workbench.txt
# botocore
# requests
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
boto3==1.28.40
boto3==1.28.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -66,13 +66,13 @@ cookiecutter==2.3.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -219,7 +219,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -239,7 +239,7 @@ python-slugify==8.0.1
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.in
boto3==1.28.40
boto3==1.28.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# -r requirements/base.txt
# boto3
Expand All @@ -41,7 +41,7 @@ click==8.1.7
# via cookiecutter
cookiecutter==2.3.0
# via xblock-sdk
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -134,7 +134,7 @@ pygments==2.16.1
# via rich
pypng==0.20220715.0
# via xblock-sdk
pytest==7.4.1
pytest==7.4.2
# via
# pytest-cov
# pytest-django
Expand All @@ -150,7 +150,7 @@ python-dateutil==2.8.2
# xblock
python-slugify==8.0.1
# via cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
boto3==1.28.40
boto3==1.28.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# -r requirements/test.txt
# boto3
Expand All @@ -55,7 +55,7 @@ cookiecutter==2.3.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -184,7 +184,7 @@ pypng==0.20220715.0
# -r requirements/test.txt
# -r requirements/workbench.in
# xblock-sdk
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -203,7 +203,7 @@ python-slugify==8.0.1
# via
# -r requirements/test.txt
# cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand Down