diff --git a/setup.py b/setup.py index b77bcfc..e0d0af3 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ 'dev': [ 'pylint==3.2.7', 'pytest==8.3.3', - 'coverage[toml]==7.6.1', + 'coverage[toml]==7.6.9', ] }, packages=['singer'],