From bc09ac959a47cd2a7a25860b16b1e4f12cce3d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:44:45 +1300 Subject: [PATCH] Bump attrs from 16.3.0 to 22.2.0 (#15) * Bump attrs from 16.3.0 to 22.2.0 Bumps [attrs](https://github.com/python-attrs/attrs) from 16.3.0 to 22.2.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/16.3.0...22.2.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Clarke <84364906+s7clarke10@users.noreply.github.com> --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b1482..356dd25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.0.8 + * Bump attrs from 16.3.0 to 22.2.0 + ## 1.0.7 * Handling currently_syncing streams with no bookmarks, this scenario was stopping the stream from syncing. diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 8eb52ae..30433b6 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ ], py_modules=["tap_sybase"], install_requires=[ - "attrs==16.3.0", + "attrs==22.2.0", "pendulum>=1.2.0", "singer-python==5.9.0", "pymssql>=2.2.1",