Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 18, 2024
1 parent 8fbe15d commit a9d39c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"structlog==24.1.0",
"httpx==0.26.0",
"python-dotenv==1.0.0",
"python-dotenv==1.0.1",
"typer==0.9.0",
"tenacity==8.2.3",
"aiohttp==3.9.1",
Expand Down Expand Up @@ -61,7 +61,7 @@ python = ["3.10"]
dependencies = [
"structlog==24.1.0",
"httpx==0.26.0",
"python-dotenv==1.0.0",
"python-dotenv==1.0.1",
"tenacity==8.2.3",
"aiohttp==3.9.1",
"pyrate-limiter==3.4.1",
Expand Down

0 comments on commit a9d39c4

Please sign in to comment.