Skip to content

Commit

Permalink
Safety issues up to 2025-01-29
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jan 29, 2025
1 parent 7add882 commit 7fdfaa7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ansible>=10.0.1; python_version >= '3.12' # Ansible 10.x and higher /
# The module.rst.j2 template used by ansible-doc-extractor uses the 'tojson' filter added in Jinja2 2.9
# Ansible 6 requires Jinja2>=3.0
# Python 3.10 requires Jinja>=2.11
Jinja2==3.1.4
Jinja2==3.1.5

# MarkupSafe is used by Jinja2
# Jinja2 3.0 requires MarkupSafe>=2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

**Bug fixes:**

* Fixed safety issues up to 2024-12-29.
* Fixed safety issues up to 2025-01-29.

* Test: Fixed duplicate 'description' properties in test YAML files.
(issue #1097)
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ zhmcclient==1.18.2
# Indirect dependencies for install that are needed for some reason (must be consistent with requirements.txt)

# Jinja2 is used by ansible/ansible-core and by ansible-doc-extractor.
Jinja2==3.1.4
Jinja2==3.1.5

# MarkupSafe is used by Jinja2
MarkupSafe==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ zhmcclient>=1.18.2
# Ansible 6 requires Jinja2>=3.0
# Python 3.10 requires Jinja>=2.11
# Sphinx 7.x requires Jinja2>=3.0
Jinja2>=3.1.4
Jinja2>=3.1.5

# MarkupSafe is used by Jinja2
# Jinja2 3.0 requires MarkupSafe>=2.0
Expand Down

0 comments on commit 7fdfaa7

Please sign in to comment.