Skip to content

Commit

Permalink
Bump websocket-client from 1.0.1 to 1.1.0 in /api (#605)
Browse files Browse the repository at this point in the history
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.0.1 to 1.1.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.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: websocket-client
  dependency-type: direct:development
  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] committed Jun 19, 2021
1 parent 5917bfc commit bcb240a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions api/poetry.lock

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

2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytest-lazy-fixture = "^0.6.3"
locust = "^1.5.3"
# Need a synchronous websocket client for interacting with the API via locust
# locust does not support asyncio
websocket_client = "^1.0.1"
websocket_client = "^1.1.0"
# fakeredis uses it for redis lua support
lupa = "^1.9"
pytest-cov = "^2.12.0"
Expand Down

0 comments on commit bcb240a

Please sign in to comment.