diff --git a/pyproject.toml b/pyproject.toml index 76bfb5e1..a23246f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ ] [project.optional-dependencies] -pygments = ["pygments>=2.17.2,<2.20"] +pygments = ["pygments>=2.17.2,<2.21"] shell = ["click-shell>=2.1,<3.0"] password-manager = ["SecretStorage>=3.3.3,<3.6"]