Skip to content

Commit dc2bbfa

Browse files
Bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the / directory: [cryptography](https://github.com/pyca/cryptography) and [pytest](https://github.com/pytest-dev/pytest). Updates `cryptography` from 46.0.6 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.6...46.0.7) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:development dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c3c426 commit dc2bbfa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ all = [
3838
development = [
3939
"build==1.4.2",
4040
"coverage==7.13.5",
41-
"cryptography==46.0.6",
41+
"cryptography==46.0.7",
4242
"orjson==3.11.8",
4343
"psutil==7.2.2",
4444
"pytest-cov==7.1.0",
4545
"pytest-schema==0.1.2",
46-
"pytest==9.0.2",
46+
"pytest==9.0.3",
4747
"twine==6.2.0",
4848
"virtualenv==21.2.0",
4949
"wheel==0.46.3",
@@ -79,7 +79,7 @@ lint = [
7979
]
8080
test = [
8181
"coverage==7.13.5",
82-
"pytest==9.0.2",
82+
"pytest==9.0.3",
8383
"senzing-core==1.0.3",
8484
"senzing-grpc==0.5.13",
8585
]

0 commit comments

Comments
 (0)