diff --git a/python/poetry.lock b/python/poetry.lock index 394cec04ccfc..7a3004a0ac4e 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -2519,13 +2519,13 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [[package]] name = "pytest" -version = "7.4.0" +version = "7.4.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, - {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, + {file = "pytest-7.4.1-py3-none-any.whl", hash = "sha256:460c9a59b14e27c602eb5ece2e47bec99dc5fc5f6513cf924a7d03a578991b1f"}, + {file = "pytest-7.4.1.tar.gz", hash = "sha256:2f2301e797521b23e4d2585a0a3d7b5e50fdddaaf7e7d6773ea26ddb17c213ab"}, ] [package.dependencies] @@ -3593,4 +3593,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "53c48df1f8ac6f116677c24acab0f81900aeba15b3f74d7bcc679a5f09fb971f" +content-hash = "668221d33ef2af9fb211814fa0648cf15d9aeb86271076e0741a39a485de229b" diff --git a/python/pyproject.toml b/python/pyproject.toml index c4d0222f4065..acd97aed809b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -70,7 +70,7 @@ psycopg2-binary = { version = ">=2.9.6", optional = true } sqlalchemy = { version = "^2.0.18", optional = true } [tool.poetry.dev-dependencies] -pytest = "7.4.0" +pytest = "7.4.1" pytest-checkdocs = "2.10.1" pre-commit = "3.4.0" fastavro = "1.8.2"