Skip to content

Commit 06a0189

Browse files
Bump the pip group across 1 directory with 2 updates (#378)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a167865 commit 06a0189

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
@@ -37,12 +37,12 @@ development = [
3737
"build==1.4.2",
3838
"coverage==7.10.7; python_version <= '3.11'",
3939
"coverage==7.13.5; python_version > '3.11'",
40-
"cryptography==46.0.6",
40+
"cryptography==46.0.7",
4141
"psutil==7.2.2",
4242
"pytest-cov==7.1.0",
4343
"pytest-schema==0.1.2",
4444
"pytest==8.4.2; python_version <= '3.11'",
45-
"pytest==9.0.2; python_version > '3.11'",
45+
"pytest==9.0.3; python_version > '3.11'",
4646
"twine==6.2.0",
4747
"typing_extensions==4.15.0; python_version < '3.11'",
4848
"virtualenv==21.2.0",
@@ -83,7 +83,7 @@ lint = [
8383
]
8484
test = [
8585
"pytest==8.4.2; python_version <= '3.11'",
86-
"pytest==9.0.2; python_version > '3.11'",
86+
"pytest==9.0.3; python_version > '3.11'",
8787
"coverage==7.10.7; python_version <= '3.11'",
8888
"coverage==7.13.5; python_version > '3.11'",
8989
]

0 commit comments

Comments
 (0)