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

Dependencies: all packages updated via pip-tools #12017

Merged
merged 1 commit into from
Feb 23, 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
12 changes: 6 additions & 6 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ billiard==4.2.1
# via
# -r requirements/pip.txt
# celery
boto3==1.36.22
boto3==1.36.26
# via
# -r requirements/pip.txt
# django-storages
botocore==1.36.22
botocore==1.36.26
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -94,7 +94,7 @@ cssselect==1.2.0
# via
# -r requirements/pip.txt
# pyquery
decorator==5.1.1
decorator==5.2.0
# via ipython
distlib==0.3.9
# via
Expand Down Expand Up @@ -297,13 +297,13 @@ prompt-toolkit==3.0.50
# -r requirements/pip.txt
# click-repl
# ipython
psycopg[binary,pool]==3.2.4
psycopg[binary,pool]==3.2.5
# via -r requirements/pip.txt
psycopg-binary==3.2.4
psycopg-binary==3.2.5
# via
# -r requirements/pip.txt
# psycopg
psycopg-pool==3.2.4
psycopg-pool==3.2.5
# via
# -r requirements/pip.txt
# psycopg
Expand Down
14 changes: 7 additions & 7 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ billiard==4.2.1
# via
# -r requirements/pip.txt
# celery
boto3==1.36.22
boto3==1.36.26
# via
# -r requirements/pip.txt
# django-storages
botocore==1.36.22
botocore==1.36.26
# via
# -r requirements/pip.txt
# boto3
# s3transfer
bumpver==2024.1130
# via -r requirements/pip.txt
cachetools==5.5.1
cachetools==5.5.2
# via tox
celery==5.4.0
# via
Expand Down Expand Up @@ -102,7 +102,7 @@ cssselect==1.2.0
# pyquery
datadiff==2.2.0
# via -r requirements/docker.in
decorator==5.1.1
decorator==5.2.0
# via
# ipdb
# ipython
Expand Down Expand Up @@ -321,13 +321,13 @@ prompt-toolkit==3.0.50
# -r requirements/pip.txt
# click-repl
# ipython
psycopg[binary,pool]==3.2.4
psycopg[binary,pool]==3.2.5
# via -r requirements/pip.txt
psycopg-binary==3.2.4
psycopg-binary==3.2.5
# via
# -r requirements/pip.txt
# psycopg
psycopg-pool==3.2.4
psycopg-pool==3.2.5
# via
# -r requirements/pip.txt
# psycopg
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ sphinxemoji==0.3.1
# via -r requirements/docs.in
sphinxext-opengraph==0.9.1
# via -r requirements/docs.in
starlette==0.45.3
starlette==0.46.0
# via sphinx-autobuild
tomli==2.2.1
# via sphinx
Expand Down
11 changes: 5 additions & 6 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==4.2.1
# via celery
boto3==1.36.22
boto3==1.36.26
# via django-storages
botocore==1.36.22
botocore==1.36.26
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -217,11 +217,11 @@ platformdirs==4.3.6
# via virtualenv
prompt-toolkit==3.0.50
# via click-repl
psycopg[binary,pool]==3.2.4
psycopg[binary,pool]==3.2.5
# via -r requirements/pip.in
psycopg-binary==3.2.4
psycopg-binary==3.2.5
# via psycopg
psycopg-pool==3.2.4
psycopg-pool==3.2.5
# via psycopg
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -313,7 +313,6 @@ typing-extensions==4.12.2
# pydantic-core
tzdata==2025.1
# via
# -r requirements/pip.in
# celery
# django-celery-beat
# kombu
Expand Down
10 changes: 5 additions & 5 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ billiard==4.2.1
# via
# -r requirements/pip.txt
# celery
boto3==1.36.22
boto3==1.36.26
# via
# -r requirements/pip.txt
# django-storages
botocore==1.36.22
botocore==1.36.26
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -303,13 +303,13 @@ prompt-toolkit==3.0.50
# via
# -r requirements/pip.txt
# click-repl
psycopg[binary,pool]==3.2.4
psycopg[binary,pool]==3.2.5
# via -r requirements/pip.txt
psycopg-binary==3.2.4
psycopg-binary==3.2.5
# via
# -r requirements/pip.txt
# psycopg
psycopg-pool==3.2.4
psycopg-pool==3.2.5
# via
# -r requirements/pip.txt
# psycopg
Expand Down