Skip to content

Commit 43e11db

Browse files
Bump python requirements. (#555)
Updates the requirements on [requests](https://github.com/psf/requests), [mailchecker](https://github.com/FGRibreau/mailchecker), [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers), [boto3](https://github.com/boto/boto3), [xmltodict](https://github.com/martinblech/xmltodict), [mypy](https://github.com/python/mypy), [tox](https://github.com/tox-dev/tox), [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [types-openpyxl](https://github.com/python/typeshed), [types-python-dateutil](https://github.com/python/typeshed) and [types-xmltodict](https://github.com/python/typeshed) to permit the latest version. Updates `requests` from 2.32.5 to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.1) Updates `mailchecker` from 6.0.19 to 6.0.20 - [Changelog](https://github.com/FGRibreau/mailchecker/blob/master/CHANGELOG.md) - [Commits](FGRibreau/mailchecker@v6.0.19...v6.0.20) Updates `phonenumbers` from 9.0.21 to 9.0.27 - [Commits](daviddrysdale/python-phonenumbers@v9.0.21...v9.0.27) Updates `boto3` from 1.42.19 to 1.42.80 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.19...1.42.80) Updates `xmltodict` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/martinblech/xmltodict/releases) - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](martinblech/xmltodict@v1.0.2...v1.0.4) Updates `mypy` to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.20.0) Updates `tox` to 4.52.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.32.0...4.52.0) Updates `boto3-stubs` from 1.42.19 to 1.42.80 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `types-openpyxl` from 3.1.5.20250919 to 3.1.5.20260322 - [Commits](https://github.com/python/typeshed/commits) Updates `types-python-dateutil` from 2.9.0.20251115 to 2.9.0.20260323 - [Commits](https://github.com/python/typeshed/commits) Updates `types-xmltodict` from 1.0.1.20250920 to 1.0.1.20260113 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: mailchecker dependency-version: 6.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: phonenumbers dependency-version: 9.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: boto3 dependency-version: 1.42.80 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: xmltodict dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.52.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: boto3-stubs dependency-version: 1.42.80 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-openpyxl dependency-version: 3.1.5.20260322 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260323 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-xmltodict dependency-version: 1.0.1.20260113 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b617673 commit 43e11db

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

requirements-test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
coverage == 7.13.*
2-
mypy == 1.19.*
2+
mypy == 1.20.*
33
orjson == 3.11.*
44
pre-commit == 4.5.*
55
python-decouple == 3.8
6-
tox == 4.32.*
6+
tox == 4.52.*
77

88
# type stubs for mypy
9-
boto3-stubs[essential,lambda]==1.42.19
9+
boto3-stubs[essential,lambda]==1.42.80
1010
decouple-types==1.0.2
1111
types-PyYAML==6.0.12.20250915
1212
types-beautifulsoup4==4.12.0.20250516
1313
types-html5lib==1.1.11.20251117
14-
types-openpyxl==3.1.5.20250919
15-
types-python-dateutil==2.9.0.20251115
14+
types-openpyxl==3.1.5.20260322
15+
types-python-dateutil==2.9.0.20260323
1616
types-toml==0.10.8.20240310
17-
types-xmltodict==1.0.1.20250920
17+
types-xmltodict==1.0.1.20260113

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
beautifulsoup4 == 4.14.3
2-
boto3 == 1.42.19
2+
boto3 == 1.42.80
33
ftfy == 6.3.1
4-
mailchecker == 6.0.19
4+
mailchecker == 6.0.20
55
openpyxl == 3.1.5
6-
phonenumbers == 9.0.21
6+
phonenumbers == 9.0.27
77
python-dateutil == 2.9.0.post0
88
python-fsutil == 0.16.0
99
python-slugify == 8.0.4
1010
pyyaml == 6.0.3
11-
requests == 2.32.5
11+
requests == 2.33.1
1212
toml == 0.10.2
1313
typing_extensions >= 4.14.1
1414
useful-types == 0.2.1
1515
xlrd == 2.0.2
16-
xmltodict == 1.0.2
16+
xmltodict == 1.0.4

0 commit comments

Comments
 (0)