Skip to content

Commit

Permalink
Merge branch 'develop' into nodejs22-support
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnasit authored Nov 18, 2024
2 parents f1a0b31 + 53b009e commit ae3015e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage==7.6.4; python_version>="3.9"
coverage==7.6.7; python_version>="3.9"
coverage==7.6.1; python_version<"3.9"
flake8==3.8.4
pytest-cov==6.0.0; python_version>="3.9"
Expand All @@ -12,4 +12,4 @@ pyelftools~=0.31 # Used to verify the generated Go binary architecture in integr
# formatter
black==24.10.0; python_version>="3.9"
black==24.8.0; python_version<"3.9"
ruff==0.7.3
ruff==0.7.4

0 comments on commit ae3015e

Please sign in to comment.