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

Closed
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 @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
fs==2.4.16
# via -r requirements/base.in
lxml==5.0.0
lxml==5.0.1
# via -r requirements/base.in
mako==1.3.0
# via -r requirements/base.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ astroid==3.0.2
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.34.11
boto3==1.34.14
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.14
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ coverage[toml]==7.4.0
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.txt
diff-cover==4.0.0
# via
Expand Down Expand Up @@ -148,7 +148,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/test.txt
lxml==5.0.0
lxml==5.0.1
# via -r requirements/test.txt
mako==1.3.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -239,7 +239,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
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.34.11
boto3==1.34.14
# via fs-s3fs
botocore==1.34.11
botocore==1.34.14
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.in
lxml==5.0.0
lxml==5.0.1
# via -r requirements/base.txt
mako==1.3.0
# via -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.34.11
boto3==1.34.14
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.14
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -64,7 +64,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lxml==5.0.0
lxml==5.0.1
# via -r requirements/django.txt
mako==1.3.0
# via -r requirements/django.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ astroid==3.0.2
# -r requirements/test.in
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via hypothesis
boto3==1.34.11
boto3==1.34.14
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.14
# via
# -r requirements/django.txt
# boto3
Expand All @@ -45,7 +45,7 @@ coverage[toml]==7.4.0
# via
# -r requirements/test.in
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.in
diff-cover==4.0.0
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lxml==5.0.0
lxml==5.0.1
# via -r requirements/django.txt
mako==1.3.0
# via -r requirements/django.txt
Expand Down Expand Up @@ -159,7 +159,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-api==1.6.1
# via tox
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down