-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/v0.11.4: (28 commits) Bump version from 0.11.3 to 0.11.4 add missing newsfragment mypy warn_unused_ignores=false as workaround lock Add missing newsfragment Fix empty json body issue Implement delete room API v2 chore(pre-commit): update dependencies build(deps-dev): bump flake8-bugbear from 21.11.28 to 21.11.29 build(deps): bump actions/setup-python from 2.3.0 to 2.3.1 build(deps-dev): bump types-jinja2 from 2.11.8 to 2.11.9 build(deps-dev): bump flake8-bugbear from 21.9.2 to 21.11.28 build(deps-dev): bump types-paramiko from 2.8.1 to 2.8.2 build(deps): bump paramiko from 2.8.0 to 2.8.1 build(deps-dev): bump coverage from 6.1.2 to 6.2 build(deps): bump sphinx from 4.3.0 to 4.3.1 build(deps-dev): bump pylint from 2.11.1 to 2.12.1 build(deps-dev): bump types-paramiko from 2.8.0 to 2.8.1 build(deps): bump actions/cache from 2.1.6 to 2.1.7 build(deps): bump snok/install-poetry from 1.2 to 1.3 ...
- Loading branch information
Showing
11 changed files
with
387 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,19 +29,19 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v2.2.2 | ||
uses: actions/setup-python@v2.3.1 | ||
with: | ||
python-version: 3.9 | ||
|
||
- name: Install Poetry | ||
uses: snok/install-poetry@v1.2 | ||
uses: snok/install-poetry@v1.3 | ||
with: | ||
virtualenvs-create: true | ||
virtualenvs-in-project: true | ||
|
||
- name: Load cached venv | ||
id: cached-poetry-dependencies | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
path: .venv | ||
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,19 +30,19 @@ jobs: | |
- name: Checkout code | ||
uses: actions/[email protected] | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v2.2.2 | ||
uses: actions/setup-python@v2.3.1 | ||
with: | ||
python-version: 3.9 | ||
|
||
- name: Install Poetry | ||
uses: snok/install-poetry@v1.2 | ||
uses: snok/install-poetry@v1.3 | ||
with: | ||
virtualenvs-create: true | ||
virtualenvs-in-project: true | ||
|
||
- name: Load cached venv | ||
id: cached-poetry-dependencies | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
path: .venv | ||
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,19 +29,19 @@ jobs: | |
- name: Checkout code | ||
uses: actions/[email protected] | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v2.2.2 | ||
uses: actions/setup-python@v2.3.1 | ||
with: | ||
python-version: 3.9 | ||
|
||
- name: Install Poetry | ||
uses: snok/install-poetry@v1.2 | ||
uses: snok/install-poetry@v1.3 | ||
with: | ||
virtualenvs-create: true | ||
virtualenvs-in-project: true | ||
|
||
- name: Load cached venv | ||
id: cached-poetry-dependencies | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
path: .venv | ||
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.