Skip to content

Commit

Permalink
Bump attrs from 16.3.0 to 22.2.0 (#15)
Browse files Browse the repository at this point in the history
* 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](python-attrs/attrs@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] <[email protected]>

* Update CHANGELOG.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Clarke <[email protected]>
  • Loading branch information
dependabot[bot] and s7clarke10 authored Feb 27, 2023
1 parent ad5a55e commit bc09ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bc09ac9

Please sign in to comment.