Skip to content

Commit

Permalink
Merge branch 'main' into chore/lower
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jan 19, 2025
2 parents 7c086a2 + ca3a76f commit 1737d9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .config/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ ansible-core>=2.16.0 # GPLv3
ansible-compat>=24.10.0 # GPLv3
# alphabetically sorted:
black>=24.3.0 # MIT (security)
filelock>=3.3.0 # The Unlicense
filelock>=3.8.2 # The Unlicense
importlib-metadata # Apache
jsonschema>=4.10.0 # MIT, version needed for improved errors
packaging>=21.3 # Apache-2.0,BSD-2-Clause
packaging>=22.0 # 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)
pyyaml>=6.0.2 # MIT (compilation probles with older versions)
ruamel.yaml>=0.18.5,!=0.18.7,!=0.18.8 # MIT
subprocess-tee>=0.4.1 # MIT, used by ansible-compat
yamllint >= 1.30.0 # GPLv3
yamllint >= 1.34.0 # GPLv3
wcmatch>=8.1.2; python_version < '3.12' # MIT
wcmatch>=8.5.0; python_version >= '3.12' # MIT
8 changes: 4 additions & 4 deletions .github/lower-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
ansible-core==2.16.0
ansible-compat==24.10.0 # GPLv3
black==24.3.0 # MIT (security)
filelock==3.3.0 # The Unlicense
filelock==3.8.2 # The Unlicense
jsonschema==4.10.0 # MIT, version needed for improved errors
packaging==21.3
packaging==22.0
pathspec==0.10.3
pyyaml==5.4.1
pyyaml==6.0.2
ruamel.yaml==0.18.5 # MIT
subprocess-tee==0.4.1 # MIT, used by ansible-compat
# https://packages.ubuntu.com/noble/python3-wcmatch
# https://packages.fedoraproject.org/pkgs/python-wcmatch/python3-wcmatch/
wcmatch==8.1.2; python_version < '3.12' # EPEL 8
wcmatch==8.5.0; python_version >= '3.12'
yamllint == 1.30.0
yamllint == 1.34.0

0 comments on commit 1737d9e

Please sign in to comment.