Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 4232f9c commit fadcbcf
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 75 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ url-normalize = "==1.4.3"
urllib3 = "==2.2.3"
wcwidth = "==0.2.13"
websocket-client = "==1.8.0"
wrapt = "==1.16.0"
wrapt = "==1.17.0"

[requires]
python_version = "3"
Expand Down
141 changes: 68 additions & 73 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ url-normalize==1.4.3
urllib3==2.2.3; python_version >= '3.8'
wcwidth==0.2.13
websocket-client==1.8.0
wrapt==1.16.0; python_version >= '3.6'
wrapt==1.17.0; python_version >= '3.8'

0 comments on commit fadcbcf

Please sign in to comment.