diff --git a/poetry.lock b/poetry.lock index 9f28c4e7..6d934e96 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3109,13 +3109,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.26.0" +version = "20.26.1" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.26.0-py3-none-any.whl", hash = "sha256:0846377ea76e818daaa3e00a4365c018bc3ac9760cbb3544de542885aad61fb3"}, - {file = "virtualenv-20.26.0.tar.gz", hash = "sha256:ec25a9671a5102c8d2657f62792a27b48f016664c6873f6beed3800008577210"}, + {file = "virtualenv-20.26.1-py3-none-any.whl", hash = "sha256:7aa9982a728ae5892558bff6a2839c00b9ed145523ece2274fad6f414690ae75"}, + {file = "virtualenv-20.26.1.tar.gz", hash = "sha256:604bfdceaeece392802e6ae48e69cec49168b9c5f4a44e483963f9242eb0e78b"}, ] [package.dependencies] @@ -3206,4 +3206,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9,<3.13" -content-hash = "88eb8ffab36469353aef3eda0057f0f1c750b5edeabd5bfeeef835a3456a265d" +content-hash = "6aa66d5cd60826ab8cfd9fb005f267a0ddddac534bc51cb2dc754a023fd13362" diff --git a/pyproject.toml b/pyproject.toml index 1faa6093..518c240d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ bandit = "^1.7.8" anybadge = "^1.14.0" pyinstrument = "^4.6.2" asv = "^0.6.3" -virtualenv = "^20.26.0" +virtualenv = "^20.26.1" PyYAML = "^6.0" deepdiff = "^7.0.1" mypy = "^1.10"