diff --git a/pyproject.toml b/pyproject.toml index 0daf313f8..62f623ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ client = [ "websocket-client", ] developer = [ - "bump-my-version<0.11.0", # Version control + "bump-my-version<1.0.3", # Version control "ipykernel", # Enable interactive coding with VS Code and Jupyter Notebook "pre-commit", # Formatting, linting, type checking, etc. "pytest", # Test code functionality