Skip to content

Commit 1ecb88f

Browse files
committed
Bump versions
1 parent 779cc00 commit 1ecb88f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
DEFAULT_PYTHON: "3.11"
55
PRE_COMMIT_CACHE: ~/.cache/pre-commit
66
KEY_PREFIX: base-venv
7-
CACHE_VERSION: 1
7+
CACHE_VERSION: 2
88
# yamllint disable-line rule:truthy
99
on:
1010
push:

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
]
1515
keywords = ["automation", "task", "framework", "aws", "s3", "ssm", "otf"]
1616
dependencies = [
17-
"boto3 >= 1.26",
17+
"boto3 >= 1.43",
1818
"jsonpath-ng >= 1.7.0",
1919
"opentaskpy >= v26.18.1",
2020
]
@@ -373,8 +373,6 @@ ignore = [
373373
"D407", # Section name underlining
374374
"E501", # line too long
375375
"E731", # do not assign a lambda expression, use a def
376-
# Ignored due to performance: https://github.com/charliermarsh/ruff/issues/2923
377-
"UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
378376
]
379377

380378

0 commit comments

Comments
 (0)