Skip to content

Commit

Permalink
Bump requests from 2.20.0 to 2.31.0 (#56)
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] <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>
  • Loading branch information
dependabot[bot] and luandy64 authored Oct 24, 2023
1 parent dc64f26 commit ba499e6
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.11.1
* Dependabot update [#56](https://github.com/singer-io/tap-freshdesk/pull/56)

## 0.11.0
* Add `integer` as a valid type for `groups.auto_ticket_assign` [#42](https://github.com/singer-io/tap-freshdesk/pull/42)

Expand All @@ -11,4 +14,4 @@
* Adds embedded fields to tickets endpoint [#19](https://github.com/singer-io/tap-freshdesk/pull/19)

## 0.8.2
* Adds `try` logic around sync_tickets function to handle soft-deleted tickets [#18](https://github.com/singer-io/tap-freshdesk/pull/18)
* Adds `try` logic around sync_tickets function to handle soft-deleted tickets [#18](https://github.com/singer-io/tap-freshdesk/pull/18)
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
from setuptools import setup

setup(name='tap-freshdesk',
version='0.11.0',
version='0.11.1',
description='Singer.io tap for extracting data from the Freshdesk API',
author='Stitch',
url='http://singer.io',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_freshdesk'],
install_requires=[
'singer-python==5.2.3',
'requests==2.20.0',
'requests==2.31.0',
'backoff==1.3.2'
],
entry_points='''
Expand All @@ -33,4 +33,4 @@
],
},
include_package_data=True,
)
)

0 comments on commit ba499e6

Please sign in to comment.