Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 6d4f785 commit 866fd7b
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 76 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.3.0"
wcwidth = "==0.2.13"
websocket-client = "==1.8.0"
wrapt = "==1.17.1"
wrapt = "==1.17.2"

[requires]
python_version = "3"
Expand Down
155 changes: 81 additions & 74 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.3.0; python_version >= '3.9'
wcwidth==0.2.13
websocket-client==1.8.0
wrapt==1.17.1; python_version >= '3.8'
wrapt==1.17.2; python_version >= '3.8'

0 comments on commit 866fd7b

Please sign in to comment.