Skip to content

Commit

Permalink
Bump requests from 2.20.0 to 2.31.0 (#22)
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] <[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 Oct 24, 2023
1 parent ae5d416 commit 55ff0f5
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.5.3
* Dependabot update [#22](https://github.com/singer-io/tap-codat/pull/22)

## 0.5.2
* Fix `collection_key` on several streams due to API response key being renamed to `results` [#18](https://github.com/singer-io/tap-codat/pull/18)
* Don't hard fail syncing on 409 errors, instead accumulate logs and continue syncing other companies. [#19](https://github.com/singer-io/tap-codat/pull/19/files)
Expand Down Expand Up @@ -60,4 +63,4 @@
* Fixes an inconsistency in the C library strftime where dates < 1000 would be formatted strangely [#3](https://github.com/singer-io/tap-codat/pull/3)

## 0.1.2
* Adds id field to bank_statements schema
* Adds id field to bank_statements schema
6 changes: 3 additions & 3 deletions setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

setup(
name="tap-codat",
version="0.5.2",
version="0.5.3",
description="Singer.io tap for extracting data from the Codat API",
author="Stitch",
url="http://singer.io",
classifiers=["Programming Language :: Python :: 3 :: Only"],
py_modules=["tap_codat"],
install_requires=[
"singer-python==5.8.1",
"requests==2.20.0",
"requests==2.31.0",
"pendulum==1.2.0"
],
entry_points="""
Expand All @@ -23,4 +23,4 @@
"schemas": ["tap_codat/schemas/*.json"]
},
include_package_data=True,
)
)

0 comments on commit 55ff0f5

Please sign in to comment.