Skip to content

Commit

Permalink
Bump python-dotenv from 0.20.0 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.20.0 to 1.0.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v0.20.0...v1.0.0)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 4a5bac0 commit 3c681ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dbus-fast = {version = "^2.11.0", optional = true, platform = "linux"}
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.2"
pytest-asyncio = ">=0.18.3,<0.22.0"
python-dotenv = "^0.20.0"
python-dotenv = ">=0.20,<1.1"
aresponses = "^2.1.5"
mypy = "^1.7.0"

Expand Down

0 comments on commit 3c681ba

Please sign in to comment.