Skip to content

Commit

Permalink
bump antlr4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bengioe committed May 2, 2024
1 parent 4d13758 commit abd5e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile-cross-platform requirements/dev-3.10.in --output-file requirements/dev-3.10.txt --min-python-version 3.10
#
absl-py==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
antlr4-python3-runtime==4.9.3 ; python_version >= "3.10" and python_version < "4.0"
antlr4-python3-runtime==4.13.1 ; python_version >= "3.10" and python_version < "4.0"
appdirs==1.4.4 ; python_version >= "3.10" and python_version < "4.0"
bandit[toml]==1.7.7 ; python_version >= "3.10" and python_version < "4.0"
black==24.2.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements/main-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile-cross-platform requirements/main-3.10.in --output-file requirements/main-3.10.txt --min-python-version 3.10
#
absl-py==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
antlr4-python3-runtime==4.9.3 ; python_version >= "3.10" and python_version < "4.0"
antlr4-python3-runtime==4.13.1 ; python_version >= "3.10" and python_version < "4.0"
appdirs==1.4.4 ; python_version >= "3.10" and python_version < "4.0"
blosc2==2.5.1 ; python_version >= "3.10" and python_version < "4"
botorch==0.9.5 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit abd5e64

Please sign in to comment.