Skip to content

Commit

Permalink
Update environs requirement from >=9.5,<11.0 to >=9.5,<12.0 (#14)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent c82c02b commit c54e37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c54e37e

Please sign in to comment.