Skip to content

Commit e05dcb5

Browse files
committed
Merge branch 'main' into parse-extra-requirement
2 parents 9601123 + d35a481 commit e05dcb5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
repos:
44

55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.4.0
6+
rev: v3.6.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py38-plus"]
1010

1111
- repo: https://github.com/charliermarsh/ruff-pre-commit
12-
rev: v0.0.270
12+
rev: v0.0.272
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage == 7.2.*
2-
orjson == 3.8.*
2+
orjson == 3.9.*
33
pre-commit == 3.3.*
44
python-decouple == 3.8
5-
tox == 4.5.*
5+
tox == 4.6.*

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ boto3 == 1.26.*
22
ftfy == 6.1.1
33
mailchecker == 5.0.9
44
openpyxl == 3.1.2
5-
phonenumbers == 8.13.11
5+
phonenumbers == 8.13.14
66
python-dateutil == 2.8.2
77
python-fsutil == 0.10.0
88
python-slugify == 8.0.1

0 commit comments

Comments
 (0)