Skip to content

Commit c54e37e

Browse files
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](sloria/environs@9.5.0...11.0.0) --- updated-dependencies: - dependency-name: environs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c82c02b commit c54e37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sinker = "sinker.__main__:main"
1212
[tool.poetry.dependencies]
1313
python = "^3.9"
1414
elasticsearch = "^8.6.1"
15-
environs = ">=9.5,<11.0"
15+
environs = ">=9.5,<12.0"
1616
psycopg = "^3.1.8"
1717
pytest-mock = "^3.10.0"
1818

0 commit comments

Comments
 (0)