Skip to content

Commit

Permalink
Bump requests from 2.22.0 to 2.31.0 (#41)
Browse files Browse the repository at this point in the history
* Bump requests from 2.22.0 to 2.31.0

Bumps [requests](https://github.com/psf/requests) from 2.22.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.22.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 7bd8ed9 commit 39b8ca3
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

## 1.4.4
* Dependabot update [#41](https://github.com/singer-io/tap-pardot/pull/41)

## 1.4.3
* Reverts back to v1.3.1 PR [#36](https://github.com/singer-io/tap-pardot/pull/36)

Expand Down Expand Up @@ -34,4 +37,4 @@
* Fix a naming error of Pardot5xxError

## 0.2.1
* Retry's 5xx errors from Pardot [#5](https://github.com/singer-io/tap-pardot/pull/5)
* Retry's 5xx errors from Pardot [#5](https://github.com/singer-io/tap-pardot/pull/5)
6 changes: 3 additions & 3 deletions setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

setup(
name="tap-pardot",
version="1.4.3",
version="1.4.4",
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.22.0", "backoff==1.8.0"],
install_requires=["singer-python==5.8.0", "requests==2.31.0", "backoff==1.8.0"],
entry_points="""
[console_scripts]
tap-pardot=tap_pardot:main
""",
packages=["tap_pardot"],
package_data={"schemas": ["tap_pardot/schemas/*.json"]},
include_package_data=True,
)
)

0 comments on commit 39b8ca3

Please sign in to comment.