Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
2f6b31f0
Unverified
Commit
2f6b31f0
authored
May 29, 2023
by
Randy Döring
Committed by
GitHub
May 29, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update poetry-core and poetry-plugin-export (#8034)
parent
3ba800f6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
poetry.lock
+9
-9
pyproject.toml
+2
-2
No files found.
poetry.lock
View file @
2f6b31f0
...
@@ -966,29 +966,29 @@ testing = ["pytest", "pytest-benchmark"]
...
@@ -966,29 +966,29 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
[[package]]
name = "poetry-core"
name = "poetry-core"
version = "1.6.
0
"
version = "1.6.
1
"
description = "Poetry PEP 517 Build Backend"
description = "Poetry PEP 517 Build Backend"
optional = false
optional = false
python-versions = ">=3.7,<4.0"
python-versions = ">=3.7,<4.0"
files = [
files = [
{file = "poetry_core-1.6.
0-py3-none-any.whl", hash = "sha256:ff96620579f02ec30ee9f789fa5dfdcddd9ab4ac848394f6f8f2f4e88306b534
"},
{file = "poetry_core-1.6.
1-py3-none-any.whl", hash = "sha256:70707340447dee0e7f334f9495ae652481c67b32d8d218f296a376ac2ed73573
"},
{file = "poetry_core-1.6.
0.tar.gz", hash = "sha256:a9c7296a12d6c8e4f8aa50a66ef3c967b2b50fba634da144d358e676fad9989f
"},
{file = "poetry_core-1.6.
1.tar.gz", hash = "sha256:0f9b0de39665f36d6594657e7d57b6f463cc10f30c28e6d1c3b9ff54c26c9ac3
"},
]
]
[[package]]
[[package]]
name = "poetry-plugin-export"
name = "poetry-plugin-export"
version = "1.
3.1
"
version = "1.
4.0
"
description = "Poetry plugin to export the dependencies to various formats"
description = "Poetry plugin to export the dependencies to various formats"
optional = false
optional = false
python-versions = ">=3.7,<4.0"
python-versions = ">=3.7,<4.0"
files = [
files = [
{file = "poetry_plugin_export-1.
3.1-py3-none-any.whl", hash = "sha256:941d7ba02a59671d6327b16dc6deecc9262477abbc120d728a500cf125bc1e06
"},
{file = "poetry_plugin_export-1.
4.0-py3-none-any.whl", hash = "sha256:5d9186d6f77cf2bf35fc96bd11fe650cc7656e515b17d99cb65018d50ba22589
"},
{file = "poetry_plugin_export-1.
3.1.tar.gz", hash = "sha256:d949742757a8a5f0b5810495bffaf4ed8a767f2e2ffda9887cf72f896deabf84
"},
{file = "poetry_plugin_export-1.
4.0.tar.gz", hash = "sha256:f16974cd9f222d4ef640fa97a8d661b04d4fb339e51da93973f1bc9d578e183f
"},
]
]
[package.dependencies]
[package.dependencies]
poetry = ">=1.
3
.0,<2.0.0"
poetry = ">=1.
5
.0,<2.0.0"
poetry-core = ">=1.
3
.0,<2.0.0"
poetry-core = ">=1.
6
.0,<2.0.0"
[[package]]
[[package]]
name = "pre-commit"
name = "pre-commit"
...
@@ -1672,4 +1672,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
...
@@ -1672,4 +1672,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
[metadata]
lock-version = "2.0"
lock-version = "2.0"
python-versions = "^3.8"
python-versions = "^3.8"
content-hash = "f
ab5b1b0800c476f29b2f064c2c664cde4bcf7b8fbe98c58feb529d0935f98fb
"
content-hash = "f
e768f57a3dc555bdf533470ea58eb135622af3231dbc154e9b19d2c39e3e85a
"
pyproject.toml
View file @
2f6b31f0
...
@@ -32,8 +32,8 @@ Changelog = "https://python-poetry.org/history/"
...
@@ -32,8 +32,8 @@ Changelog = "https://python-poetry.org/history/"
[tool.poetry.dependencies]
[tool.poetry.dependencies]
python
=
"^3.8"
python
=
"^3.8"
poetry-core
=
"1.6.
0
"
poetry-core
=
"1.6.
1
"
poetry-plugin-export
=
"^1.
3.1
"
poetry-plugin-export
=
"^1.
4.0
"
build
=
"^0.10.0"
build
=
"^0.10.0"
cachecontrol
=
{
version
=
"^0.12.9"
,
extras
=
["filecache"]
}
cachecontrol
=
{
version
=
"^0.12.9"
,
extras
=
["filecache"]
}
cleo
=
"^2.0.0"
cleo
=
"^2.0.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment