Skip to content

Commit 74fc25d

Browse files
Bump python requirements. (#539)
--- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: beautifulsoup4 dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: phonenumbers dependency-version: 9.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: boto3 dependency-version: 1.40.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: xmltodict dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: boto3-stubs[essential,lambda] dependency-version: 1.40.42 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: types-pyyaml dependency-version: 6.0.12.20250915 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-beautifulsoup4 dependency-version: 4.12.0.20250516 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-html5lib dependency-version: 1.1.11.20250917 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-openpyxl dependency-version: 3.1.5.20250919 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-python-dateutil dependency-version: 2.9.0.20250822 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-xmltodict dependency-version: 1.0.1.20250920 dependency-type: direct:production update-type: version-update:semver-major 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 d964557 commit 74fc25d

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies = [
9292
"python-fsutil >= 0.9.3, < 1.0.0",
9393
"python-slugify >= 7.0.0, < 9.0.0",
9494
"requests >= 2.26.0, < 3.0.0",
95-
"typing_extensions >= 4.13.2, < 4.14.0",
95+
"typing_extensions >= 4.13.2, < 4.16.0",
9696
"useful-types >= 0.2.1, < 0.3.0"
9797
]
9898
dynamic = ["version"]
@@ -144,7 +144,7 @@ xls = [
144144
"xlrd >= 2.0.0, < 3.0.0",
145145
]
146146
xml = [
147-
"xmltodict >= 0.12.0, < 1.0.0",
147+
"xmltodict >= 0.12.0, < 2.0.0",
148148
]
149149
yaml = [
150150
"pyyaml >= 6.0, < 7.0",

requirements-test.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
coverage == 7.10.*
2-
mypy == 1.16.*
2+
mypy == 1.18.*
33
orjson == 3.11.*
44
pre-commit == 4.3.*
55
python-decouple == 3.8
66
tox == 4.30.*
77

88
# type stubs for mypy
9-
boto3-stubs[essential,lambda]==1.37.20
9+
boto3-stubs[essential,lambda]==1.40.42
1010
decouple-types==1.0.2
11-
types-PyYAML==6.0.12.20250402
12-
types-beautifulsoup4==4.12.0.20250204
13-
types-html5lib==1.1.11.20241018
14-
types-openpyxl==3.1.5.20250306
15-
types-python-dateutil==2.9.0.20241206
11+
types-PyYAML==6.0.12.20250915
12+
types-beautifulsoup4==4.12.0.20250516
13+
types-html5lib==1.1.11.20250917
14+
types-openpyxl==3.1.5.20250919
15+
types-python-dateutil==2.9.0.20250822
1616
types-toml==0.10.8.20240310
17-
types-xmltodict==0.14.0.20241009
17+
types-xmltodict==1.0.1.20250920

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
beautifulsoup4 == 4.13.5
2-
boto3 == 1.40.27
1+
beautifulsoup4 == 4.14.2
2+
boto3 == 1.40.42
33
ftfy == 6.3.1
44
mailchecker == 6.0.18
55
openpyxl == 3.1.5
6-
phonenumbers == 9.0.13
6+
phonenumbers == 9.0.15
77
python-dateutil == 2.9.0.post0
88
python-fsutil == 0.15.0
99
python-slugify == 8.0.4
10-
pyyaml == 6.0.2
10+
pyyaml == 6.0.3
1111
requests == 2.32.5
1212
toml == 0.10.2
1313
typing_extensions >= 4.14.1
1414
useful-types == 0.2.1
1515
xlrd == 2.0.2
16-
xmltodict == 0.15.1
16+
xmltodict == 1.0.2

0 commit comments

Comments
 (0)