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

Merged
merged 1 commit into from
Aug 28, 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 @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.25
boto3==1.28.35
# via fs-s3fs
botocore==1.31.25
botocore==1.31.35
# via
# boto3
# s3transfer
Expand All @@ -24,7 +24,7 @@ chardet==5.2.0
# via binaryornot
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via cookiecutter
cookiecutter==2.3.0
# via -r requirements/base.in
Expand Down Expand Up @@ -91,7 +91,7 @@ requests==2.31.0
# cookiecutter
rich==13.5.2
# via cookiecutter
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
simplejson==3.19.1
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==23.1
# via tox
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -27,7 +27,7 @@ tox==3.28.0
# -c requirements/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.3
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ bok-choy==0.7.1
# via
# -r requirements/test.in
# -r requirements/test.txt
boto3==1.28.25
boto3==1.28.35
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.25
botocore==1.31.35
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -62,7 +62,7 @@ charset-normalizer==3.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -101,7 +101,7 @@ django==3.2.20
# openedx-django-pyfs
edx-lint==5.3.4
# via -r requirements/quality.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -218,7 +218,7 @@ platformdirs==3.10.0
# -r requirements/test.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -308,7 +308,7 @@ rich==13.5.2
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
s3transfer==0.6.1
s3transfer==0.6.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -362,7 +362,7 @@ tox==3.28.0
# -r requirements/test.in
# -r requirements/test.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via
# -r requirements/test.in
# -r requirements/test.txt
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,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
packaging==23.1
# via build
Expand All @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.1
wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.1
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.28.25
boto3==1.28.35
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.25
botocore==1.31.35
# via
# -r requirements/test.txt
# boto3
Expand All @@ -49,7 +49,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -81,7 +81,7 @@ django==3.2.20
# openedx-django-pyfs
edx-lint==5.3.4
# via -r requirements/quality.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -185,7 +185,7 @@ platformdirs==3.10.0
# -r requirements/test.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -260,7 +260,7 @@ rich==13.5.2
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.6.1
s3transfer==0.6.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -306,7 +306,7 @@ tox==3.28.0
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/test.txt
typing-extensions==4.7.1
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.in
boto3==1.28.25
boto3==1.28.35
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.25
botocore==1.31.35
# via
# -r requirements/base.txt
# boto3
Expand All @@ -45,7 +45,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/base.txt
# cookiecutter
Expand All @@ -63,7 +63,7 @@ distlib==0.3.7
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# openedx-django-pyfs
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
filelock==3.12.2
# via
Expand Down Expand Up @@ -139,7 +139,7 @@ pillow==10.0.0
# via needle
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# pytest
# tox
Expand Down Expand Up @@ -190,7 +190,7 @@ rich==13.5.2
# via
# -r requirements/base.txt
# cookiecutter
s3transfer==0.6.1
s3transfer==0.6.2
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -227,7 +227,7 @@ tox==3.28.0
# -c requirements/common_constraints.txt
# -r requirements/test.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/test.in
typing-extensions==4.7.1
# via
Expand Down
Loading