Skip to content

Commit

Permalink
Dependencies: all packages updated via pip-tools (#10969)
Browse files Browse the repository at this point in the history
Co-authored-by: humitos <[email protected]>
  • Loading branch information
github-actions[bot] and humitos authored Dec 30, 2023
1 parent 9c9de69 commit a26d660
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.34.2
boto3==1.34.7
# via
# -r requirements/pip.txt
# django-storages
botocore==1.34.2
botocore==1.34.7
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -216,7 +216,7 @@ idna==3.6
# via
# -r requirements/pip.txt
# requests
ipython==8.18.1
ipython==8.19.0
# via -r requirements/deploy.in
jedi==0.19.1
# via ipython
Expand All @@ -233,7 +233,7 @@ kombu==5.3.4
# via
# -r requirements/pip.txt
# celery
lxml==4.9.3
lxml==4.9.4
# via
# -r requirements/pip.txt
# pyquery
Expand Down Expand Up @@ -332,7 +332,7 @@ requests-oauthlib==1.3.1
# django-allauth
requests-toolbelt==1.0.0
# via -r requirements/pip.txt
s3transfer==0.9.0
s3transfer==0.10.0
# via
# -r requirements/pip.txt
# boto3
Expand Down
10 changes: 5 additions & 5 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.34.2
boto3==1.34.7
# via
# -r requirements/pip.txt
# django-storages
botocore==1.34.2
botocore==1.34.7
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -232,7 +232,7 @@ idna==3.6
# requests
ipdb==0.13.13
# via -r requirements/docker.in
ipython==8.18.1
ipython==8.19.0
# via ipdb
jedi==0.19.1
# via ipython
Expand All @@ -249,7 +249,7 @@ kombu==5.3.4
# via
# -r requirements/pip.txt
# celery
lxml==4.9.3
lxml==4.9.4
# via
# -r requirements/pip.txt
# pyquery
Expand Down Expand Up @@ -367,7 +367,7 @@ requests-toolbelt==1.0.0
# via -r requirements/pip.txt
rich==13.7.0
# via -r requirements/docker.in
s3transfer==0.9.0
s3transfer==0.10.0
# via
# -r requirements/pip.txt
# boto3
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ async-timeout==4.0.3
# via redis
billiard==3.6.4.0
# via celery
boto3==1.34.2
boto3==1.34.7
# via django-storages
botocore==1.34.2
botocore==1.34.7
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -173,7 +173,7 @@ jsonfield==3.1.0
# dj-stripe
kombu==5.3.4
# via celery
lxml==4.9.3
lxml==4.9.4
# via pyquery
markdown==3.5.1
# via -r requirements/pip.in
Expand Down Expand Up @@ -242,7 +242,7 @@ requests-oauthlib==1.3.1
# django-allauth
requests-toolbelt==1.0.0
# via -r requirements/pip.in
s3transfer==0.9.0
s3transfer==0.10.0
# via boto3
selectolax==0.3.17
# via -r requirements/pip.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.34.2
boto3==1.34.7
# via
# -r requirements/pip.txt
# django-storages
botocore==1.34.2
botocore==1.34.7
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -70,7 +70,7 @@ click-repl==0.3.0
# via
# -r requirements/pip.txt
# celery
coverage[toml]==7.3.3
coverage[toml]==7.3.4
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -240,7 +240,7 @@ kombu==5.3.4
# via
# -r requirements/pip.txt
# celery
lxml==4.9.3
lxml==4.9.4
# via
# -r requirements/pip.txt
# pyquery
Expand Down Expand Up @@ -355,7 +355,7 @@ requests-oauthlib==1.3.1
# django-allauth
requests-toolbelt==1.0.0
# via -r requirements/pip.txt
s3transfer==0.9.0
s3transfer==0.10.0
# via
# -r requirements/pip.txt
# boto3
Expand Down

0 comments on commit a26d660

Please sign in to comment.