Skip to content

Commit 35835c6

Browse files
dependabot[bot]jtrobles-cdd
authored andcommitted
chore(deps): Bump the python-development group with 6 updates
Bumps the python-development group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.2.2.post1` | `1.3.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.1` | `7.10.4` | | [mypy](https://github.com/python/mypy) | `1.16.1` | `1.17.1` | | [types-jsonschema](https://github.com/typeshed-internal/stub_uploader) | `4.24.0.20250528` | `4.25.0.20250809` | | [types-pytz](https://github.com/typeshed-internal/stub_uploader) | `2025.2.0.20250516` | `2025.2.0.20250809` | | [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `80.9.0.20250529` | `80.9.0.20250809` | Updates `build` from 1.2.2.post1 to 1.3.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.2.post1...1.3.0) Updates `coverage` from 7.9.1 to 7.10.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.9.1...7.10.4) Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.1) Updates `types-jsonschema` from 4.24.0.20250528 to 4.25.0.20250809 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-pytz` from 2025.2.0.20250516 to 2025.2.0.20250809 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-setuptools` from 80.9.0.20250529 to 80.9.0.20250809 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development - dependency-name: coverage dependency-version: 7.10.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development - dependency-name: types-jsonschema dependency-version: 4.25.0.20250809 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development - dependency-name: types-pytz dependency-version: 2025.2.0.20250809 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-development - dependency-name: types-setuptools dependency-version: 80.9.0.20250809 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39243a1 commit 35835c6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements-dev.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
-c requirements.txt
66

77
black==25.1.0
8-
build==1.2.2.post1
8+
build==1.3.0
99
bumpversion==0.5.3
10-
coverage==7.9.1
10+
coverage==7.10.4
1111
flake8==7.3.0
1212
isort==6.0.1
13-
mypy==1.16.1
13+
mypy==1.17.1
1414
pip-tools==7.4.1
1515
tox==4.27.0
1616
twine==6.1.0
17-
types-jsonschema==4.24.0.20250528
17+
types-jsonschema==4.25.0.20250809
1818
types-lxml==2025.3.30
19-
types-pytz==2025.2.0.20250516
20-
types-setuptools==80.9.0.20250529
19+
types-pytz==2025.2.0.20250809
20+
types-setuptools==80.9.0.20250809

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ black==25.1.0
1414
# via -r requirements-dev.in
1515
bleach==5.0.1
1616
# via readme-renderer
17-
build==1.2.2.post1
17+
build==1.3.0
1818
# via
1919
# -r requirements-dev.in
2020
# pip-tools
@@ -40,7 +40,7 @@ click==8.0.3
4040
# pip-tools
4141
colorama==0.4.6
4242
# via tox
43-
coverage==7.9.1
43+
coverage==7.10.4
4444
# via -r requirements-dev.in
4545
cryptography==45.0.4
4646
# via
@@ -81,7 +81,7 @@ mccabe==0.7.0
8181
# via flake8
8282
mdurl==0.1.2
8383
# via markdown-it-py
84-
mypy==1.16.1
84+
mypy==1.17.1
8585
# via -r requirements-dev.in
8686
mypy-extensions==1.0.0
8787
# via
@@ -168,13 +168,13 @@ twine==6.1.0
168168
# via -r requirements-dev.in
169169
types-html5lib==1.1.11.20241018
170170
# via types-lxml
171-
types-jsonschema==4.24.0.20250528
171+
types-jsonschema==4.25.0.20250809
172172
# via -r requirements-dev.in
173173
types-lxml==2025.3.30
174174
# via -r requirements-dev.in
175-
types-pytz==2025.2.0.20250516
175+
types-pytz==2025.2.0.20250809
176176
# via -r requirements-dev.in
177-
types-setuptools==80.9.0.20250529
177+
types-setuptools==80.9.0.20250809
178178
# via -r requirements-dev.in
179179
typing-extensions==4.14.0
180180
# via

0 commit comments

Comments
 (0)