diff --git a/poetry.lock b/poetry.lock index 426532f..2605ea7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -699,13 +699,13 @@ files = [ [[package]] name = "wheel" -version = "0.41.2" +version = "0.41.3" description = "A built-package format for Python" optional = false python-versions = ">=3.7" files = [ - {file = "wheel-0.41.2-py3-none-any.whl", hash = "sha256:75909db2664838d015e3d9139004ee16711748a52c8f336b52882266540215d8"}, - {file = "wheel-0.41.2.tar.gz", hash = "sha256:0c5ac5ff2afb79ac23ab82bab027a0be7b5dbcf2e54dc50efe4bf507de1f7985"}, + {file = "wheel-0.41.3-py3-none-any.whl", hash = "sha256:488609bc63a29322326e05560731bf7bfea8e48ad646e1f5e40d366607de0942"}, + {file = "wheel-0.41.3.tar.gz", hash = "sha256:4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841"}, ] [package.extras] @@ -797,4 +797,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "95f99d2c7c0dd6c516f7a475e3f47e1cde675fdfe01577e1e5a030f960bc669e" +content-hash = "43de336965b29e3dd702413f54e03048d53debf7e43c43062cdb7db5809b823c" diff --git a/pyproject.toml b/pyproject.toml index 718d2f8..2315374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.9" [tool.poetry.dev-dependencies] pytest = "^7.4.3" pytest-cov = "^4.1.0" -wheel = "^0.41.2" +wheel = "^0.41.3" flake8 = "^6.1.0" flake8-docstrings = "^1.7.0" flake8-string-format = "^0.3.0"