We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab1d45a + 28b6432 commit d021eebCopy full SHA for d021eeb
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
args: ["--py38-plus"]
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.2.2
+ rev: v0.3.0
13
hooks:
14
- id: ruff
15
args: [--fix, --exit-non-zero-on-fix]
requirements.txt
@@ -1,12 +1,12 @@
1
beautifulsoup4 == 4.12.3
2
-boto3 == 1.34.32
+boto3 == 1.34.53
3
ftfy == 6.1.3
4
mailchecker == 6.0.1
5
openpyxl == 3.1.2
6
-phonenumbers == 8.13.29
7
-python-dateutil == 2.8.2
+phonenumbers == 8.13.31
+python-dateutil == 2.9.0
8
python-fsutil == 0.13.1
-python-slugify == 8.0.3
+python-slugify == 8.0.4
pyyaml == 6.0.1
requests == 2.31.0
toml == 0.10.2
0 commit comments