Compare commits

..
Author SHA1 Message Date
Laurens Valk 463b608817 jedi: v1.11.0 2023-11-20 14:24:37 +01:00
3 changed files with 12 additions and 7 deletions
+5
View File
@@ -4,6 +4,11 @@
## Unreleased ## Unreleased
## 1.11.0 - 2023-11-20
### Changed
- Updated `pybricks` package to v3.3.0c1.
## 1.10.0 - 2023-10-26 ## 1.10.0 - 2023-10-26
### Changed ### Changed
+5 -5
View File
@@ -203,14 +203,14 @@ files = [
[[package]] [[package]]
name = "platformdirs" name = "platformdirs"
version = "3.11.0" version = "4.0.0"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "platformdirs-3.11.0-py3-none-any.whl", hash = "sha256:e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e"}, {file = "platformdirs-4.0.0-py3-none-any.whl", hash = "sha256:118c954d7e949b35437270383a3f2531e99dd93cf7ce4dc8340d3356d30f173b"},
{file = "platformdirs-3.11.0.tar.gz", hash = "sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3"}, {file = "platformdirs-4.0.0.tar.gz", hash = "sha256:cb633b2bcf10c51af60beb0ab06d2f1d69064b43abf4c185ca6b28865f3f9731"},
] ]
[package.extras] [package.extras]
@@ -235,7 +235,7 @@ testing = ["pytest", "pytest-benchmark"]
[[package]] [[package]]
name = "pybricks" name = "pybricks"
version = "3.3.0b9" version = "3.3.0c1"
description = "Documentation and user-API stubs for Pybricks MicroPython" description = "Documentation and user-API stubs for Pybricks MicroPython"
category = "main" category = "main"
optional = false optional = false
@@ -321,4 +321,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">= 3.10, < 3.12" python-versions = ">= 3.10, < 3.12"
content-hash = "54c3f61c40e3890ef4395e3a2b1a603938b07aa7f4ea1e41ce22d5e180d634e8" content-hash = "f5918513eac0de09516e7509b8fe6f27d407f805c2013907447d71c3699e63bd"
+2 -2
View File
@@ -1,13 +1,13 @@
[tool.poetry] [tool.poetry]
name = "pybricks_jedi" name = "pybricks_jedi"
version = "1.10.0" version = "1.11.0"
description = "Code completion for Pybricks." description = "Code completion for Pybricks."
authors = ["The Pybricks Authors <team@pybricks.com>"] authors = ["The Pybricks Authors <team@pybricks.com>"]
license = "MIT" license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">= 3.10, < 3.12" python = ">= 3.10, < 3.12"
pybricks = "3.3.0b9" pybricks = "3.3.0c1"
jedi = "0.18.1" jedi = "0.18.1"
typing-extensions = "4.2.0" typing-extensions = "4.2.0"
docstring-parser = "0.14.1" docstring-parser = "0.14.1"