File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ pypi: https://pypi.org/project/aio.core
8484
8585#### [ aio.run.checker] ( aio.run.checker )
8686
87- version: 0.5.2
87+ version: 0.5.3.dev0
8888
8989pypi: https://pypi.org/project/aio.run.checker
9090
@@ -139,8 +139,8 @@ pypi: https://pypi.org/project/envoy.code.check
139139##### requirements:
140140
141141- [ abstracts] ( https://pypi.org/project/abstracts ) >=0.0.12
142- - [ aio.core] ( https://pypi.org/project/aio.core ) >=0.8.1
143- - [ aio.run.checker] ( https://pypi.org/project/aio.run.checker ) >=0.5.1
142+ - [ aio.core] ( https://pypi.org/project/aio.core ) >=0.8.2
143+ - [ aio.run.checker] ( https://pypi.org/project/aio.run.checker ) >=0.5.2
144144- [ envoy.base.utils] ( https://pypi.org/project/envoy.base.utils ) >=0.1.0
145145- [ flake8] ( https://pypi.org/project/flake8 )
146146- [ pep8-naming] ( https://pypi.org/project/pep8-naming )
Original file line number Diff line number Diff line change 1- 0.5.2
1+ 0.5.3-dev
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ abstracts>=0.0.12
22aio.api.github >= 0.1.0
33aio.api.nist
44aio.core >= 0.8.2
5- aio.run.checker >= 0.5.1
5+ aio.run.checker >= 0.5.2
66aio.run.runner >= 0.3.2
77aiodocker
88aiofiles
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ py_modules = envoy.code.check
2929packages = find_namespace:
3030install_requires =
3131 abstracts>=0.0.12
32- aio.core>=0.8.1
33- aio.run.checker>=0.5.1
32+ aio.core>=0.8.2
33+ aio.run.checker>=0.5.2
3434 envoy.base.utils>=0.1.0
3535 flake8
3636 pep8-naming
You can’t perform that action at this time.
0 commit comments