Skip to content

Commit

Permalink
Bump requests from 2.20.0 to 2.31.0 (#193)
Browse files Browse the repository at this point in the history
* Bump requests from 2.20.0 to 2.31.0

Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.20.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump version, update changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andy Lu <[email protected]>
Co-authored-by: Dylan Sprayberry <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2023
1 parent 90abb48 commit b4a06d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# 3.0.0
* Allow all python versions to grab the correct key_properties/PK value [#199](https://github.com/singer-io/tap-github/pull/199)
* Dependabot update [#193](https://github.com/singer-io/tap-github/pull/193)

# 2.0.6
* Remove `files` and `stats` fields from `commits` endpoint as they are not returned without fetching individual commmits [#198](https://github.com/singer-io/tap-github/pull/198)
Expand Down Expand Up @@ -180,4 +181,4 @@
* [#9](https://github.com/singer-io/tap-github/pull/9)

## 0.3.0
* Adds support for retrieving pull requests, assignees and collaborars [#8](https://github.com/singer-io/tap-github/pull/8)
* Adds support for retrieving pull requests, assignees and collaborars [#8](https://github.com/singer-io/tap-github/pull/8)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
py_modules=['tap_github'],
install_requires=[
'singer-python==5.12.1',
'requests==2.20.0',
'requests==2.31.0',
'backoff==1.8.0'
],
extras_require={
Expand All @@ -31,4 +31,4 @@
'tap_github': ['tap_github/schemas/*.json']
},
include_package_data=True
)
)

0 comments on commit b4a06d8

Please sign in to comment.