Skip to content

Commit

Permalink
Merge branch 'develop' into python313-support
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnasit authored Oct 31, 2024
2 parents 13a825e + 0917f27 commit 2f1e79b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage==7.6.1
coverage==7.6.3; python_version>="3.9"
coverage==7.6.1; python_version<"3.9"
flake8==3.8.4
pytest-cov==5.0.0

Expand All @@ -8,5 +9,6 @@ parameterized==0.9.0
pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)

# formatter
black==24.8.0
ruff==0.6.2
black==24.10.0; python_version>="3.9"
black==24.8.0; python_version<"3.9"
ruff==0.6.9

0 comments on commit 2f1e79b

Please sign in to comment.