diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d986f9b5..50f35510 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.4.5 + rev: v0.5.1 hooks: - id: ruff name: python ruff diff --git a/python/requirements.txt b/python/requirements.txt index dece9c04..8c3759e0 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# pip-compile setup.py +# pip-compile --output-file=requirements.txt --strip-extras setup.py # argcomplete==3.4.0 # via nitor-vault (setup.py) -boto3==1.34.53 +boto3==1.34.140 # via threadlocal-aws -botocore==1.34.53 +botocore==1.34.140 # via # boto3 # s3transfer @@ -42,7 +42,7 @@ six==1.16.0 # via python-dateutil threadlocal-aws==0.11 # via nitor-vault (setup.py) -urllib3==2.0.7 +urllib3==2.2.2 # via # botocore # requests