Skip to content

Commit

Permalink
Update spec lock files to match Poetry 1.5.1 format
Browse files Browse the repository at this point in the history
Follow-up to the original Poetry 1.5 merge at #7350 and the smoke test updates at dependabot/smoke-tests#75. Removal of the category key happened in the 1.5.0 release at https://github.com/python-poetry/poetry/releases/tag/1.5.0.
  • Loading branch information
phillipuniverse committed Jun 21, 2023
1 parent 04079c8 commit 74e6e77
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 283 deletions.

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

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

3 changes: 2 additions & 1 deletion python/spec/fixtures/pyproject_locks/caret_version.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.

[[package]]
category = "main"
description = "Python HTTP for Humans."
name = "requests"
optional = false
Expand Down
10 changes: 2 additions & 8 deletions python/spec/fixtures/pyproject_locks/conflict_at_latest.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.

[[package]]
category = "dev"
description = "Classes Without Boilerplate"
name = "attrs"
optional = false
Expand All @@ -8,7 +9,6 @@ python-versions = "*"
version = "18.1.0"

[[package]]
category = "main"
description = "Universal encoding detector for Python 2 and 3"
name = "chardet"
optional = false
Expand All @@ -17,7 +17,6 @@ python-versions = "*"
version = "3.0.0"

[[package]]
category = "dev"
description = "Cross-platform colored terminal text."
name = "colorama"
optional = false
Expand All @@ -29,7 +28,6 @@ version = "0.3.9"
platform = "win32"

[[package]]
category = "dev"
description = "plugin and hook calling mechanisms for python"
name = "pluggy"
optional = false
Expand All @@ -38,7 +36,6 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "0.6.0"

[[package]]
category = "dev"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
name = "py"
optional = false
Expand All @@ -47,7 +44,6 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "1.5.4"

[[package]]
category = "dev"
description = "pytest: simple powerful testing with Python"
name = "pytest"
optional = false
Expand All @@ -67,7 +63,6 @@ platform = "win32"
version = "*"

[[package]]
category = "main"
description = "Python HTTP for Humans."
name = "requests"
optional = false
Expand All @@ -76,7 +71,6 @@ python-versions = "*"
version = "2.6.0"

[[package]]
category = "dev"
description = "Python 2 and 3 compatibility utilities"
name = "six"
optional = false
Expand Down
11 changes: 2 additions & 9 deletions python/spec/fixtures/pyproject_locks/dir_dependency.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.

[[package]]
category = "main"
description = "Atomic file writes."
name = "atomicwrites"
optional = false
Expand All @@ -8,7 +9,6 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "1.2.1"

[[package]]
category = "main"
description = "Classes Without Boilerplate"
name = "attrs"
optional = false
Expand All @@ -17,7 +17,6 @@ python-versions = "*"
version = "18.2.0"

[[package]]
category = "main"
description = "Cross-platform colored terminal text."
name = "colorama"
optional = false
Expand All @@ -29,7 +28,6 @@ version = "0.3.9"
platform = "win32"

[[package]]
category = "main"
description = "More routines for operating on iterables, beyond itertools"
name = "more-itertools"
optional = false
Expand All @@ -41,7 +39,6 @@ version = "4.3.0"
six = ">=1.0.0,<2.0.0"

[[package]]
category = "main"
description = "plugin and hook calling mechanisms for python"
name = "pluggy"
optional = false
Expand All @@ -50,7 +47,6 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "0.7.1"

[[package]]
category = "main"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
name = "py"
optional = false
Expand All @@ -59,7 +55,6 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "1.6.0"

[[package]]
category = "main"
description = "pytest: simple powerful testing with Python"
name = "pytest"
optional = false
Expand All @@ -81,7 +76,6 @@ platform = "win32"
version = "*"

[[package]]
category = "main"
description = "Python 2 and 3 compatibility utilities"
name = "six"
optional = false
Expand All @@ -90,7 +84,6 @@ python-versions = "*"
version = "1.11.0"

[[package]]
category = "main"
description = ""
name = "toml"
optional = false
Expand Down
7 changes: 2 additions & 5 deletions python/spec/fixtures/pyproject_locks/exact_version.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.

[[package]]
category = "main"
description = "Python package for providing Mozilla's CA Bundle."
name = "certifi"
optional = false
Expand All @@ -8,7 +9,6 @@ python-versions = "*"
version = "2018.4.16"

[[package]]
category = "main"
description = "Universal encoding detector for Python 2 and 3"
name = "chardet"
optional = false
Expand All @@ -17,7 +17,6 @@ python-versions = "*"
version = "3.0.4"

[[package]]
category = "main"
description = "Internationalized Domain Names in Applications (IDNA)"
name = "idna"
optional = false
Expand All @@ -26,7 +25,6 @@ python-versions = "*"
version = "2.5"

[[package]]
category = "main"
description = "Python HTTP for Humans."
name = "requests"
optional = false
Expand All @@ -41,7 +39,6 @@ idna = ">=2.5,<2.6"
urllib3 = ">=1.21.1,<1.22"

[[package]]
category = "main"
description = "HTTP library with thread-safe connection pooling, file post, and more."
name = "urllib3"
optional = false
Expand Down
8 changes: 2 additions & 6 deletions python/spec/fixtures/pyproject_locks/extra_dependency.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.

[[package]]
category = "main"
description = "Python package for providing Mozilla's CA Bundle."
name = "certifi"
optional = false
Expand All @@ -8,7 +9,6 @@ python-versions = "*"
version = "2018.4.16"

[[package]]
category = "dev"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
marker = "python_version < \"3\" and extra == \"secure\""
name = "cryptography"
Expand All @@ -17,7 +17,6 @@ python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
version = "2.4.2"

[[package]]
category = "main"
description = "Universal encoding detector for Python 2 and 3"
name = "chardet"
optional = false
Expand All @@ -26,7 +25,6 @@ python-versions = "*"
version = "3.0.4"

[[package]]
category = "main"
description = "Internationalized Domain Names in Applications (IDNA)"
name = "idna"
optional = false
Expand All @@ -35,7 +33,6 @@ python-versions = "*"
version = "2.5"

[[package]]
category = "main"
description = "Python HTTP for Humans."
name = "requests"
optional = false
Expand All @@ -50,7 +47,6 @@ idna = ">=2.5,<2.6"
urllib3 = ">=1.21.1,<1.22"

[[package]]
category = "main"
description = "HTTP library with thread-safe connection pooling, file post, and more."
name = "urllib3"
optional = false
Expand Down
Loading

0 comments on commit 74e6e77

Please sign in to comment.