From ac8ac3e874325f1d452bd4aaa9c2fb118d63ea86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:02:14 +0000 Subject: [PATCH] Update environs requirement from ^9.5.0 to >=9.5,<11.0 Updates the requirements on [environs](https://github.com/sloria/environs) to permit the latest version. - [Changelog](https://github.com/sloria/environs/blob/master/CHANGELOG.md) - [Commits](https://github.com/sloria/environs/compare/9.5.0...10.0.0) --- updated-dependencies: - dependency-name: environs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16f8508..613c803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ sinker = "sinker.__main__:main" [tool.poetry.dependencies] python = "^3.9" elasticsearch = "^8.6.1" -environs = "^9.5.0" +environs = ">=9.5,<11.0" psycopg = "^3.1.8" pytest-mock = "^3.10.0"