From 450dd7cde1e032ba09e0c6bdea1d9b1abf7df47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:31:38 -0500 Subject: [PATCH] Bump the major-updates group with 2 updates (#19) Bumps the major-updates group with 2 updates: [backoff](https://github.com/litl/backoff) and [singer-python](http://singer.io). Updates `backoff` from 1.8.0 to 2.2.1 - [Release notes](https://github.com/litl/backoff/releases) - [Changelog](https://github.com/litl/backoff/blob/master/CHANGELOG.md) - [Commits](https://github.com/litl/backoff/compare/v1.8.0...v2.2.1) Updates `singer-python` from 5.9.0 to 6.0.0 --- updated-dependencies: - dependency-name: backoff dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: singer-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index ce19ee2..e7a566e --- a/setup.py +++ b/setup.py @@ -10,9 +10,9 @@ classifiers=["Programming Language :: Python :: 3 :: Only"], py_modules=["tap_wrike"], install_requires=[ - "backoff==1.8.0", + "backoff==2.2.1", "requests==2.31.0", - "singer-python==5.9.0", + "singer-python==6.0.0", ], entry_points=""" [console_scripts]