Skip to content

Commit

Permalink
Bump attrs from 22.2.0 to 23.1.0 (#17)
Browse files Browse the repository at this point in the history
Bumps [attrs](https://github.com/python-attrs/attrs) from 22.2.0 to 23.1.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@22.2.0...23.1.0)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent 77f43f1 commit 618f4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
py_modules=["tap_sybase"],
install_requires=[
"attrs==22.2.0",
"attrs==23.1.0",
"pendulum>=1.2.0",
"singer-python==5.13.0",
"pymssql>=2.2.1",
Expand Down

0 comments on commit 618f4d2

Please sign in to comment.