diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2964c2d..d8f0e65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: args: ["--py38-plus"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/requirements.txt b/requirements.txt index caa1c87..44566e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ beautifulsoup4 == 4.12.3 -boto3 == 1.34.32 +boto3 == 1.34.53 ftfy == 6.1.3 mailchecker == 6.0.1 openpyxl == 3.1.2 -phonenumbers == 8.13.29 -python-dateutil == 2.8.2 +phonenumbers == 8.13.31 +python-dateutil == 2.9.0 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