Skip to content

Commit 99993ce

Browse files
authored
Merge pull request #19 from dbmurphy/mar202023_dependbo
fix(dependbot): mar202023 dependbot updates
2 parents 12929d6 + 42f10b2 commit 99993ce

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Setup Python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v4
1717
with:
1818
python-version: 3.9
1919

@@ -72,7 +72,7 @@ jobs:
7272
- name: Run build
7373
run: python -m build
7474
- name: Publish package to PyPI
75-
uses: pypa/gh-action-pypi-publish@v1.5.0
75+
uses: pypa/gh-action-pypi-publish@v1.8.1
7676
with:
7777
username: __token__
7878
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
if: github.event.pull_request.author_association == 'OWNER'
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

2222
- name: Setup Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: 3.9
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test = [
5454
]
5555
typing = [
5656
"importlib-metadata >= 5.1",
57-
"mypy == 0.991",
57+
"mypy == 1.1.1",
5858
"tomli",
5959
"typing-extensions >= 3.7.4.3",
6060
]

0 commit comments

Comments
 (0)