Skip to content

Commit

Permalink
Merge branch 'develop' into update-cfn-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfreder authored Feb 25, 2025
2 parents 87c11c1 + 19debdb commit e01a441
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
8 changes: 4 additions & 4 deletions 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 All @@ -14,9 +14,9 @@ types-pywin32==308.0.0.20250128; python_version>="3.9"
types-pywin32==308.0.0.20241221; python_version<"3.9"
types-PyYAML==6.0.12.20241230
types-chevron==0.14.2.20250103
types-psutil==6.1.0.20241221
types-psutil==7.0.0.20250218
types-setuptools==75.8.0.20250210
types-Pygments==2.19.0.20250107
types-Pygments==2.19.0.20250219
types-colorama==0.4.15.20240311
types-dateparser==1.2.0.20250208
types-docutils==0.21.0.20241128
Expand Down Expand Up @@ -48,4 +48,4 @@ filelock==3.16.1; python_version<"3.9"
# formatter
black==24.10.0; python_version>="3.9"
black==24.8.0; python_version<"3.9"
psutil==6.1.1
psutil==7.0.0
2 changes: 1 addition & 1 deletion requirements/pre-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.9.6
ruff==0.9.7

0 comments on commit e01a441

Please sign in to comment.