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

Merged
merged 1 commit into from
Sep 8, 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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ markupsafe==2.1.3
# via -r requirements/base.in
python-dateutil==2.8.2
# via -r requirements/base.in
pytz==2023.3
pytz==2023.3.post1
# via -r requirements/base.in
pyyaml==6.0.1
# via -r requirements/base.in
Expand Down
6 changes: 4 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==7.3.0
# via -r requirements/ci.in
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
Expand All @@ -31,5 +31,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.3
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
# via tox
26 changes: 18 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ attrs==23.1.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.28.35
boto3==1.28.40
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.35
botocore==1.31.40
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==0.10.0
build==1.0.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -82,7 +82,7 @@ exceptiongroup==1.1.3
# -r requirements/test.txt
# hypothesis
# pytest
filelock==3.12.2
filelock==3.12.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -97,8 +97,12 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.82.6
hypothesis==6.84.0
# via -r requirements/test.txt
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# build
inflect==7.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -218,7 +222,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -235,7 +239,7 @@ python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -300,9 +304,11 @@ tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# annotated-types
# astroid
# filelock
# inflect
# pydantic
# pydantic-core
Expand All @@ -311,7 +317,7 @@ urllib3==1.26.16
# via
# -r requirements/test.txt
# botocore
virtualenv==20.24.3
virtualenv==20.24.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -328,6 +334,10 @@ wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.16.2
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
boto3==1.28.35
boto3==1.28.40
# via fs-s3fs
botocore==1.31.35
botocore==1.31.40
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -42,7 +42,7 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# botocore
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ babel==2.12.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.28.35
boto3==1.28.40
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.35
botocore==1.31.40
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -89,7 +89,7 @@ python-dateutil==2.8.2
# via
# -r requirements/django.txt
# botocore
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/django.txt
# babel
Expand All @@ -112,7 +112,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
15 changes: 8 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==2.15.6
# pylint-celery
attrs==23.1.0
# via hypothesis
boto3==1.28.35
boto3==1.28.40
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.35
botocore==1.31.40
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ exceptiongroup==1.1.3
# via
# hypothesis
# pytest
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
Expand All @@ -72,7 +72,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.82.6
hypothesis==6.84.0
# via -r requirements/test.in
inflect==7.0.0
# via jinja2-pluralize
Expand Down Expand Up @@ -150,7 +150,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -165,7 +165,7 @@ python-dateutil==2.8.2
# botocore
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/django.txt
# django
Expand Down Expand Up @@ -213,6 +213,7 @@ typing-extensions==4.7.1
# via
# annotated-types
# astroid
# filelock
# inflect
# pydantic
# pydantic-core
Expand All @@ -221,7 +222,7 @@ urllib3==1.26.16
# via
# -r requirements/django.txt
# botocore
virtualenv==20.24.3
virtualenv==20.24.4
# via tox
web-fragments==2.1.0
# via -r requirements/django.txt
Expand Down
Loading