Skip to content

Commit bce4c5f

Browse files
build(deps): bump the python-minor group with 4 updates
Bumps the python-minor group with 4 updates: [cryptography](https://github.com/pyca/cryptography), [coverage](https://github.com/coveragepy/coveragepy), [build](https://github.com/pypa/build) and [maturin](https://github.com/pyo3/maturin). Updates `cryptography` from 50.0.0 to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@50.0.0...50.0.1) Updates `coverage` from 7.15.4 to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.4...7.16.0) Updates `build` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.5.1...1.6.0) Updates `maturin` from 1.14.1 to 1.15.0 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: build dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: maturin dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c68178d commit bce4c5f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements-ci.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33

44
pytest==9.1.1
55
pytest-cov==7.1.0
6-
maturin==1.14.1
7-
coverage==7.15.4
6+
maturin==1.15.0
7+
coverage==7.16.0
88
flake8==7.3.0
99
black==26.5.1
1010
mypy==2.3.1
1111
bandit==1.9.4
12-
build==1.5.1
12+
build==1.6.0
1313
atheris==3.0.0
1414
python-afl==0.7.3
1515
pip-audit==2.10.1
1616
pip-licenses==5.5.5
1717
cyclonedx-bom==7.3.1
1818
toml==0.10.2
1919
hypothesis==6.165.10
20-
cryptography==50.0.0
20+
cryptography==50.0.1
2121
argon2-cffi==25.1.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tox>=4.60.0
1010
sphinx>=8.1.3
1111
sphinx-rtd-theme>=3.1.0
1212
twine>=7.0.0
13-
build>=1.5.1
13+
build>=1.6.0
1414

1515
# Property-based testing (security invariant verification)
1616
hypothesis>=6.100.0,<6.166.0 # Pinned to avoid types.SimpleNamespace bug in 6.123+

web_demo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask==3.1.3
22
Pillow==12.3.0
33
qrcode[pil]==8.2
44
argon2-cffi==25.1.0
5-
cryptography==50.0.0
5+
cryptography==50.0.1
66
pyzbar==0.1.9
77
opencv-python==5.0.0.93
88
numpy>=1.24.0

0 commit comments

Comments
 (0)