From 543ad5020c66071e518d9593d54a552df5f08480 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 8 Nov 2023 22:02:22 +0100 Subject: [PATCH] Bump requirements. --- .pre-commit-config.yaml | 2 +- requirements-test.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cf651b..391ddff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: args: ["--py38-plus"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.3 + rev: v0.1.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/requirements-test.txt b/requirements-test.txt index a1dddd7..3d07d42 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ coverage == 7.3.* orjson == 3.9.* -pre-commit == 3.4.* +pre-commit == 3.5.* python-decouple == 3.8 tox == 4.11.* diff --git a/requirements.txt b/requirements.txt index a2b3ede..bcb81cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ mailchecker == 5.0.* openpyxl == 3.1.* phonenumbers == 8.13.* python-dateutil == 2.8.* -python-fsutil == 0.10.* +python-fsutil == 0.11.* python-slugify == 8.0.* pyyaml == 6.0.* requests == 2.31.*