Skip to content

Commit 8143ab2

Browse files
Bump requests to 2.33.0 and version to 4.6.1 (#138)
1 parent e53c295 commit 8143ab2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# 4.6.1
4+
* Bump requests to 2.33.0 for security updates [#135](https://github.com/singer-io/tap-mambu/pull/135)
5+
6+
37
## 4.6.0
48
* Update the access_check to use the v2 `/branches` endpoint instead of the v1 `/settings/organization` endpoint. [#132](https://github.com/singer-io/tap-mambu/pull/132)
59
* Replace the v1 `/settings/organization` endpoint with `/setup/organization` to retrieve timezone information.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
from setuptools import setup, find_packages
44

55
setup(name='tap-mambu',
6-
version='4.6.0',
6+
version='4.6.1',
77
description='Singer.io tap for extracting data from the Mambu 2.0 API',
88
author='jeff.huth@bytecode.io',
99
classifiers=['Programming Language :: Python :: 3 :: Only'],
1010
py_modules=['tap_mambu'],
1111
python_requires='>=3.9',
1212
install_requires=[
1313
'backoff==1.10.0',
14-
'requests==2.32.4',
14+
'requests==2.33.0',
1515
'singer-python==5.13.2',
1616
'pytz==2022.1'
1717
],

0 commit comments

Comments
 (0)