From dd03cd69f1921ca4a8147561497ab74ee5994f59 Mon Sep 17 00:00:00 2001 From: ted kaemming <65315+tkaemming@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:06:50 -0700 Subject: [PATCH] chore: Update psycopg to 3.1.18 (latest release.) (#21862) * chore: Update `psycopg` to 3.1.18 (latest release.) * Update requirements files. --- requirements-dev.txt | 19 ++++++++++++++++++- requirements.in | 2 +- requirements.txt | 4 ++-- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 30251651c038e..ddca38248e65e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements.in b/requirements.in index fffec17fd2341..d15b56d2d6520 100644 --- a/requirements.in +++ b/requirements.in @@ -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 diff --git a/requirements.txt b/requirements.txt index ae5a2ac27b106..0f8edaf5652b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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