-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dmcandrew update ruamel.yaml (#2315)
- Loading branch information
Showing
7 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.8 | ||
python-version: "3.11" | ||
|
||
- name: Retrieve secret from Vault | ||
uses: hashicorp/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ name = "nebari" | |
dynamic = ["version"] | ||
description = "A Jupyter and Dask-powered open source data science platform." | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.10" | ||
license = "BSD-3-Clause" | ||
authors = [ | ||
{ name = "Nebari development team", email = "[email protected]" }, | ||
|
@@ -42,8 +42,6 @@ classifiers = [ | |
"Intended Audience :: Developers", | ||
"Topic :: Software Development :: Build Tools", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Intended Audience :: Developers", | ||
|
@@ -55,23 +53,23 @@ classifiers = [ | |
] | ||
|
||
dependencies = [ | ||
"auth0-python==4.4.2", | ||
"auth0-python==4.7.1", | ||
"azure-identity==1.12.0", | ||
"azure-mgmt-containerservice==26.0.0", | ||
"azure-mgmt-resource==23.0.1", | ||
"bcrypt==4.0.1", | ||
"boto3==1.28.40", | ||
"boto3==1.34.63", | ||
"cloudflare==2.11.7", | ||
"kubernetes==27.2.0", | ||
"pluggy==1.3.0", | ||
"prompt-toolkit==3.0.36", | ||
"pydantic==1.10.12", | ||
"pynacl==1.5.0", | ||
"python-keycloak==3.3.0", | ||
"python-keycloak>=3.9.0", | ||
"questionary==2.0.0", | ||
"requests-toolbelt==1.0.0", | ||
"rich==13.5.1", | ||
"ruamel.yaml==0.17.32", | ||
"ruamel.yaml==0.18.6", | ||
"typer==0.9.0", | ||
"packaging==23.2", | ||
] | ||
|