From 94c819c706cd38dcb201209c3dfdbd918d766a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 21:27:42 +0000 Subject: [PATCH] Bump setuptools from 75.7.0 to 78.1.1 in /requirements Bumps [setuptools](https://github.com/pypa/setuptools) from 75.7.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.7.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 15 ++++++++------- requirements/tests.txt | 13 +++++++------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 69c3aa8..a49d99d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -29,26 +29,27 @@ pluggy==1.5.0 port-for==0.7.4 # via pytest-postgresql pre-commit==4.0.1 - # via -r requirements/dev.in + # via -r dev.in psutil==6.1.1 # via mirakuru +psycopg==3.2.9 + # via pytest-postgresql pytest==8.3.4 # via - # -r requirements/tests.in + # -r tests.in # pytest-cov # pytest-postgresql pytest-cov==6.0.0 - # via -r requirements/tests.in + # via -r tests.in pytest-postgresql==6.1.1 - # via -r requirements/tests.in + # via -r tests.in pyyaml==6.0.2 # via pre-commit -setuptools==75.7.0 - # via pytest-postgresql typing-extensions==4.12.2 # via psycopg virtualenv==20.28.1 # via pre-commit # The following packages are considered to be unsafe in a requirements file: -# psycopg +setuptools==78.1.1 + # via pytest-postgresql diff --git a/requirements/tests.txt b/requirements/tests.txt index 8b1aafb..6da96a2 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -18,19 +18,20 @@ port-for==0.7.4 # via pytest-postgresql psutil==6.1.1 # via mirakuru +psycopg==3.2.9 + # via pytest-postgresql pytest==8.3.4 # via - # -r requirements/tests.in + # -r tests.in # pytest-cov # pytest-postgresql pytest-cov==6.0.0 - # via -r requirements/tests.in + # via -r tests.in pytest-postgresql==6.1.1 - # via -r requirements/tests.in -setuptools==75.7.0 - # via pytest-postgresql + # via -r tests.in typing-extensions==4.12.2 # via psycopg # The following packages are considered to be unsafe in a requirements file: -# psycopg +setuptools==78.1.1 + # via pytest-postgresql