Skip to content

Commit

Permalink
Merge pull request #93 from Chandra158/fix-build
Browse files Browse the repository at this point in the history
Fix macOS build error
  • Loading branch information
Chandra158 authored May 9, 2024
2 parents dc04123 + 8e9b277 commit 51c8a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fuzz_lightyear/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.0.10'
VERSION = '0.0.11'
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ multiprocess==0.70.15
mypy==0.720
mypy-extensions==0.4.1
nodeenv==1.3.3
packaging==21.3
packaging>=23.1
pluggy==0.13.0
pre-commit==2.17.0
py==1.11.0
Expand All @@ -40,7 +40,7 @@ pyrsistent==0.15.4
pytest==6.2.2
python-dateutil==2.8.0
pytz==2019.2
PyYAML==5.4
PyYAML>=6
requests==2.31.0
rfc3987==1.3.8
simplejson==3.16.0
Expand Down

0 comments on commit 51c8a46

Please sign in to comment.