Skip to content

Commit

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

Bumps [requests](https://github.com/psf/requests) from 2.25.1 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.25.1...v2.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump version, update changelog

* Bump version, update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andy Lu <andy@stitchdata.com>
Co-authored-by: Leslie VanDeMark <38043390+leslievandemark@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 21, 2023
1 parent 93998a5 commit e7a6669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 2.3.1
* Dependabot update [#129](https://github.com/singer-io/tap-zendesk/pull/129)
## 2.3.0
* Adds configurable page size for requests [#141](https://github.com/singer-io/tap-zendesk/pull/141)
## 2.2.0
Expand Down Expand Up @@ -156,4 +158,4 @@
* Misc bug fixes

## 0.0.1
* Initial end-to-end with most streams, bookmarking, and discovery
* Initial end-to-end with most streams, bookmarking, and discovery
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'singer-python==5.12.2',
'zenpy==2.0.24',
'backoff==1.8.0',
'requests==2.25.1',
'requests==2.31.0',
],
extras_require={
'dev': [
Expand All @@ -32,4 +32,4 @@
''',
packages=['tap_zendesk'],
include_package_data=True,
)
)

0 comments on commit e7a6669

Please sign in to comment.