Skip to content

Commit 6f81400

Browse files
authored
buildsystem: bump dependencies (#2)
1 parent fea8726 commit 6f81400

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-20.04
99
strategy:
1010
matrix:
11-
python-version: [3.8, 3.9]
11+
python-version: ['3.8', '3.9', '3.10.0-beta.4']
1212

1313
steps:
1414
- name: checkout
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Python
3636
uses: actions/setup-python@v2
3737
with:
38-
python-version: 3.9
38+
python-version: '3.9'
3939

4040
- name: Setup venv
4141
run: make venv

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lint: venv mypy check-copyright
5353

5454
.PHONY: build
5555
build: venv
56-
venv/bin/pip install twine==3.3.0 build==0.1.0
56+
venv/bin/pip install twine==3.4.2 build==0.5.1
5757
rm -rf dist
5858
venv/bin/python -m build --sdist --wheel --outdir dist/
5959

requirements.test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==6.2.1
2-
black==20.8b1
3-
isort==5.7.0
4-
mypy==0.790
1+
pytest==6.2.4
2+
black==21.7b0
3+
isort==5.9.3
4+
mypy==0.910

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
boto3==1.16.47
2-
click==7.1.2
1+
boto3==1.18.9
2+
click==8.0.1
33
jsonschema==3.2.0

0 commit comments

Comments
 (0)