Skip to content

Commit

Permalink
Update dependency pytest to v8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 10, 2024
1 parent 8679418 commit 9a1a9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def extracted_output_files(base_dir, file_path, output_directory):
python_requires='>=3.6',
install_requires=install_requires,
cmdclass={'build_ext': build_ext},
tests_require=['pytest==8.3.2'],
tests_require=['pytest==8.3.3'],
description='Apache Flink Python API',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9a1a9a8

Please sign in to comment.