diff --git a/pyproject.toml b/pyproject.toml index ad6a7a1..dddada0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements.txt b/requirements.txt index 518b3b7..c3d0402 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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