Skip to content

Commit 510bbcd

Browse files
deps: bump the pip-deps group with 8 updates (#10)
Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [build](https://github.com/pypa/build), [twine](https://github.com/pypa/twine) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `cryptography` to 47.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.0...47.0.0) Updates `pytest` to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.0.0...8.4.2) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.0.0...v7.1.0) Updates `ruff` to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.0...0.15.12) Updates `mypy` to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...v1.19.1) Updates `build` to 1.4.4 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.0.0...1.4.4) Updates `twine` to 6.2.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@6.0.0...6.2.0) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v64.0.0...v82.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production dependency-group: pip-deps - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development dependency-group: pip-deps - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: pip-deps - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: pip-deps - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development dependency-group: pip-deps - dependency-name: build dependency-version: 1.4.4 dependency-type: direct:development dependency-group: pip-deps - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:development dependency-group: pip-deps - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: pip-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e754d59 commit 510bbcd

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=64", "wheel"]
2+
requires = ["setuptools>=82.0.1", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -38,20 +38,20 @@ classifiers = [
3838
"Topic :: Software Development :: Libraries :: Python Modules",
3939
]
4040
dependencies = [
41-
"cryptography>=41.0",
41+
"cryptography>=47.0.0",
4242
]
4343

4444
[project.optional-dependencies]
4545
dev = [
46-
"pytest>=7.0",
47-
"pytest-cov>=4.0",
48-
"ruff>=0.4",
49-
"mypy>=1.8",
46+
"pytest>=8.4.2",
47+
"pytest-cov>=7.1.0",
48+
"ruff>=0.15.12",
49+
"mypy>=1.19.1",
5050
]
5151
release = [
52-
"build>=1.0",
53-
"twine>=6.0",
54-
"setuptools>=64",
52+
"build>=1.4.4",
53+
"twine>=6.2.0",
54+
"setuptools>=82.0.1",
5555
"wheel",
5656
]
5757

0 commit comments

Comments
 (0)