Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump requests from 2.23.0 to 2.31.0 #106

Merged
merged 3 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.0.2
* Dependabot update [#106](https://github.com/singer-io/tap-mambu/pull/106)

## 4.0.1
* Improve Exception Handling and error messages [#105](https://github.com/singer-io/tap-mambu/pull/105)

Expand Down Expand Up @@ -157,4 +160,4 @@
* Adjust json schemas for loan_products, deposit_products for custom_field_values and other array/lists

## 0.0.1
* Initial commit
* Initial commit
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
from setuptools import setup, find_packages

setup(name='tap-mambu',
version='4.0.1',
version='4.0.2',
description='Singer.io tap for extracting data from the Mambu 2.0 API',
author='jeff.huth@bytecode.io',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_mambu'],
python_requires='>=3.9',
install_requires=[
'backoff==1.8.0',
'requests==2.23.0',
'requests==2.31.0',
'singer-python==5.12.2',
'pytz==2022.1'
],
Expand Down Expand Up @@ -41,4 +41,4 @@
'tap_mambu': [
'helpers/schemas/*.json'
]
})
})