Skip to content

Commit

Permalink
chore(deps): update dependency pytest to v7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 0adc127 commit 6f27161
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]
dependencies = [
"black==23.3.0",
"pytest==7.3.1",
"pytest==7.4.3",
"pytest-cov==3.0.0",
"pytest-testinfra==9.0.0",
"pytest-opentelemetry==1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion rules/rules_task/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Jinja2==3.1.2;
bazel-runfiles==0.25.0;
pytest==7.3.1;
pytest==7.4.3;
pytest-cov==3.0.0;
black==23.3.0;
deepdiff==6.6.0;
Expand Down
10 changes: 6 additions & 4 deletions rules/rules_task/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ coverage[toml]==7.3.1 \
--hash=sha256:f1a317fdf5c122ad642db8a97964733ab7c3cf6009e1a8ae8821089993f175ff \
--hash=sha256:f2781fd3cabc28278dc982a352f50c81c09a1a500cc2086dc4249853ea96b981 \
--hash=sha256:f4f456590eefb6e1b3c9ea6328c1e9fa0f1006e7481179d749b3376fc793478e
# via pytest-cov
# via
# coverage
# pytest-cov
deepdiff==6.6.0 \
--hash=sha256:d78e8a83c8f5b223008983144308b214e29a25fc37a3354148e7eddacd0f9bb1 \
--hash=sha256:e96424a57befa3f85238d10d9fb73d7a8cfd2228f1c2ab3cedd58b97d2acd80e
Expand Down Expand Up @@ -211,9 +213,9 @@ pyproject-hooks==1.0.0 \
--hash=sha256:283c11acd6b928d2f6a7c73fa0d01cb2bdc5f07c57a2eeb6e83d5e56b97976f8 \
--hash=sha256:f271b298b97f5955d53fb12b72c1fb1948c22c1a6b70b315c54cedaca0264ef5
# via build
pytest==7.3.1 \
--hash=sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362 \
--hash=sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
pytest==7.4.3 \
--hash=sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac \
--hash=sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5
# via
# -r requirements.in
# pytest-cov
Expand Down

0 comments on commit 6f27161

Please sign in to comment.