Skip to content

Commit

Permalink
Dependencies: all packages updated via pip-tools (#12017)
Browse files Browse the repository at this point in the history
Dependencies: all packages updated via pip-tools

Co-authored-by: humitos <[email protected]>
  • Loading branch information
github-actions[bot] and humitos authored Feb 23, 2025
1 parent 8e34187 commit 153e79f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 25 deletions.
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

0 comments on commit 153e79f

Please sign in to comment.