Skip to content

Commit 6213d6e

Browse files
Bump the python-requirements group across 1 directory with 11 updates (#544)
Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [mailchecker](https://github.com/FGRibreau/mailchecker), [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers), [boto3](https://github.com/boto/boto3), [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [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 `beautifulsoup4` from 4.14.2 to 4.14.3 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.19 - [Commits](daviddrysdale/python-phonenumbers@v9.0.15...v9.0.19) Updates `boto3` from 1.40.42 to 1.42.0 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.42...1.42.0) Updates `coverage` to 7.12.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.0...7.12.0) Updates `mypy` to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.1...v1.19.0) Updates `pre-commit` to 4.5.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.3.0...v4.5.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.41.5 - [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.20251117 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-python-dateutil` from 2.9.0.20250822 to 2.9.0.20251115 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - 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.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: boto3 dependency-version: 1.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: coverage dependency-version: 7.12.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pre-commit dependency-version: 4.5.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.41.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: types-html5lib dependency-version: 1.1.11.20251117 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-python-dateutil dependency-version: 2.9.0.20251115 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1612df5 commit 6213d6e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements-test.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
coverage == 7.10.*
2-
mypy == 1.18.*
1+
coverage == 7.12.*
2+
mypy == 1.19.*
33
orjson == 3.11.*
4-
pre-commit == 4.3.*
4+
pre-commit == 4.5.*
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.41.5
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.20251117
1414
types-openpyxl==3.1.5.20250919
15-
types-python-dateutil==2.9.0.20250822
15+
types-python-dateutil==2.9.0.20251115
1616
types-toml==0.10.8.20240310
1717
types-xmltodict==1.0.1.20250920

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
beautifulsoup4 == 4.14.2
2-
boto3 == 1.40.42
1+
beautifulsoup4 == 4.14.3
2+
boto3 == 1.42.0
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.19
77
python-dateutil == 2.9.0.post0
88
python-fsutil == 0.15.0
99
python-slugify == 8.0.4

0 commit comments

Comments
 (0)