Skip to content

Commit 2d1ecef

Browse files
authored
Merge pull request #240 from mhils/update-dependencies
Update Dependencies
2 parents 1af9b41 + c948421 commit 2d1ecef

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
matrix:
3131
include:
3232
- os: windows-latest
33-
py: 3.9.1
33+
py: 3.9.2
3434
- os: macos-latest
35-
py: 3.9.1
35+
py: 3.9.2
3636
- os: ubuntu-latest
37-
py: 3.9.1
37+
py: 3.9.2
3838
- os: ubuntu-latest
39-
py: 3.8.7
39+
py: 3.8.8
4040
- os: ubuntu-latest
41-
py: 3.7.9
41+
py: 3.7.10
4242
runs-on: ${{ matrix.os }}
4343
steps:
4444
- run: printenv
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v1
6868
- uses: actions/setup-python@v2
6969
with:
70-
python-version: 3.9.1
70+
python-version: 3.9.2
7171
- run: pip install -r requirements-dev.txt
7272
- run: python setup.py bdist_wheel
7373
- run: twine check dist/*

requirements-dev.txt

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,55 @@ appdirs==1.4.4
22
attrs==20.3.0
33
bleach==3.3.0
44
certifi==2020.12.5
5-
cffi==1.14.4
5+
cffi==1.14.5
66
chardet==4.0.0
77
colorama==0.4.4
8-
coverage==5.4
9-
cryptography==3.3.2
8+
coverage==5.5
9+
cryptography==3.4.6
1010
distlib==0.3.1
1111
docutils==0.16
1212
filelock==3.0.12
13-
flake8==3.8.4
14-
hypothesis==6.1.1
13+
flake8==3.9.0
14+
hypothesis==6.8.1
1515
idna==2.10
16+
importlib-metadata==3.7.3
1617
iniconfig==1.1.1
1718
jeepney==0.6.0
1819
Jinja2==2.11.3
19-
keyring==22.0.1
20-
markdown2==2.4.0
20+
keyring==23.0.0
2121
MarkupSafe==1.1.1
2222
mccabe==0.6.1
23-
mypy==0.800
23+
mypy==0.812
2424
mypy-extensions==0.4.3
2525
packaging==20.9
2626
pip==21.0.1
2727
pkginfo==1.7.0
2828
pluggy==0.13.1
2929
py==1.10.0
30-
pycodestyle==2.6.0
30+
pycodestyle==2.7.0
3131
pycparser==2.20
32-
pyflakes==2.2.0
33-
Pygments==2.7.4
32+
pyflakes==2.3.0
33+
Pygments==2.8.1
3434
pyparsing==2.4.7
3535
pytest==6.2.2
3636
pytest-cov==2.11.1
3737
pytest-timeout==1.4.2
38-
readme-renderer==28.0
38+
readme-renderer==29.0
3939
requests==2.25.1
4040
requests-toolbelt==0.9.1
4141
rfc3986==1.4.0
42-
SecretStorage==3.3.0
42+
SecretStorage==3.3.1
4343
setuptools==49.2.1
4444
six==1.15.0
4545
sortedcontainers==2.3.0
4646
toml==0.10.2
47-
tox==3.21.4
48-
tqdm==4.56.0
49-
twine==3.3.0
47+
tox==3.23.0
48+
tqdm==4.59.0
49+
twine==3.4.1
5050
typed-ast==1.4.2
5151
typing-extensions==3.7.4.3
52-
urllib3==1.26.3
53-
virtualenv==20.4.2
52+
urllib3==1.26.4
53+
virtualenv==20.4.3
5454
webencodings==0.5.1
5555
wheel==0.36.2
56+
zipp==3.4.1

0 commit comments

Comments
 (0)