Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Bump the major-updates group with 2 updates
Browse files Browse the repository at this point in the history
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](litl/backoff@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 07a29ea commit aefa1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit aefa1bb

Please sign in to comment.