Skip to content

Commit

Permalink
Update dependency pytest to v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 28, 2024
1 parent 9151bff commit aabb979
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.1.2'],
tests_require=['pytest==8.2.0'],
description='Apache Flink Python API',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit aabb979

Please sign in to comment.