Skip to content

Commit 532c9e9

Browse files
Bump the python-requirements group with 8 updates
Updates the requirements on [mailchecker](https://github.com/FGRibreau/mailchecker), [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers), [boto3](https://github.com/boto/boto3), [coverage](https://github.com/nedbat/coveragepy), [tox](https://github.com/tox-dev/tox), [boto3-stubs[essential,lambda]](https://github.com/youtype/mypy_boto3_builder), [types-html5lib](https://github.com/typeshed-internal/stub_uploader) and [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) to permit the latest version. Updates `mailchecker` from 6.0.18 to 6.0.19 - [Changelog](https://github.com/FGRibreau/mailchecker/blob/master/CHANGELOG.md) - [Commits](FGRibreau/mailchecker@v6.0.18...v6.0.19) Updates `phonenumbers` from 9.0.15 to 9.0.17 - [Commits](daviddrysdale/python-phonenumbers@v9.0.15...v9.0.17) Updates `boto3` from 1.40.42 to 1.40.64 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.42...1.40.64) Updates `coverage` to 7.11.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.0...7.11.0) Updates `tox` to 4.32.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.30.0...4.32.0) Updates `boto3-stubs[essential,lambda]` from 1.40.42 to 1.40.64 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `types-html5lib` from 1.1.11.20250917 to 1.1.11.20251014 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-python-dateutil` from 2.9.0.20250822 to 2.9.0.20251008 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: mailchecker dependency-version: 6.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: phonenumbers dependency-version: 9.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: boto3 dependency-version: 1.40.64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.32.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: boto3-stubs[essential,lambda] dependency-version: 1.40.64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-html5lib dependency-version: 1.1.11.20251014 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-python-dateutil dependency-version: 2.9.0.20251008 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30ae96b commit 532c9e9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements-test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
coverage == 7.10.*
1+
coverage == 7.11.*
22
mypy == 1.18.*
33
orjson == 3.11.*
44
pre-commit == 4.3.*
55
python-decouple == 3.8
6-
tox == 4.30.*
6+
tox == 4.32.*
77

88
# type stubs for mypy
9-
boto3-stubs[essential,lambda]==1.40.42
9+
boto3-stubs[essential,lambda]==1.40.64
1010
decouple-types==1.0.2
1111
types-PyYAML==6.0.12.20250915
1212
types-beautifulsoup4==4.12.0.20250516
13-
types-html5lib==1.1.11.20250917
13+
types-html5lib==1.1.11.20251014
1414
types-openpyxl==3.1.5.20250919
15-
types-python-dateutil==2.9.0.20250822
15+
types-python-dateutil==2.9.0.20251008
1616
types-toml==0.10.8.20240310
1717
types-xmltodict==1.0.1.20250920

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
beautifulsoup4 == 4.14.2
2-
boto3 == 1.40.42
2+
boto3 == 1.40.64
33
ftfy == 6.3.1
4-
mailchecker == 6.0.18
4+
mailchecker == 6.0.19
55
openpyxl == 3.1.5
6-
phonenumbers == 9.0.15
6+
phonenumbers == 9.0.17
77
python-dateutil == 2.9.0.post0
88
python-fsutil == 0.15.0
99
python-slugify == 8.0.4

0 commit comments

Comments
 (0)