Skip to content

Dependencies: all packages updated via pip-tools #11999

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

Merged
merged 1 commit into from
Feb 17, 2025
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/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.36.17
boto3==1.36.21
# via
# -r requirements/pip.txt
# django-storages
botocore==1.36.17
botocore==1.36.21
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -149,7 +149,7 @@ django-elasticsearch-dsl==8.0
# via -r requirements/pip.txt
django-extensions==3.2.3
# via -r requirements/pip.txt
django-filter==24.3
django-filter==25.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# via -r requirements/pip.txt
django-formtools==2.5.1
# via -r requirements/pip.txt
Expand Down Expand Up @@ -384,7 +384,7 @@ s3transfer==0.11.2
# boto3
selectolax==0.3.27
# via -r requirements/pip.txt
sentry-sdk==2.20.0
sentry-sdk==2.21.0
# via structlog-sentry
six==1.17.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.36.17
boto3==1.36.21
# via
# -r requirements/pip.txt
# django-storages
botocore==1.36.17
botocore==1.36.21
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -159,7 +159,7 @@ django-elasticsearch-dsl==8.0
# via -r requirements/pip.txt
django-extensions==3.2.3
# via -r requirements/pip.txt
django-filter==24.3
django-filter==25.1
# via -r requirements/pip.txt
django-formtools==2.5.1
# via -r requirements/pip.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ mdit-py-plugins==0.4.2
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==4.0.0
myst-parser==4.0.1
# via -r requirements/docs.in
numpy==2.2.2
numpy==2.2.3
# via
# contourpy
# matplotlib
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ async-timeout==5.0.1
# via redis
billiard==3.6.4.0
# via celery
boto3==1.36.17
boto3==1.36.21
# via django-storages
botocore==1.36.17
botocore==1.36.21
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -111,7 +111,7 @@ django-elasticsearch-dsl==8.0
# via -r requirements/pip.in
django-extensions==3.2.3
# via -r requirements/pip.in
django-filter==24.3
django-filter==25.1
# via -r requirements/pip.in
django-formtools==2.5.1
# via -r requirements/pip.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.36.17
boto3==1.36.21
# via
# -r requirements/pip.txt
# django-storages
botocore==1.36.17
botocore==1.36.21
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -82,7 +82,7 @@ colorama==0.4.6
# via
# -r requirements/pip.txt
# bumpver
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via pytest-cov
cron-descriptor==1.4.5
# via
Expand All @@ -97,7 +97,7 @@ cssselect==1.2.0
# via
# -r requirements/pip.txt
# pyquery
cython==3.0.11
cython==3.0.12
# via sphinx
defusedxml==0.7.1
# via sphinx
Expand Down Expand Up @@ -156,7 +156,7 @@ django-elasticsearch-dsl==8.0
# via -r requirements/pip.txt
django-extensions==3.2.3
# via -r requirements/pip.txt
django-filter==24.3
django-filter==25.1
# via -r requirements/pip.txt
django-formtools==2.5.1
# via -r requirements/pip.txt
Expand Down Expand Up @@ -345,7 +345,7 @@ pytest-cov==6.0.0
# via -r requirements/testing.in
pytest-custom-exit-code==0.3.0
# via -r requirements/testing.in
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/testing.in
pytest-mock==3.14.0
# via -r requirements/testing.in
Expand Down