Skip to content

Commit d021eeb

Browse files
committed
2 parents ab1d45a + 28b6432 commit d021eeb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
args: ["--py38-plus"]
1010

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

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
beautifulsoup4 == 4.12.3
2-
boto3 == 1.34.32
2+
boto3 == 1.34.53
33
ftfy == 6.1.3
44
mailchecker == 6.0.1
55
openpyxl == 3.1.2
6-
phonenumbers == 8.13.29
7-
python-dateutil == 2.8.2
6+
phonenumbers == 8.13.31
7+
python-dateutil == 2.9.0
88
python-fsutil == 0.13.1
9-
python-slugify == 8.0.3
9+
python-slugify == 8.0.4
1010
pyyaml == 6.0.1
1111
requests == 2.31.0
1212
toml == 0.10.2

0 commit comments

Comments
 (0)