diff options
author | 2025-03-31 18:29:01 +0000 | |
---|---|---|
committer | 2025-03-31 18:29:01 +0000 | |
commit | 2b4c79127ae26fc2ef250203c17ad34de971ea7c (patch) | |
tree | 9c5bbeabe3d6aef5ee9a45499f07a2bbfbfa34fc /pyproject.toml | |
parent | Merge pull request #1489 from python-discord/dependabot/pip/pre-commit-4.2.0 (diff) |
Bump python-dotenv from 1.0.1 to 1.1.0
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0)
---
updated-dependencies:
- dependency-name: python-dotenv
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 29c41a82..29b0dd6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ sentry-sdk = "2.22.0" whitenoise = "6.9.0" [tool.poetry.group.dev.dependencies] -python-dotenv = "1.0.1" +python-dotenv = "1.1.0" taskipy = "1.14.1" ruff = "0.9.10" |