diff --git a/poetry.lock b/poetry.lock index 563ce6f52..5caac0da2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3129,4 +3129,4 @@ postgres = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "ff7d8bf4417cb8b7998e791fc9cb82083ddbd4834ac477a9f3458029001c0d96" +content-hash = "fc00920f81fb555b592b232361bf54eb1fac826f22cb31bd91ee2d658692ace7" diff --git a/pyproject.toml b/pyproject.toml index ba4d7c337..3d92f2545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ pylibmc = { version = "^1.6.0", optional = true } # "urllib3.exceptions.LocationValueError: No host specified." urllib3 = "^2.3.0" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] factory_boy = "^3.3.1" ruff = "^0"