Skip to content

Commit

Permalink
Python3 13 upgrade dependencies (#2823)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand authored Nov 6, 2024
2 parents bb1e867 + 11d0868 commit c352206
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Information Technology",
Expand All @@ -70,7 +72,7 @@ dependencies = [
"kubernetes==27.2.0",
"pluggy==1.3.0",
"prompt-toolkit==3.0.36",
"pydantic==2.4.2",
"pydantic==2.9.2",
"pynacl==1.5.0",
"python-keycloak>=3.9.0,<4.0.0",
"questionary==2.0.0",
Expand All @@ -79,15 +81,14 @@ dependencies = [
"ruamel.yaml==0.18.6",
"typer==0.9.0",
"packaging==23.2",
"typing-extensions==4.11.0",
"typing-extensions>=4.11.0",
]

[project.optional-dependencies]
dev = [
"black==22.3.0",
"coverage[toml]",
"dask-gateway",
"diagrams",
"escapism",
"importlib-metadata<5.0",
"mypy==1.6.1",
Expand Down

0 comments on commit c352206

Please sign in to comment.