From c54e37e9b7becf39a452b6f9f18a3b1ed2f2dd16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:53:04 -0700 Subject: [PATCH] Update environs requirement from >=9.5,<11.0 to >=9.5,<12.0 (#14) Updates the requirements on [environs](https://github.com/sloria/environs) to permit the latest version. - [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sloria/environs/compare/9.5.0...11.0.0) --- updated-dependencies: - dependency-name: environs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7d45ea..8653171 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,<11.0" +environs = ">=9.5,<12.0" psycopg = "^3.1.8" pytest-mock = "^3.10.0"