Skip to content

Commit

Permalink
Upgrade bytecore
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimwinum committed Jun 22, 2024
1 parent d883886 commit d996d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
]
description = "A compiler that transforms ByteCore assembly code into executable memory bytes, seamlessly bridging the gap between high-level assembly instructions and the ByteCore Emulator's low-level functionality."
dependencies = [
"bytecore==1.1.1"
"bytecore==1.1.2"
]
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=8.1.1,<8.3.0
autopep8>=2.1.0,<2.4.0
mypy>=1.9.0,<1.11.0
bytecore==1.1.1
bytecore==1.1.2

0 comments on commit d996d55

Please sign in to comment.