Skip to content

Commit

Permalink
Bump wrapt from 1.15.0 to 1.16.0
Browse files Browse the repository at this point in the history
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@1.15.0...1.16.0)

---
updated-dependencies:
- dependency-name: wrapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 16, 2023
1 parent 5ce49ca commit da43d17
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 @@ -59,7 +59,7 @@ def read(path: str) -> str:
"prometheus_client==0.18.0",
# Versions 3.8+ incompatible with pytest-aiohttp.
"aiohttp<=3.7.4",
"wrapt==1.15.0",
"wrapt==1.16.0",
],
extras_require={
"docs": [
Expand Down

0 comments on commit da43d17

Please sign in to comment.