Skip to content

Commit

Permalink
chore(general): Make sure even in py 3.12 don't use pytest 8 (#5976)
Browse files Browse the repository at this point in the history
* Make sure even in py 3.12 don't use pytest 8

* comment out for tests

* Removed comment entirely

* pytest<8.0.0

* reverted lock back to main
  • Loading branch information
bo156 authored and actions-user committed Jan 28, 2024
1 parent 9a47330 commit 97db137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '3.1.70'
version = '3.1.71'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.1.70
checkov==3.1.71

0 comments on commit 97db137

Please sign in to comment.