Skip to content

Commit

Permalink
Merge branch 'develop' into fix/support-old-and-new-gradle-jvm-versio…
Browse files Browse the repository at this point in the history
…n-label
  • Loading branch information
jeffryang24 authored Oct 23, 2024
2 parents 5f49967 + 0917f27 commit 52e30e3
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 52e30e3

Please sign in to comment.