diff --git a/poetry.lock b/poetry.lock index a472643..f2ea371 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "appnope" @@ -1585,13 +1585,13 @@ full = ["numpy"] [[package]] name = "refurb" -version = "1.24.0" +version = "1.25.0" description = "A tool for refurbish and modernize Python codebases" optional = false python-versions = ">=3.10" files = [ - {file = "refurb-1.24.0-py3-none-any.whl", hash = "sha256:57335c8638172a09fd8632c471c853450685ca5a501d60597152f26585f07922"}, - {file = "refurb-1.24.0.tar.gz", hash = "sha256:d58a61a1fce850908bbebff72a100097a5e0b7d3b591ed6e488df3dc6f781996"}, + {file = "refurb-1.25.0-py3-none-any.whl", hash = "sha256:0bf7887cd193a2f2175731b28037206f46a1c7f8d7153d4f3ec141669860bd16"}, + {file = "refurb-1.25.0.tar.gz", hash = "sha256:ad65682432d106c9f759bb0f93940d6627931baa75ef8c616e04e4f1cf5c1e21"}, ] [package.dependencies] @@ -2127,4 +2127,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3b38e81449a781ef203ded311f6d299037f3a4b0a48aa662b049cd199e66d331" +content-hash = "58fea08689053b524840caa2bc0b41acece43dfad9d1dc6d45cc8298f03f32de" diff --git a/pyproject.toml b/pyproject.toml index 8a1d95a..4b52add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pre-commit = "3.5.0" pytest = "7.4.3" pytest-cov = "4.1.0" pytest-mock = "3.12.0" -refurb = "1.24.0" +refurb = "1.25.0" ruff = "0.1.7" vcrpy = "5.1.0"