Skip to content

Commit

Permalink
Merge branch 'main' into update-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tylergu authored Feb 14, 2024
2 parents 5ef9dc2 + 67a2fab commit bb0680f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 11 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,21 @@ dependencies = [
"ruamel.yaml~=0.18",
"requests~=2.31.0",
"pydantic~=2.5.2",
"pytest~=7.4.0",
]

[project.optional-dependencies]
dev = [
"docker~=6.1.3",
"prometheus_client",
"pytest~=7.4.0",
"pytest-cov~=4.1.0",
"tabulate~=0.9.0",
"pip-tools~=7.3.0",
"pre-commit~=3.6.0",
"ansible-core~=2.16.2",
"ansible-core>=2.16.3",
"cryptography>=42.0.0",
"aiohttp>=3.9.2",
"jinja2>=3.1.3",
"isort",
"mypy",
"black",
Expand Down
38 changes: 30 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt
#
aiohttp==3.9.1
# via black
aiohttp==3.9.3
# via
# acto (pyproject.toml)
# black
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via pydantic
ansible-core==2.16.2
ansible-core==2.16.3
# via acto (pyproject.toml)
astroid==3.0.2
# via pylint
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via
# aiohttp
Expand Down Expand Up @@ -42,8 +46,10 @@ coverage[toml]==7.3.3
# via
# coverage
# pytest-cov
cryptography==41.0.7
# via ansible-core
cryptography==42.0.2
# via
# acto (pyproject.toml)
# ansible-core
deepdiff==6.3.1
# via acto (pyproject.toml)
dill==0.3.7
Expand All @@ -52,6 +58,8 @@ distlib==0.3.8
# via virtualenv
docker==6.1.3
# via acto (pyproject.toml)
exceptiongroup==1.2.0
# via pytest
exrex==0.11.0
# via acto (pyproject.toml)
filelock==3.13.1
Expand All @@ -74,8 +82,10 @@ isort==5.13.2
# via
# acto (pyproject.toml)
# pylint
jinja2==3.1.2
# via ansible-core
jinja2==3.1.3
# via
# acto (pyproject.toml)
# ansible-core
jsonpatch==1.33
# via acto (pyproject.toml)
jsonpointer==2.4
Expand Down Expand Up @@ -190,10 +200,22 @@ six==1.16.0
# python-dateutil
tabulate==0.9.0
# via acto (pyproject.toml)
tomli==2.0.1
# via
# black
# build
# coverage
# mypy
# pip-tools
# pylint
# pyproject-hooks
# pytest
tomlkit==0.12.3
# via pylint
typing-extensions==4.9.0
# via
# astroid
# black
# mypy
# pydantic
# pydantic-core
Expand Down
14 changes: 13 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt
Expand All @@ -18,12 +18,16 @@ charset-normalizer==3.3.2
# via requests
deepdiff==6.3.1
# via acto (pyproject.toml)
exceptiongroup==1.2.0
# via pytest
exrex==0.11.0
# via acto (pyproject.toml)
google-auth==2.25.2
# via kubernetes
idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
jsonpatch==1.33
# via acto (pyproject.toml)
jsonpointer==2.4
Expand All @@ -38,8 +42,12 @@ oauthlib==3.2.2
# via requests-oauthlib
ordered-set==4.1.0
# via deepdiff
packaging==23.2
# via pytest
pandas==2.0.3
# via acto (pyproject.toml)
pluggy==1.4.0
# via pytest
pyasn1==0.5.1
# via
# pyasn1-modules
Expand All @@ -52,6 +60,8 @@ pydantic-core==2.14.5
# via pydantic
pyrsistent==0.20.0
# via jsonschema
pytest==7.4.4
# via acto (pyproject.toml)
python-dateutil==2.8.2
# via
# kubernetes
Expand Down Expand Up @@ -79,6 +89,8 @@ six==1.16.0
# via
# kubernetes
# python-dateutil
tomli==2.0.1
# via pytest
typing-extensions==4.9.0
# via
# pydantic
Expand Down

0 comments on commit bb0680f

Please sign in to comment.