Bump requirements.
This commit is contained in:
parent
6da5c2e9ea
commit
543ad5020c
|
@ -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]
|
||||
|
|
|
@ -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.*
|
||||
|
|
|
@ -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.*
|
||||
|
|
Loading…
Reference in New Issue