Skip to content

Commit

Permalink
Merge branch 'main' into upgrade_azurerm_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis authored Nov 6, 2024
2 parents 9f7ba1f + 3429260 commit a327a67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
fail-fast: false
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-${{ matrix.python-version }}
Expand Down
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 a327a67

Please sign in to comment.