Skip to content

Commit

Permalink
chore(deps-dev): Bump poetry-plugin-dotenv from 2.2.3 to 2.4.0 (#396)
Browse files Browse the repository at this point in the history
Bumps [poetry-plugin-dotenv](https://github.com/pivoshenko/poetry-plugin-dotenv) from 2.2.3 to 2.4.0.
- [Release notes](https://github.com/pivoshenko/poetry-plugin-dotenv/releases)
- [Changelog](https://github.com/pivoshenko/poetry-plugin-dotenv/blob/main/CHANGELOG.md)
- [Commits](pivoshenko/poetry-plugin-dotenv@v2.2.3...v2.4.0)

---
updated-dependencies:
- dependency-name: poetry-plugin-dotenv
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Oct 6, 2024
1 parent 56b0c0d commit be495e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ requests = "*"
python-dateutil = "2.8.2"

[tool.poetry.group.test.dependencies]
poetry-plugin-dotenv = ">=2.2.3,<2.3"
poetry-plugin-dotenv = ">=2.2.3,<2.5"
pytest = "*"
pytest-dotenv = "*"
python-dateutil = "*"
jsonschema = "*"
genson = "*"

[tool.poetry.group.docs.dependencies]
poetry-plugin-dotenv = ">=2.2.3,<2.3"
poetry-plugin-dotenv = ">=2.2.3,<2.5"
mkdocs = "*"
mkdocs-material = "*"
mkdocstrings = {extras = ["python"], version = "*"}
mkdocs-click = "*"

[tool.poetry.group.lint.dependencies]
poetry-plugin-dotenv = ">=2.2.3,<2.3"
poetry-plugin-dotenv = ">=2.2.3,<2.5"
ruff = "*"

[build-system]
Expand Down

0 comments on commit be495e5

Please sign in to comment.