Skip to content

Dependencies: all packages updated via pip-tools #11415

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
Jun 17, 2024
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
19 changes: 10 additions & 9 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.122
boto3==1.34.127
# via
# -r requirements/pip.txt
# django-storages
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -197,15 +197,15 @@ elasticsearch==8.14.0
# via
# -r requirements/pip.txt
# elasticsearch-dsl
elasticsearch-dsl==8.13.1
elasticsearch-dsl==8.14.0
# via
# -r requirements/pip.txt
# django-elasticsearch-dsl
exceptiongroup==1.2.1
# via ipython
executing==2.0.1
# via stack-data
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/pip.txt
# virtualenv
Expand Down Expand Up @@ -258,15 +258,15 @@ markdown==3.6
# via -r requirements/pip.txt
matplotlib-inline==0.1.7
# via ipython
newrelic==9.10.0
newrelic==9.11.0
Copy link
Member

Choose a reason for hiding this comment

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

This version supports pysopg3+

Add support for psycopg 3.0+
New instrumentation for psycopg 3.0+ has been added, providing database tracing for both the Connection and AsyncConnection classes.

so, we should be able to upgrade our dependency as well #10596

# via -r requirements/deploy.in
oauthlib==3.2.2
# via
# -r requirements/pip.txt
# requests-oauthlib
orjson==3.10.3
orjson==3.10.5
# via -r requirements/pip.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/pip.txt
# djangorestframework-api-key
Expand All @@ -281,7 +281,7 @@ platformdirs==4.2.2
# via
# -r requirements/pip.txt
# virtualenv
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via
# -r requirements/pip.txt
# click-repl
Expand Down Expand Up @@ -326,7 +326,7 @@ pytz==2024.1
# celery
pyyaml==6.0.1
# via -r requirements/pip.txt
redis==5.0.5
redis==5.0.6
# via
# -r requirements/pip.txt
# django-cacheops
Expand Down Expand Up @@ -402,6 +402,7 @@ typing-extensions==4.12.2
# via
# -r requirements/pip.txt
# asgiref
# elasticsearch-dsl
# ipython
tzdata==2024.1
# via
Expand Down
17 changes: 9 additions & 8 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.122
boto3==1.34.127
# via
# -r requirements/pip.txt
# django-storages
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -207,7 +207,7 @@ elasticsearch==8.14.0
# via
# -r requirements/pip.txt
# elasticsearch-dsl
elasticsearch-dsl==8.13.1
elasticsearch-dsl==8.14.0
# via
# -r requirements/pip.txt
# django-elasticsearch-dsl
Expand All @@ -217,7 +217,7 @@ executing==2.0.1
# via stack-data
fancycompleter==0.9.1
# via pdbpp
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/pip.txt
# tox
Expand Down Expand Up @@ -281,9 +281,9 @@ oauthlib==3.2.2
# via
# -r requirements/pip.txt
# requests-oauthlib
orjson==3.10.3
orjson==3.10.5
# via -r requirements/pip.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/pip.txt
# djangorestframework-api-key
Expand All @@ -305,7 +305,7 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via
# -r requirements/pip.txt
# click-repl
Expand Down Expand Up @@ -358,7 +358,7 @@ pytz==2024.1
# celery
pyyaml==6.0.1
# via -r requirements/pip.txt
redis==5.0.5
redis==5.0.6
# via
# -r requirements/pip.txt
# django-cacheops
Expand Down Expand Up @@ -436,6 +436,7 @@ typing-extensions==4.12.2
# via
# -r requirements/pip.txt
# asgiref
# elasticsearch-dsl
# ipython
tzdata==2024.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ numpy==1.26.4
# via
# contourpy
# matplotlib
packaging==24.0
packaging==24.1
# via
# matplotlib
# sphinx
Expand Down
20 changes: 11 additions & 9 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.122
boto3==1.34.127
# via django-storages
botocore==1.34.122
botocore==1.34.127
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -156,11 +156,11 @@ elasticsearch==8.14.0
# via
# -r requirements/pip.in
# elasticsearch-dsl
elasticsearch-dsl==8.13.1
elasticsearch-dsl==8.14.0
# via
# -r requirements/pip.in
# django-elasticsearch-dsl
filelock==3.14.0
filelock==3.15.1
# via virtualenv
funcy==2.0
# via django-cacheops
Expand Down Expand Up @@ -193,9 +193,9 @@ markdown==3.6
# via -r requirements/pip.in
oauthlib==3.2.2
# via requests-oauthlib
orjson==3.10.3
orjson==3.10.5
# via -r requirements/pip.in
packaging==24.0
packaging==24.1
# via
# -r requirements/pip.in
# djangorestframework-api-key
Expand All @@ -204,7 +204,7 @@ packaging==24.0
# gunicorn
platformdirs==4.2.2
# via virtualenv
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via click-repl
psycopg2==2.9.9
# via -r requirements/pip.in
Expand Down Expand Up @@ -232,7 +232,7 @@ pytz==2024.1
# celery
pyyaml==6.0.1
# via -r requirements/pip.in
redis==5.0.5
redis==5.0.6
# via
# -r requirements/pip.in
# django-cacheops
Expand Down Expand Up @@ -285,7 +285,9 @@ toml==0.10.2
tomli==2.0.1
# via dparse
typing-extensions==4.12.2
# via asgiref
# via
# asgiref
# elasticsearch-dsl
tzdata==2024.1
# via
# -r requirements/pip.in
Expand Down
17 changes: 9 additions & 8 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.122
boto3==1.34.127
# via
# -r requirements/pip.txt
# django-storages
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -206,13 +206,13 @@ elasticsearch==8.14.0
# via
# -r requirements/pip.txt
# elasticsearch-dsl
elasticsearch-dsl==8.13.1
elasticsearch-dsl==8.14.0
# via
# -r requirements/pip.txt
# django-elasticsearch-dsl
exceptiongroup==1.2.1
# via pytest
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/pip.txt
# virtualenv
Expand Down Expand Up @@ -271,9 +271,9 @@ oauthlib==3.2.2
# via
# -r requirements/pip.txt
# requests-oauthlib
orjson==3.10.3
orjson==3.10.5
# via -r requirements/pip.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/pip.txt
# djangorestframework-api-key
Expand All @@ -288,7 +288,7 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via
# -r requirements/pip.txt
# click-repl
Expand Down Expand Up @@ -346,7 +346,7 @@ pyyaml==6.0.1
# via
# -r requirements/pip.txt
# yamale
redis==5.0.5
redis==5.0.6
# via
# -r requirements/pip.txt
# django-cacheops
Expand Down Expand Up @@ -433,6 +433,7 @@ typing-extensions==4.12.2
# via
# -r requirements/pip.txt
# asgiref
# elasticsearch-dsl
tzdata==2024.1
# via
# -r requirements/pip.txt
Expand Down