Skip to content

Commit 2f6bf14

Browse files
Update all non-major dependencies (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7d220e commit 2f6bf14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.7
3+
rev: v0.9.9
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
]
1515
urls = { Homepage = "https://github.com/tlinhart/urllib3-sigv4" }
1616
requires-python = ">=3.8"
17-
dependencies = ["boto3>=1.3.1,<1.37.0", "urllib3>=2.0.0,<3.0.0"]
17+
dependencies = ["boto3>=1.3.1,<1.38.0", "urllib3>=2.0.0,<3.0.0"]
1818

1919
[build-system]
2020
requires = ["setuptools>=61"]

0 commit comments

Comments
 (0)