Skip to content

Commit

Permalink
chore: Update psycopg to 3.1.18 (latest release.) (#21862)
Browse files Browse the repository at this point in the history
* chore: Update `psycopg` to 3.1.18 (latest release.)

* Update requirements files.
  • Loading branch information
tkaemming authored Apr 25, 2024
1 parent 33d09c0 commit dd03cd6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ argcomplete==2.0.0
# via datamodel-code-generator
asgiref==3.7.2
# via django
async-timeout==4.0.2
# via
# aiohttp
# redis
attrs==23.2.0
# via
# aiohttp
Expand Down Expand Up @@ -53,6 +57,8 @@ docopt==0.6.2
# via pytest-watch
email-validator==2.0.0.post2
# via pydantic
exceptiongroup==1.2.1
# via pytest
faker==17.5.0
fakeredis==2.11.0
flaky==3.7.0
Expand Down Expand Up @@ -203,7 +209,14 @@ sqlparse==0.4.4
# via django
syrupy==4.6.0
toml==0.10.1
# via coverage
# via
# coverage
# datamodel-code-generator
tomli==2.0.1
# via
# black
# mypy
# pytest
types-awscrt==0.20.9
# via botocore-stubs
types-freezegun==1.1.10
Expand All @@ -221,10 +234,14 @@ types-s3transfer==0.10.1
types-tzlocal==5.1.0.1
typing-extensions==4.7.1
# via
# asgiref
# black
# boto3-stubs
# django-stubs
# django-stubs-ext
# djangorestframework-stubs
# mypy
# mypy-boto3-s3
# pydantic
# pydantic-core
uritemplate==4.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pandas==2.2.0
Pillow==10.2.0
posthoganalytics==3.5.0
psycopg2-binary==2.9.7
psycopg[binary]==3.1.13
psycopg[binary]==3.1.18
pyarrow==15.0.0
pydantic==2.5.3
pyjwt==2.4.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ protobuf==4.22.1
# grpcio-status
# proto-plus
# temporalio
psycopg==3.1.13
psycopg-binary==3.1.13
psycopg==3.1.18
psycopg-binary==3.1.18
# via psycopg
psycopg2-binary==2.9.7
py==1.11.0
Expand Down

0 comments on commit dd03cd6

Please sign in to comment.