Skip to content

Commit 0236587

Browse files
dependabot[bot]slashburygin
authored andcommitted
Bump pytest from 8.4.2 to 9.0.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.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@8.4.2...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bcbb62 commit 0236587

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
genesis build $(pwd) --inventory
2828
2929
# Decode and write the push configuration
30+
cat genesis/genesis.push.yaml
3031
echo "$PUSH_CFG" | base64 -d > genesis/genesis.push.yaml
3132
genesis push -c genesis/genesis.push.yaml -t local -f --latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev = [
4949
test = [
5050
"coverage>=4.0",
5151
"mock>=3.0.5,<4.0.0",
52-
"pytest>=8.0.0,<9.0.0",
52+
"pytest>=8.0.0,<10.0.0",
5353
"pytest-timer>=1.0.0,<2.0.0", # MIT License (MIT)
5454
]
5555
mypy = [

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)