Skip to content

Commit

Permalink
Update environs requirement from ^9.5.0 to >=9.5,<11.0 (#7)
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/master/CHANGELOG.md)
- [Commits](sloria/environs@9.5.0...10.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 Dec 23, 2023
1 parent 87a57ac commit 8e31bb1
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.0"
environs = ">=9.5,<11.0"
psycopg = "^3.1.8"
pytest-mock = "^3.10.0"

Expand Down

0 comments on commit 8e31bb1

Please sign in to comment.