diff options
Diffstat (limited to '.config/requirements.in')
-rw-r--r-- | .config/requirements.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.config/requirements.in b/.config/requirements.in index a8a24fb..3b3ca52 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -1,17 +1,18 @@ # Special order section for helping pip: will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows' -ansible-core>=2.12.0 # GPLv3 -ansible-compat>=4.0.5 # GPLv3 +ansible-core>=2.13.0 # GPLv3 +ansible-compat>=24.5.0dev0 # GPLv3 # alphabetically sorted: -black>=22.8.0 # MIT +black>=24.3.0 # MIT (security) filelock>=3.3.0 # The Unlicense +importlib-metadata # Apache jsonschema>=4.10.0 # MIT, version needed for improved errors packaging>=21.3 # Apache-2.0,BSD-2-Clause pathspec>=0.10.3 # Mozilla Public License 2.0 (MPL 2.0) pyyaml>=5.4.1 # MIT (centos 9 has 5.3.1) rich>=12.0.0 # MIT -ruamel.yaml>=0.17.0,<0.18,!=0.17.29,!=0.17.30 # MIT, next version is planned to have breaking changes -requests>=2.31.0 # Apache-2.0 (indirect, but we want newer version for security reasons) +ruamel.yaml>=0.18.5 # MIT subprocess-tee>=0.4.1 # MIT, used by ansible-compat yamllint >= 1.30.0 # GPLv3 -wcmatch>=8.1.2 # MIT +wcmatch>=8.1.2; python_version < '3.12' # MIT +wcmatch>=8.5.0; python_version >= '3.12' # MIT |