From e1e0504ba1dc94b759eb635bf5c24b1a9152749a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20COCAULT?= Date: Wed, 3 Sep 2025 13:57:08 +0200 Subject: [PATCH 1/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56b4158..a0d6410 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ repository = "https://github.com/n0nSmoker/SQLAlchemy-serializer" [tool.poetry.dependencies] python = "^3.10" SQLAlchemy = "2.0.29" -psycopg2-binary = "2.9.9" +psycopg2-binary = "2.9.10" pytz = "^2024.1" setuptools = "^70.1.1" From f6b8c20e0247fd5189ab61c863d9e124883d735e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20COCAULT?= Date: Wed, 3 Sep 2025 14:16:57 +0200 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0d6410..64ab0db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ repository = "https://github.com/n0nSmoker/SQLAlchemy-serializer" [tool.poetry.dependencies] python = "^3.10" -SQLAlchemy = "2.0.29" +SQLAlchemy = "2.0.30" psycopg2-binary = "2.9.10" pytz = "^2024.1" setuptools = "^70.1.1" From 4bde02ff2e4e721f3b30026d2355962675276e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20COCAULT?= Date: Wed, 3 Sep 2025 14:21:28 +0200 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64ab0db..3363a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,19 +19,19 @@ keywords = ["sqlalchemy", "serialize", "to_dict", "JSON"] repository = "https://github.com/n0nSmoker/SQLAlchemy-serializer" [tool.poetry.dependencies] -python = "^3.10" -SQLAlchemy = "2.0.30" -psycopg2-binary = "2.9.10" -pytz = "^2024.1" -setuptools = "^70.1.1" +python = "*" +SQLAlchemy = "*" +psycopg2-binary = "*" +pytz = "*" +setuptools = "*" [tool.poetry.group.dev.dependencies] -pytest = "8.1.1" -pytest-cov = "5.0.0" -pylama = "8.4.1" -requests = "2.32.3" -black = "^24.4.2" -pytest-mock = "^3.14.0" +pytest = "*" +pytest-cov = "*" +pylama = "*" +requests = "*" +black = "*" +pytest-mock = "*" [build-system] requires = ["poetry-core"]