Skip to content

Commit ee26a54

Browse files
pre-commit-ci[bot]Qalthos
authored andcommitted
chore: auto fixes from pre-commit.com hooks
1 parent 46ff73b commit ee26a54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/requirements-lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ referencing==0.37.0
6666
# ansible-lint
6767
# jsonschema
6868
# jsonschema-specifications
69-
rpds-py==0.29.0
69+
rpds-py==0.30.0
7070
# via
7171
# jsonschema
7272
# referencing

src/ansiblelint/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def get_version_warning() -> str:
316316
"https://api.github.com/repos/ansible/ansible-lint/releases/latest"
317317
)
318318
try:
319-
with urllib.request.urlopen(release_url) as url: # noqa: S310
319+
with urllib.request.urlopen(release_url) as url:
320320
data = json.load(url)
321321
with open(cache_file, "w", encoding="utf-8") as f:
322322
json.dump(data, f)

0 commit comments

Comments
 (0)