From 3a571355cad250186ec2f511fab3d1755201427a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 02:54:00 +0000 Subject: [PATCH] Update poetry-dev-dependencies --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 273a643..c73ec59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -733,13 +733,13 @@ files = [ [[package]] name = "isort" -version = "6.1.0" +version = "7.0.0" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.9.0" +python-versions = ">=3.10.0" files = [ - {file = "isort-6.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"}, - {file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"}, + {file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, + {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, ] [package.extras] @@ -1185,19 +1185,19 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.4.2" +version = "9.0.2" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, - {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, + {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, + {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, ] [package.dependencies] colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} -iniconfig = ">=1" -packaging = ">=20" +iniconfig = ">=1.0.1" +packaging = ">=22" pluggy = ">=1.5,<2" pygments = ">=2.7.2" @@ -1659,4 +1659,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "50ac1a709a76838b8a314c8d5fd037d29137b971dfd2a660034244b517395d48" +content-hash = "2492c5c0b1218b7e50b5e14c185854e5b8195be9d6bc46032572db83745a1ae1" diff --git a/pyproject.toml b/pyproject.toml index 595ce0a..41ae098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,9 +25,9 @@ ossapi = "^5.0.0" [tool.poetry.group.dev.dependencies] black = "^25.0.0" -isort = "^6.0.0" +isort = "^7.0.0" coverage = "^7.5.1" -pytest = "^8.2.0" +pytest = "^9.0.0" pytest-django = "^4.5.2" freezegun = "^1.2.2" watchdog = { extras = ["watchmedo"], version = "^6.0.0" }