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 Nov 4, 2024
2 parents 607cb7b + eedc026 commit 18a18ee
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.3; python_version>="3.9"
coverage==7.6.4; python_version>="3.9"
coverage==7.6.1; python_version<"3.9"
flake8==3.8.4
pytest-cov==5.0.0
Expand All @@ -11,4 +11,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.6.9
ruff==0.7.1

0 comments on commit 18a18ee

Please sign in to comment.