Skip to content

Commit

Permalink
Bump requests from 2.20.0 to 2.31.0 (#50)
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]>
  • Loading branch information
dependabot[bot] and luandy64 authored Nov 14, 2023
1 parent 1d8a633 commit 0a1b63f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
## 0.4.0
## 0.4.1
* Dependabot update [#50](https://github.com/singer-io/tap-zendesk-chat/pull/50)


* Code Refactoring [#45](https://github.com/singer-io/tap-zendesk-chat/pull/45)
- Improved directory structure
Expand Down Expand Up @@ -52,4 +55,4 @@
* Lowers the chat interval days retrieved to 14 to account for a 10k search result limit [#8](https://github.com/singer-io/tap-zendesk-chat/pull/8)

## 0.1.12
* Allow chat interval days to be specified as a string in the config [#10](https://github.com/singer-io/tap-zendesk-chat/pull/10)
* Allow chat interval days to be specified as a string in the config [#10](https://github.com/singer-io/tap-zendesk-chat/pull/10)
6 changes: 3 additions & 3 deletions setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

setup(
name="tap-zendesk-chat",
version="0.4.0",
version="0.4.1",
description="Singer.io tap for extracting data from the Zendesk Chat API",
author="Stitch",
url="https://singer.io",
classifiers=["Programming Language :: Python :: 3 :: Only"],
py_modules=["tap_zendesk_chat"],
install_requires=[
"singer-python==5.12.1",
"requests==2.20.0",
"requests==2.31.0",
],
extras_require={"dev": ["pylint", "ipdb", "nose"]},
entry_points="""
Expand All @@ -21,4 +21,4 @@
packages=find_packages(exclude=["tests"]),
package_data={"schemas": ["tap_zendesk_chat/schemas/*.json"]},
include_package_data=True,
)
)

0 comments on commit 0a1b63f

Please sign in to comment.