From 33d0c9fa491ea933ef8260e9b79a2b3b415d62f5 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sun, 26 Jun 2022 00:00:11 -0500 Subject: [PATCH] v3.2.0b1-r3 --- CHANGELOG.md | 2 +- jedi/poetry.lock | 10 +++++----- jedi/pyproject.toml | 6 +++--- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df4b246..2ed3534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ -## Unreleased +## 3.2.0b1-r3 - 2022-06-26 ### Fixed - Fixed more type hints and improved compatibility with jedi. diff --git a/jedi/poetry.lock b/jedi/poetry.lock index 285d76c..65c9952 100644 --- a/jedi/poetry.lock +++ b/jedi/poetry.lock @@ -15,9 +15,9 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.extras] -dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"] -docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"] -tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "cloudpickle"] +dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope-interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"] +docs = ["furo", "sphinx", "zope-interface", "sphinx-notfound-page"] +tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope-interface", "cloudpickle"] tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "cloudpickle"] [[package]] @@ -185,7 +185,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "pybricks" -version = "3.2.0b1-r2" +version = "3.2.0b1-r3" description = "Documentation and user-API stubs for Pybricks MicroPython" category = "main" optional = false @@ -263,7 +263,7 @@ python-versions = ">=3.7" [metadata] lock-version = "1.1" python-versions = ">= 3.10, < 3.11" -content-hash = "207f86e378bd5ea0d9751f27aa1b8eff5709ccce56851eeede184a4c343b8ac1" +content-hash = "acab2fb183ac5598666cfb333e1dfc1e8a06eb73c7d3297de36b199e9277508c" [metadata.files] atomicwrites = [ diff --git a/jedi/pyproject.toml b/jedi/pyproject.toml index 2fbfad0..8d8f377 100644 --- a/jedi/pyproject.toml +++ b/jedi/pyproject.toml @@ -7,9 +7,9 @@ license = "MIT" [tool.poetry.dependencies] python = ">= 3.10, < 3.11" -pybricks = "^3.2.0b1-r2" -jedi = "^0.18.1" -typing-extensions = "^4.2.0" +pybricks = "3.2.0b1-r3" +jedi = "0.18.1" +typing-extensions = "4.2.0" docstring-parser = "0.14.1" [tool.poetry.dev-dependencies] diff --git a/pyproject.toml b/pyproject.toml index f9d1e67..eef9789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.2.0b1-r2" +version = "3.2.0b1-r3" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]