Skip to content

Commit

Permalink
Merge branch 'main' into dOTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Aug 7, 2024
2 parents 1ddaa96 + 822d477 commit 73aa04c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: Upload Artifact
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion CI/requirements_ci.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bump-my-version==0.24.3
bump-my-version==0.25.1
coveralls==4.0.1
deptry==0.18.0
flit==3.9.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dev = [
# Dev tools and testing
"black[jupyter] ==24.8.0",
"blackdoc ==0.3.9",
"bump-my-version ==0.24.3",
"bump-my-version ==0.25.1",
"codespell ==2.3.0",
"coverage[toml] >=7.5.0",
"coveralls >=4.0.0",
Expand Down

0 comments on commit 73aa04c

Please sign in to comment.