Skip to content

Commit

Permalink
bump version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed Jan 3, 2025
1 parent 1c1852d commit c3c83ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.4.7
* Bump requests from 2.31.0 to 2.32.3 [#45](https://github.com/singer-io/tap-pardot/pull/45)

## 1.4.6
* Revert P.R #42 [#44](https://github.com/singer-io/tap-pardot/pull/44)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

setup(
name="tap-pardot",
version="1.4.6",
version="1.4.7",
description="Singer.io tap for extracting data",
author="Stitch",
url="http://singer.io",
classifiers=["Programming Language :: Python :: 3 :: Only"],
py_modules=["tap_pardot"],
install_requires=["singer-python==5.8.0", "requests==2.32.0", "backoff==1.8.0"],
install_requires=["singer-python==5.8.0", "requests==2.32.3", "backoff==1.8.0"],
entry_points="""
[console_scripts]
tap-pardot=tap_pardot:main
Expand Down

0 comments on commit c3c83ce

Please sign in to comment.