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

Merged
merged 1 commit into from
Jul 17, 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
5 changes: 3 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand All @@ -24,9 +24,10 @@ tomli==2.0.1
# via 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.1
# via -r requirements/ci.in
virtualenv==20.23.1
virtualenv==20.24.0
# via tox
30 changes: 21 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ bleach[css]==6.0.0
# -r requirements/workbench.txt
bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# -r requirements/workbench.txt
boto3==1.28.1
boto3==1.28.3
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.31.1
botocore==1.31.3
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand All @@ -67,9 +68,10 @@ charset-normalizer==3.2.0
# -r requirements/quality.txt
# -r requirements/workbench.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# -r requirements/workbench.txt
# click-log
# code-annotations
Expand All @@ -84,7 +86,7 @@ code-annotations==1.3.0
# via
# -r requirements/quality.txt
# edx-lint
cookiecutter==2.2.0
cookiecutter==2.2.3
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand All @@ -104,6 +106,7 @@ distlib==0.3.6
# virtualenv
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# -r requirements/workbench.txt
# django-appconf
Expand Down Expand Up @@ -207,7 +210,7 @@ mccabe==0.6.1
# via
# -r requirements/quality.txt
# pylint
mock==5.0.2
mock==5.1.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand All @@ -223,14 +226,16 @@ nose==1.3.7
# -r requirements/quality.txt
# -r requirements/workbench.txt
# needle
openedx-django-pyfs==3.3.0
openedx-django-pyfs==3.4.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# xblock
packaging==23.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# -r requirements/workbench.txt
# build
# pytest
Expand All @@ -249,14 +254,15 @@ pillow==10.0.0
# -r requirements/quality.txt
# -r requirements/workbench.txt
# needle
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.1
platformdirs==3.9.1
# via
# -r requirements/ci.txt
# virtualenv
pluggy==1.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# -r requirements/workbench.txt
# pytest
Expand All @@ -274,6 +280,7 @@ pycodestyle==2.10.0
# via -r requirements/quality.txt
pylint==2.4.2
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -355,6 +362,7 @@ s3transfer==0.6.1
# boto3
selenium==2.53.6
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# -r requirements/workbench.txt
# bok-choy
Expand All @@ -367,6 +375,7 @@ simplejson==3.19.1
# xblock-utils
six==1.16.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# -r requirements/workbench.txt
# astroid
Expand Down Expand Up @@ -398,7 +407,9 @@ tinycss2==1.1.1
# bleach
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# -r requirements/workbench.txt
# build
# coverage
Expand All @@ -408,6 +419,7 @@ 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.1
Expand All @@ -423,7 +435,7 @@ urllib3==1.26.16
# -r requirements/workbench.txt
# botocore
# requests
virtualenv==20.23.1
virtualenv==20.24.0
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.5
# via pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
18 changes: 11 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ binaryornot==0.4.4
bleach[css]==6.0.0
# via -r requirements/test.txt
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.28.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
boto3==1.28.3
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.1
botocore==1.31.3
# via
# -r requirements/test.txt
# boto3
Expand All @@ -49,7 +51,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/test.txt
# click-log
Expand All @@ -60,7 +62,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
# via edx-lint
cookiecutter==2.2.0
cookiecutter==2.2.3
# via
# -r requirements/test.txt
# xblock-sdk
Expand All @@ -72,6 +74,7 @@ ddt==1.6.0
# via -r requirements/test.txt
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# django-appconf
# django-statici18n
Expand Down Expand Up @@ -147,7 +150,7 @@ markupsafe==2.1.3
# xblock
mccabe==0.6.1
# via pylint
mock==5.0.2
mock==5.1.0
# via -r requirements/test.txt
needle==0.5.0
# via
Expand All @@ -157,7 +160,7 @@ nose==1.3.7
# via
# -r requirements/test.txt
# needle
openedx-django-pyfs==3.3.0
openedx-django-pyfs==3.4.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -247,6 +250,7 @@ s3transfer==0.6.1
# boto3
selenium==2.53.6
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# bok-choy
# needle
Expand Down
18 changes: 11 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ binaryornot==0.4.4
bleach[css]==6.0.0
# via -r requirements/base.txt
bok-choy==0.7.1
# via -r requirements/test.in
boto3==1.28.1
# via
# -c requirements/constraints.txt
# -r requirements/test.in
boto3==1.28.3
# via fs-s3fs
botocore==1.31.1
botocore==1.31.3
# via
# boto3
# s3transfer
Expand All @@ -32,15 +34,16 @@ chardet==5.1.0
# via binaryornot
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via cookiecutter
cookiecutter==2.2.0
cookiecutter==2.2.3
# via xblock-sdk
coverage[toml]==7.2.7
# via pytest-cov
ddt==1.6.0
# via -r requirements/test.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# django-appconf
# django-statici18n
Expand Down Expand Up @@ -96,13 +99,13 @@ markupsafe==2.1.3
# jinja2
# mako
# xblock
mock==5.0.2
mock==5.1.0
# via -r requirements/test.in
needle==0.5.0
# via bok-choy
nose==1.3.7
# via needle
openedx-django-pyfs==3.3.0
openedx-django-pyfs==3.4.0
# via
# -r requirements/test.in
# xblock
Expand Down Expand Up @@ -153,6 +156,7 @@ s3transfer==0.6.1
# via boto3
selenium==2.53.6
# via
# -c requirements/constraints.txt
# -r requirements/test.in
# bok-choy
# needle
Expand Down
18 changes: 11 additions & 7 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ binaryornot==0.4.4
bleach[css]==6.0.0
# via -r requirements/test.txt
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.28.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
boto3==1.28.3
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.1
botocore==1.31.3
# via
# -r requirements/test.txt
# boto3
Expand All @@ -45,11 +47,11 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/test.txt
# cookiecutter
cookiecutter==2.2.0
cookiecutter==2.2.3
# via
# -r requirements/test.txt
# xblock-sdk
Expand All @@ -60,6 +62,7 @@ coverage[toml]==7.2.7
ddt==1.6.0
# via -r requirements/test.txt
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# django-appconf
# django-statici18n
Expand Down Expand Up @@ -128,7 +131,7 @@ markupsafe==2.1.3
# jinja2
# mako
# xblock
mock==5.0.2
mock==5.1.0
# via -r requirements/test.txt
mysqlclient==2.2.0
# via -r requirements/workbench.in
Expand All @@ -140,7 +143,7 @@ nose==1.3.7
# via
# -r requirements/test.txt
# needle
openedx-django-pyfs==3.3.0
openedx-django-pyfs==3.4.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -211,6 +214,7 @@ s3transfer==0.6.1
# boto3
selenium==2.53.6
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# bok-choy
# needle
Expand Down