Merge pull request #1447 from mandiant/dependabot/pip/pytest-7.3.1

build(deps-dev): bump pytest from 7.3.0 to 7.3.1
This commit is contained in:
Moritz
2023-04-24 12:37:38 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ jobs:
needs: [code_style, rule_linter]
# do not run on forks, because:
# with the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository.
if: "! github.event.pull_request.head.repo.fork"
if: github.event.pull_request.head.repo.full_name == github.repository
strategy:
fail-fast: false
matrix:

View File

@@ -69,7 +69,7 @@ setuptools.setup(
install_requires=requirements,
extras_require={
"dev": [
"pytest==7.3.0",
"pytest==7.3.1",
"pytest-sugar==0.9.4",
"pytest-instafail==0.5.0",
"pytest-cov==4.0.0",