Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/requirements/develop/mypy-…
Browse files Browse the repository at this point in the history
…1.15.0
  • Loading branch information
seshubaws authored Feb 25, 2025
2 parents 2747f17 + 19debdb commit 657a318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions:
issues: write
steps:
- uses: aws-actions/closed-issue-message@v1
- uses: aws-actions/closed-issue-message@v2
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r pre-dev.txt

coverage==7.6.10; python_version>="3.9"
coverage==7.6.12; python_version>="3.9"
coverage==7.6.1; python_version<"3.9"
pytest-cov==6.0.0; python_version>="3.9"
pytest-cov==5.0.0; python_version<"3.9"
Expand Down

0 comments on commit 657a318

Please sign in to comment.