diff --git a/requirements-dev.txt b/requirements-dev.txt index 53aab93..f662b12 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,13 +4,13 @@ # # pip-compile --allow-unsafe requirements-dev.in # -ansible==6.4.0 +ansible==7.0.0 # via -r requirements-dev.in ansible-compat==2.2.0 # via # ansible-lint # molecule -ansible-core==2.13.4 +ansible-core==2.14.1 # via # ansible # ansible-lint @@ -187,10 +187,14 @@ rich==12.5.1 # molecule ruamel-yaml==0.17.21 # via ansible-lint -ruamel-yaml-clib==0.2.6 - # via ruamel-yaml selinux==0.2.1 # via molecule-docker +setuptools==65.3.0 + # via + # cerberus + # nodeenv + # selinux + # yamllint six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 @@ -204,9 +208,7 @@ text-unidecode==1.3 toml==0.10.2 # via pre-commit tomli==2.0.1 - # via - # black - # pytest + # via pytest tomlkit==0.11.4 # via commitizen typing-extensions==4.3.0 @@ -227,11 +229,3 @@ yamllint==1.28.0 # via # -r requirements-dev.in # ansible-lint - -# The following packages are considered to be unsafe in a requirements file: -setuptools==65.3.0 - # via - # cerberus - # nodeenv - # selinux - # yamllint diff --git a/requirements.txt b/requirements.txt index dc1d217..faa742a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,20 @@ # # pip-compile --allow-unsafe requirements.txt # +ansible==7.0.0 +ansible-core==2.14.1 +certifi==2022.12.7 +cffi==1.15.1 +charset-normalizer==3.0.1 +cryptography==39.0.0 +docker==6.0.1 +idna==3.4 +jinja2==3.1.2 +markupsafe==2.1.2 +packaging==23.0 +pycparser==2.21 +pyyaml==6.0 +requests==2.28.2 +resolvelib==0.8.1 +urllib3==1.26.14 +websocket-client==1.4.2