diff --git a/poetry.lock b/poetry.lock index 0222b6e57127..290212483a4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2696,13 +2696,13 @@ files = [ [[package]] name = "pywin32-ctypes" -version = "0.2.2" +version = "0.2.3" description = "A (partial) reimplementation of pywin32 using ctypes/cffi" optional = false python-versions = ">=3.6" files = [ - {file = "pywin32-ctypes-0.2.2.tar.gz", hash = "sha256:3426e063bdd5fd4df74a14fa3cf80a0b42845a87e1d1e81f6549f9daec593a60"}, - {file = "pywin32_ctypes-0.2.2-py3-none-any.whl", hash = "sha256:bf490a1a709baf35d688fe0ecf980ed4de11d2b3e37b51e5442587a75d9957e7"}, + {file = "pywin32-ctypes-0.2.3.tar.gz", hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755"}, + {file = "pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8"}, ] [[package]] diff --git a/pytest.ini b/pytest.ini index 952f99343ebc..0968e8d4b445 100644 --- a/pytest.ini +++ b/pytest.ini @@ -22,7 +22,5 @@ filterwarnings = ignore:unclosed transport:ResourceWarning ignore:Exception ignored in:pytest.PytestUnraisableExceptionWarning ignore:cannot collect test class:pytest.PytestCollectionWarning - ignore:BackendFinder.find_spec\(\) not found; falling back to find_module\(\):ImportWarning - ignore:BackendLoader.exec_module\(\) not found; falling back to load_module\(\):ImportWarning ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning ignore:record_property is incompatible with junit_family:pytest.PytestWarning