Skip to content

Commit 7c09c2a

Browse files
authored
Bump dependency versions for twistlock compliance (#16)
* upgrade package versions * update setup and changelog
1 parent 85603c7 commit 7c09c2a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 0.1.0
4+
* Bump dependency versions for twistlock compliance [#16](https://github.com/singer-io/tap-mailshake/pull/16)
5+
36
## 0.0.10
47
* Refactor to fix linting errors [#14](https://github.com/singer-io/tap-mailshake/pull/14)
58

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-mailshake',
6-
version='0.0.10',
6+
version='0.1.0',
77
description='Singer.io tap for extracting data from the Mailshake API',
88
author='nick.civili@bytecode.io',
99
classifiers=['Programming Language :: Python :: 3 :: Only'],
1010
py_modules=['tap_mailshake'],
1111
install_requires=[
1212
'backoff==2.2.1',
1313
'requests==2.32.5',
14-
'singer-python==6.1.1'
14+
'singer-python==6.4.0'
1515
],
1616
entry_points='''
1717
[console_scripts]

0 commit comments

Comments
 (0)