File tree Expand file tree Collapse file tree 2 files changed +25
-24
lines changed
Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Original file line number Diff line number Diff 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
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/*
Original file line number Diff line number Diff line change @@ -2,54 +2,55 @@ appdirs==1.4.4
22attrs == 20.3.0
33bleach == 3.3.0
44certifi == 2020.12.5
5- cffi == 1.14.4
5+ cffi == 1.14.5
66chardet == 4.0.0
77colorama == 0.4.4
8- coverage == 5.4
9- cryptography == 3.3.2
8+ coverage == 5.5
9+ cryptography == 3.4.6
1010distlib == 0.3.1
1111docutils == 0.16
1212filelock == 3.0.12
13- flake8 == 3.8.4
14- hypothesis == 6.1 .1
13+ flake8 == 3.9.0
14+ hypothesis == 6.8 .1
1515idna == 2.10
16+ importlib-metadata == 3.7.3
1617iniconfig == 1.1.1
1718jeepney == 0.6.0
1819Jinja2 == 2.11.3
19- keyring == 22.0.1
20- markdown2 == 2.4.0
20+ keyring == 23.0.0
2121MarkupSafe == 1.1.1
2222mccabe == 0.6.1
23- mypy == 0.800
23+ mypy == 0.812
2424mypy-extensions == 0.4.3
2525packaging == 20.9
2626pip == 21.0.1
2727pkginfo == 1.7.0
2828pluggy == 0.13.1
2929py == 1.10.0
30- pycodestyle == 2.6 .0
30+ pycodestyle == 2.7 .0
3131pycparser == 2.20
32- pyflakes == 2.2 .0
33- Pygments == 2.7.4
32+ pyflakes == 2.3 .0
33+ Pygments == 2.8.1
3434pyparsing == 2.4.7
3535pytest == 6.2.2
3636pytest-cov == 2.11.1
3737pytest-timeout == 1.4.2
38- readme-renderer == 28 .0
38+ readme-renderer == 29 .0
3939requests == 2.25.1
4040requests-toolbelt == 0.9.1
4141rfc3986 == 1.4.0
42- SecretStorage == 3.3.0
42+ SecretStorage == 3.3.1
4343setuptools == 49.2.1
4444six == 1.15.0
4545sortedcontainers == 2.3.0
4646toml == 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
5050typed-ast == 1.4.2
5151typing-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
5454webencodings == 0.5.1
5555wheel == 0.36.2
56+ zipp == 3.4.1
You can’t perform that action at this time.
0 commit comments