diff --git a/pyproject.toml b/pyproject.toml index 027cc9c..e89618f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dependencies = [ "python-fsutil >= 0.9.3, < 1.0.0", "python-slugify >= 7.0.0, < 9.0.0", "requests >= 2.26.0, < 3.0.0", - "typing_extensions >= 4.13.2, < 4.14.0", + "typing_extensions >= 4.13.2, < 4.16.0", "useful-types >= 0.2.1, < 0.3.0" ] dynamic = ["version"] @@ -144,7 +144,7 @@ xls = [ "xlrd >= 2.0.0, < 3.0.0", ] xml = [ - "xmltodict >= 0.12.0, < 1.0.0", + "xmltodict >= 0.12.0, < 2.0.0", ] yaml = [ "pyyaml >= 6.0, < 7.0", diff --git a/requirements-test.txt b/requirements-test.txt index d15832a..7d3b2c8 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,17 +1,17 @@ coverage == 7.10.* -mypy == 1.16.* +mypy == 1.18.* orjson == 3.11.* pre-commit == 4.3.* python-decouple == 3.8 tox == 4.30.* # type stubs for mypy -boto3-stubs[essential,lambda]==1.37.20 +boto3-stubs[essential,lambda]==1.40.42 decouple-types==1.0.2 -types-PyYAML==6.0.12.20250402 -types-beautifulsoup4==4.12.0.20250204 -types-html5lib==1.1.11.20241018 -types-openpyxl==3.1.5.20250306 -types-python-dateutil==2.9.0.20241206 +types-PyYAML==6.0.12.20250915 +types-beautifulsoup4==4.12.0.20250516 +types-html5lib==1.1.11.20250917 +types-openpyxl==3.1.5.20250919 +types-python-dateutil==2.9.0.20250822 types-toml==0.10.8.20240310 -types-xmltodict==0.14.0.20241009 +types-xmltodict==1.0.1.20250920 diff --git a/requirements.txt b/requirements.txt index d6c3394..bef236b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -beautifulsoup4 == 4.13.5 -boto3 == 1.40.27 +beautifulsoup4 == 4.14.2 +boto3 == 1.40.42 ftfy == 6.3.1 mailchecker == 6.0.18 openpyxl == 3.1.5 -phonenumbers == 9.0.13 +phonenumbers == 9.0.15 python-dateutil == 2.9.0.post0 python-fsutil == 0.15.0 python-slugify == 8.0.4 -pyyaml == 6.0.2 +pyyaml == 6.0.3 requests == 2.32.5 toml == 0.10.2 typing_extensions >= 4.14.1 useful-types == 0.2.1 xlrd == 2.0.2 -xmltodict == 0.15.1 +xmltodict == 1.0.2