From 6331b1cd94a09515ff8792cdeb459acb0351d0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:18:39 +0000 Subject: [PATCH] build(deps): bump psycopg from 3.1.11 to 3.1.12 in /backend Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.11 to 3.1.12. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.11...3.1.12) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 12 ++++++------ backend/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 214629de..00140f5c 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -924,13 +924,13 @@ virtualenv = ">=20.10.0" [[package]] name = "psycopg" -version = "3.1.11" +version = "3.1.12" description = "PostgreSQL database adapter for Python" optional = false python-versions = ">=3.7" files = [ - {file = "psycopg-3.1.11-py3-none-any.whl", hash = "sha256:7542c45810ea16356e5126c9b4291cbc3802aa326fcbba09ff154fe380de29be"}, - {file = "psycopg-3.1.11.tar.gz", hash = "sha256:cd711edb64b07d7f8a233c365806caf7e55bbe7cbbd8d5c680f672bb5353c8d5"}, + {file = "psycopg-3.1.12-py3-none-any.whl", hash = "sha256:8ec5230d6a7eb654b4fb3cf2d3eda8871d68f24807b934790504467f1deee9f8"}, + {file = "psycopg-3.1.12.tar.gz", hash = "sha256:cec7ad2bc6a8510e56c45746c631cf9394148bdc8a9a11fd8cf8554ce129ae78"}, ] [package.dependencies] @@ -938,8 +938,8 @@ typing-extensions = ">=4.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] -binary = ["psycopg-binary (==3.1.11)"] -c = ["psycopg-c (==3.1.11)"] +binary = ["psycopg-binary (==3.1.12)"] +c = ["psycopg-c (==3.1.12)"] dev = ["black (>=23.1.0)", "dnspython (>=2.1)", "flake8 (>=4.0)", "mypy (>=1.4.1)", "types-setuptools (>=57.4)", "wheel (>=0.37)"] docs = ["Sphinx (>=5.0)", "furo (==2022.6.21)", "sphinx-autobuild (>=2021.3.14)", "sphinx-autodoc-typehints (>=1.12)"] pool = ["psycopg-pool"] @@ -1748,4 +1748,4 @@ scikit-learn = ">=1.2.2,<2.0.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "cf978c8d878e27164cc2f221321fadb4100a8e14e287c2d0b58b4fb931949b0e" +content-hash = "7c29e0333dc8e5e8f97bad21a84947d29dd90b6e0daa6248ff0c634d1f832647" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 06320e99..a70a9904 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -16,7 +16,7 @@ inquirer = "^3.1.2" nest-asyncio = "^1.5.8" pandas = "^2.1.0" pathos = "^0.3.1" -psycopg = "^3.1.11" +psycopg = "^3.1.12" python = "^3.11" python-dotenv = "^1.0.0" python-multipart = "^0.0.6"