diff --git a/jedi/CHANGELOG.md b/jedi/CHANGELOG.md index 912b6fe..9a6ebd4 100644 --- a/jedi/CHANGELOG.md +++ b/jedi/CHANGELOG.md @@ -4,6 +4,11 @@ ## Unreleased +## 1.9.0 - 2023-05-16 + +### Changed +- Updated `pybricks` package to v3.3.0b5. + ## 1.8.0 - 2023-04-21 ### Changed diff --git a/jedi/poetry.lock b/jedi/poetry.lock index 6ec0c2f..0c5634a 100644 --- a/jedi/poetry.lock +++ b/jedi/poetry.lock @@ -265,7 +265,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pybricks" -version = "3.3.0a4" +version = "3.3.0a5" description = "Documentation and user-API stubs for Pybricks MicroPython" category = "main" optional = false @@ -367,4 +367,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">= 3.10, < 3.12" -content-hash = "80c838121a027348930e78cdbd766f86e5180408c5ac682b3deba8d658b408d6" +content-hash = "25da309474c7393923efe8ea98d47ed5759f373fdf8f4c71f6ccdc76c5f21882" diff --git a/jedi/pyproject.toml b/jedi/pyproject.toml index 57b89a0..8adff36 100644 --- a/jedi/pyproject.toml +++ b/jedi/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "pybricks_jedi" -version = "1.8.0" +version = "1.9.0" description = "Code completion for Pybricks." authors = ["The Pybricks Authors "] license = "MIT" [tool.poetry.dependencies] python = ">= 3.10, < 3.12" -pybricks = "3.3.0a4" +pybricks = "3.3.0a5" jedi = "0.18.1" typing-extensions = "4.2.0" docstring-parser = "0.14.1"