Bump poetry-plugin-export from 1.7.1 to 1.8.0

Bumps [poetry-plugin-export](https://github.com/python-poetry/poetry-plugin-export) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/python-poetry/poetry-plugin-export/releases)
- [Changelog](https://github.com/python-poetry/poetry-plugin-export/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python-poetry/poetry-plugin-export/compare/1.7.1...1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-18 15:27:20 +00:00 committed by GitHub
parent 59b7c9f87c
commit 7fbb2d3341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
poetry.lock generated
View File

@ -1129,18 +1129,18 @@ files = [
[[package]]
name = "poetry-plugin-export"
version = "1.7.1"
version = "1.8.0"
description = "Poetry plugin to export the dependencies to various formats"
optional = false
python-versions = ">=3.8,<4.0"
python-versions = "<4.0,>=3.8"
files = [
{file = "poetry_plugin_export-1.7.1-py3-none-any.whl", hash = "sha256:b2258e53ae0d369a73806f957ed0e726eb95c571a0ce8b1f273da686528cc1da"},
{file = "poetry_plugin_export-1.7.1.tar.gz", hash = "sha256:cf62cfb6218a904290ba6db3bc1a24aa076d10f81c48c6e48b2ded430131e22e"},
{file = "poetry_plugin_export-1.8.0-py3-none-any.whl", hash = "sha256:adbe232cfa0cc04991ea3680c865cf748bff27593b9abcb1f35fb50ed7ba2c22"},
{file = "poetry_plugin_export-1.8.0.tar.gz", hash = "sha256:1fa6168a85d59395d835ca564bc19862a7c76061e60c3e7dfaec70d50937fc61"},
]
[package.dependencies]
poetry = ">=1.8.0,<2.0.0"
poetry-core = ">=1.7.0,<2.0.0"
poetry = ">=1.8.0,<3.0.0"
poetry-core = ">=1.7.0,<3.0.0"
[[package]]
name = "prompt-toolkit"