Skip to content

Release 22.08.0#105

Merged
yakutovicha merged 20 commits into
masterfrom
develop
Aug 18, 2022
Merged

Release 22.08.0#105
yakutovicha merged 20 commits into
masterfrom
develop

Conversation

@yakutovicha

Copy link
Copy Markdown
Member

No description provided.

pre-commit-ci Bot and others added 20 commits February 21, 2022 15:42
updates:
- [github.com/psf/black: 20.8b1 → 22.1.0](psf/black@20.8b1...22.1.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 4.0.1](PyCQA/flake8@3.8.4...4.0.1)
- [github.com/pycqa/isort: 5.6.4 → 5.10.1](PyCQA/isort@5.6.4...5.10.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/sirosen/check-jsonschema: 0.10.1 → 0.13.0](python-jsonschema/check-jsonschema@0.10.1...0.13.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/sirosen/check-jsonschema: 0.13.0 → 0.14.0](python-jsonschema/check-jsonschema@0.13.0...0.14.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.1.0 → 0.1.1](jumanjihouse/pre-commit-hook-yamlfmt@0.1.0...0.1.1)
- [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0)
- [github.com/asottile/setup-cfg-fmt: v1.20.0 → v1.20.1](asottile/setup-cfg-fmt@v1.20.0...v1.20.1)
- [github.com/sirosen/check-jsonschema: 0.14.0 → 0.14.2](python-jsonschema/check-jsonschema@0.14.0...0.14.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/sirosen/check-jsonschema: 0.14.2 → 0.14.3](python-jsonschema/check-jsonschema@0.14.2...0.14.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.1.1 → 0.2.1](jumanjihouse/pre-commit-hook-yamlfmt@0.1.1...0.2.1)
- [github.com/sirosen/check-jsonschema: 0.14.3 → 0.15.0](python-jsonschema/check-jsonschema@0.14.3...0.15.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
The min version of aiidalab is set to be >= 21.10.2.
Previously, `logo` was an attribute of the `_AiidaLabApp` class, but not anymore.
Now it is a part of `_AiidaLabApp`'s metadata.
updates:
- [github.com/sirosen/check-jsonschema: 0.15.0 → 0.15.1](python-jsonschema/check-jsonschema@0.15.0...0.15.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/sirosen/check-jsonschema: 0.15.1 → 0.16.0](python-jsonschema/check-jsonschema@0.15.1...0.16.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/sirosen/check-jsonschema: 0.16.0 → 0.16.2](python-jsonschema/check-jsonschema@0.16.0...0.16.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.1 → 0.2.2](jumanjihouse/pre-commit-hook-yamlfmt@0.2.1...0.2.2)
- [github.com/sirosen/check-jsonschema: 0.16.2 → 0.17.0](python-jsonschema/check-jsonschema@0.16.2...0.17.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/sirosen/check-jsonschema: 0.17.0 → 0.17.1](python-jsonschema/check-jsonschema@0.17.0...0.17.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
The tool allows to reliably open an app by ensuring that is installed
before opening it.
The app manager will sometimes falsely report that the checked out
version is detached during the installation process because the widget
refresh is triggered while the git clone/checkout process is still
ongoing. With this fix, the message is suppressed while the widget is
busy.
updates:
- [github.com/asottile/setup-cfg-fmt: v1.20.1 → v1.20.2](asottile/setup-cfg-fmt@v1.20.1...v1.20.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Relax requirements.
* Add missing requirement (Markdown).
* Update setup.cfg
* Remove support of Python 3.7
@yakutovicha yakutovicha requested a review from csadorf August 18, 2022 12:57
@yakutovicha yakutovicha merged commit 8bc9848 into master Aug 18, 2022
@yakutovicha yakutovicha deleted the develop branch August 18, 2022 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants