Skip to content

Commit

Permalink
aio.core: Dev 0.10.6 (#2338)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Oct 11, 2024
1 parent b666a8f commit 015b658
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion aio.api.bazel/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ py_modules = aio.api.bazel
packages = find_namespace:
install_requires =
abstracts>=0.0.12
aio.core>=0.10.4
aio.core>=0.10.5
aio.run.runner>=0.3.3

[options.extras_require]
Expand Down
2 changes: 1 addition & 1 deletion aio.api.github/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ py_modules = aio.api.github
packages = find_namespace:
install_requires =
abstracts>=0.0.12
aio.core>=0.10.4
aio.core>=0.10.5
aiohttp>=3.8.1
gidgethub
multidict>=6.0.2
Expand Down
2 changes: 1 addition & 1 deletion aio.api.nist/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ py_modules = aio.api.nist
packages = find_namespace:
install_requires =
abstracts>=0.0.12
aio.core>=0.10.4
aio.core>=0.10.5
aiohttp>=3.8.1
multidict>=6.0.2
packaging
Expand Down
2 changes: 1 addition & 1 deletion aio.core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.5
0.10.6-dev
2 changes: 1 addition & 1 deletion aio.run.runner/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ py_modules = aio.run.runner
packages = find_namespace:
install_requires =
abstracts>=0.0.12
aio.core>=0.10.4
aio.core>=0.10.5
coloredlogs
frozendict
verboselogs
Expand Down
2 changes: 1 addition & 1 deletion dependatool/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ py_modules = dependatool
packages = find:
install_requires =
abstracts>=0.0.12
aio.core>=0.10.4
aio.core>=0.10.5
aio.run.checker>=0.5.7

[options.extras_require]
Expand Down
14 changes: 7 additions & 7 deletions deps/deps.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// "aio.api.bazel>=0.0.2",
// "aio.api.github>=0.2.8",
// "aio.api.nist>=0.0.4",
// "aio.core>=0.10.4",
// "aio.core>=0.10.5",
// "aio.run.checker>=0.5.7",
// "aio.run.runner>=0.3.3",
// "aiodocker",
Expand Down Expand Up @@ -190,13 +190,13 @@
"artifacts": [
{
"algorithm": "sha256",
"hash": "4984cfbcabe3deac7a6cad428bd8a17e6e13df10d947ccae43b497718623196b",
"url": "https://files.pythonhosted.org/packages/cf/fa/042dadbc14da0b370c000264eaec6f88b366a9831476b6b3a6f148ba734a/aio.core-0.10.4-py3-none-any.whl"
"hash": "d8486a0115ade8e0362783b8e7cd988368766d0d911c62cb73b716bfe1f50a92",
"url": "https://files.pythonhosted.org/packages/47/a7/29a9c0a0c7a18e1a50299677eb51b60052bfd2bd78d1f0ff2183af959151/aio.core-0.10.5-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "046f79ab63e0978b1c10b9f0b61a614fe543935ed51e975e15c1e06748dde569",
"url": "https://files.pythonhosted.org/packages/88/03/47f70960bbb86333c3d5441f27ffbeb52ff675b4d410231f0bdf35872a2c/aio.core-0.10.4.tar.gz"
"hash": "ba512132df47514a15930b89835ba1ef13522b7e31ec83a3b0622b7431f3f42e",
"url": "https://files.pythonhosted.org/packages/3e/8b/d6b265e01fd667c879bea21f94d170591ccb67d5db76bac2a3d2f440e60e/aio.core-0.10.5.tar.gz"
}
],
"project_name": "aio-core",
Expand All @@ -210,7 +210,7 @@
"types-pyyaml"
],
"requires_python": ">=3.10.0",
"version": "0.10.4"
"version": "0.10.5"
},
{
"artifacts": [
Expand Down Expand Up @@ -5494,7 +5494,7 @@
"aio.api.bazel>=0.0.2",
"aio.api.github>=0.2.8",
"aio.api.nist>=0.0.4",
"aio.core>=0.10.4",
"aio.core>=0.10.5",
"aio.run.checker>=0.5.7",
"aio.run.runner>=0.3.3",
"aiodocker",
Expand Down
2 changes: 1 addition & 1 deletion deps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ abstracts>=0.0.12
aio.api.bazel>=0.0.2
aio.api.github>=0.2.8
aio.api.nist>=0.0.4
aio.core>=0.10.4
aio.core>=0.10.5
aio.run.checker>=0.5.7
aio.run.runner>=0.3.3
aiodocker
Expand Down
2 changes: 1 addition & 1 deletion envoy.base.utils/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ py_modules = envoy.base.utils
packages = find_namespace:
install_requires =
abstracts>=0.0.12
aio.core>=0.10.4
aio.core>=0.10.5
aio.api.github>=0.2.8
aio.run.runner>=0.3.3
aiohttp>=3.8.1
Expand Down
2 changes: 1 addition & 1 deletion envoy.ci.report/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages = find_namespace:
install_requires =
abstracts>=0.0.12
aio.api.github>=0.2.8
aio.core>=0.10.4
aio.core>=0.10.5
aio.run.runner>=0.3.3

[options.extras_require]
Expand Down
2 changes: 1 addition & 1 deletion envoy.code.check/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ py_modules = envoy.code.check
packages = find_namespace:
install_requires =
abstracts>=0.0.12
aio.core>=0.10.4
aio.core>=0.10.5
aio.run.checker>=0.5.7
envoy.base.utils>=0.4.2
flake8>=6
Expand Down
2 changes: 1 addition & 1 deletion envoy.dependency.check/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install_requires =
abstracts>=0.0.12
aio.api.github>=0.2.8
aio.api.nist>=0.0.4
aio.core>=0.10.4
aio.core>=0.10.5
aio.run.checker>=0.5.7
aiohttp>=3.8.1
multidict>=6.0.2
Expand Down
2 changes: 1 addition & 1 deletion envoy.distribution.repo/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ py_modules = envoy.distribution.repo
packages = find_namespace:
install_requires =
abstracts>=0.0.12
aio.core>=0.10.4
aio.core>=0.10.5
aio.run.runner>=0.3.3
envoy.base.utils>=0.3.9
envoy.github.abstract>=0.0.22
Expand Down
2 changes: 1 addition & 1 deletion envoy.github.abstract/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ py_modules = envoy.github.abstract
packages = find_namespace:
install_requires =
abstracts>=0.0.12
aio.core>=0.10.4
aio.core>=0.10.5
aio.run.runner>=0.2.1
aiohttp
gidgethub
Expand Down
2 changes: 1 addition & 1 deletion envoy.github.release/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ py_modules = envoy.github.release
packages = find_namespace:
install_requires =
abstracts>=0.0.12
aio.core>=0.10.4
aio.core>=0.10.5
aio.run.runner>=0.3.3
aiofiles
aiohttp
Expand Down
2 changes: 1 addition & 1 deletion envoy.gpg.identity/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python_requires = >=3.5
py_modules = envoy.gpg.identity
packages = find_namespace:
install_requires =
aio.core>=0.10.4
aio.core>=0.10.5
python-gnupg

[options.extras_require]
Expand Down

0 comments on commit 015b658

Please sign in to comment.