Skip to content

Commit

Permalink
Bump requests from 2.31.0 to 2.32.3 (#45)
Browse files Browse the repository at this point in the history
* ---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump version changes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rutuja Deshmukh <[email protected]>
Co-authored-by: Rutuja Deshmukh <[email protected]>
  • Loading branch information
3 people authored Jan 28, 2025
1 parent 874d8b9 commit 967052d
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.31.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 967052d

Please sign in to comment.