diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f8d1c1..2b15f24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.9 + rev: v0.5.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/requirements-dev.txt b/requirements-dev.txt index fcaf464..f13eeef 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ # build==1.2.1 # via pip-tools -certifi==2024.6.2 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests @@ -49,7 +49,7 @@ pytest-mock==3.14.0 # via agentarchives (pyproject.toml) requests==2.32.3 # via agentarchives (pyproject.toml) -ruff==0.5.0 +ruff==0.5.1 # via agentarchives (pyproject.toml) tomli==2.0.1 # via @@ -65,7 +65,7 @@ zipp==3.19.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==24.1.1 +pip==24.1.2 # via pip-tools setuptools==70.2.0 # via pip-tools diff --git a/requirements.txt b/requirements.txt index 9810793..e609e52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml # -certifi==2024.6.2 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests