Skip to content

Commit

Permalink
build(deps): bump python-dotenv from 1.0.0 to 1.0.1
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 373aadb commit b7c2af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = [
"typer[all]==0.9.0",
"requests==2.31.0",
"python-dotenv==1.0.0",
"python-dotenv==1.0.1",
"PyYAML==6.0.1",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# core
typer[all]==0.9.0
requests==2.31.0
python-dotenv==1.0.0
python-dotenv==1.0.1
PyYAML==6.0.1

# packaging
Expand Down

0 comments on commit b7c2af8

Please sign in to comment.