Skip to content

Commit 1468bc0

Browse files
Update dependency pytest to v8.4.1 (#3282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8557f49 commit 1468bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def extracted_output_files(base_dir, file_path, output_directory):
342342
python_requires='>=3.6',
343343
install_requires=install_requires,
344344
cmdclass={'build_ext': build_ext},
345-
tests_require=['pytest==8.4.0'],
345+
tests_require=['pytest==8.4.1'],
346346
description='Apache Flink Python API',
347347
long_description=long_description,
348348
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)