Bump requirements.

This commit is contained in:
Fabio Caccamo 2023-11-08 22:02:22 +01:00
parent 6da5c2e9ea
commit 543ad5020c
3 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -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.*

View File

@ -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.*