From bf0ad50bd7d275add50245e91e89f31ced4b3090 Mon Sep 17 00:00:00 2001 From: "Douglas Cerna (Soy Douglas)" Date: Tue, 9 Jul 2024 14:06:50 +0000 Subject: [PATCH 1/2] Upgrade pre-commit dependencies --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71e99a1..71bc348 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] From 74fdfa4b93d62bdd02e46d7863663dad65f69ee6 Mon Sep 17 00:00:00 2001 From: "Douglas Cerna (Soy Douglas)" Date: Tue, 9 Jul 2024 14:07:51 +0000 Subject: [PATCH 2/2] Upgrade Python requirements --- requirements-dev.txt | 12 ++++++------ requirements.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b11c0b8..2f15565 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,13 +6,13 @@ # build==1.2.1 # via pip-tools -certifi==2024.6.2 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests click==8.1.7 # via pip-tools -coverage[toml]==7.5.3 +coverage[toml]==7.5.4 # via # fixity (pyproject.toml) # pytest-cov @@ -22,7 +22,7 @@ greenlet==3.0.3 # via sqlalchemy idna==3.7 # via requests -importlib-metadata==7.1.0 +importlib-metadata==8.0.0 # via build iniconfig==2.0.0 # via pytest @@ -46,7 +46,7 @@ pytest-cov==5.0.0 # via fixity (pyproject.toml) requests==2.32.3 # via fixity (pyproject.toml) -ruff==0.4.9 +ruff==0.5.1 # via fixity (pyproject.toml) sqlalchemy==2.0.31 # via fixity (pyproject.toml) @@ -66,7 +66,7 @@ zipp==3.19.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==24.0 +pip==24.1.2 # via pip-tools -setuptools==70.1.0 +setuptools==70.2.0 # via pip-tools diff --git a/requirements.txt b/requirements.txt index d55cd16..04128b7 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