Skip to content

Commit

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

Bumps [requests](https://github.com/psf/requests) from 2.23.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.23.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump version, update changelog

* Bump version, update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andy Lu <andy@stitchdata.com>
  • Loading branch information
dependabot[bot] and luandy64 authored Oct 24, 2023
1 parent 4da6f53 commit ed7a329
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

## 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'
]
})
})

0 comments on commit ed7a329

Please sign in to comment.