Skip to content

Commit

Permalink
Bump websocket-client from 1.7.0 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/websocket-client/websocket-client/releases)
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog)
- [Commits](websocket-client/websocket-client@v1.7.0...v1.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent 9ba89f6 commit ac35e8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tqdm = "==4.66.2"
url-normalize = {version="==1.4.3", python_version=">='3.6'"}
urllib3 = "==2.2.1"
wcwidth = "==0.2.13"
websocket-client = "==1.7.0"
websocket-client = "==1.8.0"
wrapt = {version="==1.16.0", python_version=">='3.5'"}

[requires]
Expand Down
8 changes: 4 additions & 4 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 @@ -33,5 +33,5 @@ typing-extensions==4.11.0; python_version < '3.11'
url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version >= '3.6'
urllib3==2.2.1; python_version >= '3.8'
wcwidth==0.2.13
websocket-client==1.7.0; python_version >= '3.8'
websocket-client==1.8.0; python_version >= '3.8'
wrapt==1.16.0; python_version >= '3.5' and python_version >= '3.6'

0 comments on commit ac35e8b

Please sign in to comment.