From 1d591e862c5cb2cb36d5917705ff4c21db046479 Mon Sep 17 00:00:00 2001 From: lelliott-hippo Date: Mon, 9 Jun 2025 20:47:30 +0100 Subject: [PATCH] NPA-5137 Update public repo Poetry configuration --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 21e2e04b..51ee2e5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -822,7 +822,7 @@ description = "Read resources from Python packages" optional = false python-versions = ">=3.8" groups = ["dev"] -markers = "python_version < \"3.9\"" +markers = "python_version == \"3.8\"" files = [ {file = "importlib_resources-6.4.5-py3-none-any.whl", hash = "sha256:ac29d5f956f01d5e4bb63102a5a19957f1b9175e45649977264a1416783bb717"}, {file = "importlib_resources-6.4.5.tar.gz", hash = "sha256:980862a1d16c9e147a59603677fa2aa5fd82b87f223b6cb870695bcfce830065"}, @@ -1340,7 +1340,7 @@ description = "Resolve a name to an object." optional = false python-versions = ">=3.6" groups = ["dev"] -markers = "python_version < \"3.9\"" +markers = "python_version == \"3.8\"" files = [ {file = "pkgutil_resolve_name-1.3.10-py3-none-any.whl", hash = "sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e"}, {file = "pkgutil_resolve_name-1.3.10.tar.gz", hash = "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174"}, @@ -2365,7 +2365,7 @@ description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" groups = ["dev"] -markers = "python_version < \"3.9\"" +markers = "python_version == \"3.8\"" files = [ {file = "zipp-3.20.2-py3-none-any.whl", hash = "sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350"}, {file = "zipp-3.20.2.tar.gz", hash = "sha256:bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29"}, @@ -2382,4 +2382,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.8" -content-hash = "4fdf8b785c38bfa695fdc44e647b27dc0c87ab21d76849134c03ec62224f0bf7" +content-hash = "61412edc01b33f29c40eaf737c706233c65496f0793d1ae2a660edbc76fb3cc2" diff --git a/pyproject.toml b/pyproject.toml index 6fba7678..0907abe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ black = "^24.3.0" [tool.poetry.group.test.dependencies] pytest-nhsd-apim = "^5.0.0" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] flake8 = "^3.7.9" black = "^24.3.0" pip-licenses = "^4.4.0"