Skip to content

Commit

Permalink
fix: update bleak version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukikui committed Jul 25, 2024
1 parent 8daa1b9 commit e6342b9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "nervous-sensors"
version = "0.0.1"
version = "0.0.2"
description = ""
authors = ["Hugo Buy", "Tristan Habémont", "Bertrand Massot <bertrand.massot@insa-lyon.fr>"]
authors = ["Bertrand Massot <bertrand.massot@insa-lyon.fr>", "Tristan Habémont", "Hugo Buy"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/sensors-inl/Nervous"
Expand All @@ -12,7 +12,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.12"
bleak = "^0.20.2"
bleak = "^0.20"
cobs = "^1.2.0"
numpy = "^1.26.4"
protobuf = "^4.23.4"
Expand Down

0 comments on commit e6342b9

Please sign in to comment.