Skip to content

Commit

Permalink
build(deps): bump websockets from 10.1 to 10.2 (#407)
Browse files Browse the repository at this point in the history
* build(deps): bump websockets from 10.1 to 10.2

Bumps [websockets](https://github.com/aaugustin/websockets) from 10.1 to 10.2.
- [Release notes](https://github.com/aaugustin/websockets/releases)
- [Commits](python-websockets/websockets@10.1...10.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump websockets from 10.1 to to 10.2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lbbrhzn <[email protected]>
  • Loading branch information
dependabot[bot] and lbbrhzn authored Feb 22, 2022
1 parent 80a706e commit 32a7e86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/ocpp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
],
"requirements": [
"ocpp==0.13.1",
"websockets>=10.1"
"websockets>=10.2"
]
}
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
homeassistant>=2021.12.0
ocpp==0.13.1
websockets==10.1
websockets==10.2
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements_dev.txt
pytest-homeassistant-custom-component==0.6.15
ocpp==0.13.1
websockets==10.1
websockets==10.2
pytest-cov

0 comments on commit 32a7e86

Please sign in to comment.