Skip to content

Commit

Permalink
requests updates to latest version and bump version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed Dec 20, 2024
1 parent 8821f9c commit e20bd8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 2.1.1
* Bump requests from 2.23.0 to 2.32.3 [#62](https://github.com/singer-io/tap-intercom/pull/62)

## 2.1.0
* Fix conversations stream bookmarking [#73](https://github.com/singer-io/tap-intercom/pull/73)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
from setuptools import setup, find_packages

setup(name='tap-intercom',
version='2.1.0',
version='2.1.1',
description='Singer.io tap for extracting data from the Intercom API',
author='[email protected]',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_intercom'],
install_requires=[
'backoff==1.8.0',
'requests==2.31.0',
'requests==2.32.3',
'singer-python==5.10.0'
],
entry_points='''
Expand Down

0 comments on commit e20bd8c

Please sign in to comment.