Upgrade batchspawner dependency
This commit is contained in:
parent
96ad401222
commit
aee4eb8af3
2 changed files with 7 additions and 11 deletions
16
poetry.lock
generated
16
poetry.lock
generated
|
@ -51,22 +51,18 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p
|
|||
|
||||
[[package]]
|
||||
name = "batchspawner"
|
||||
version = "1.3.0.dev0"
|
||||
version = "1.3.0"
|
||||
description = "Batchspawner: A spawner for Jupyterhub to spawn notebooks using batch resource managers."
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = []
|
||||
develop = false
|
||||
files = [
|
||||
{file = "batchspawner-1.3.0-py3-none-any.whl", hash = "sha256:4290fef50505de8d9189b8bebe900ca239ced1b4ce2ec388cdef26bcba44c471"},
|
||||
{file = "batchspawner-1.3.0.tar.gz", hash = "sha256:c0f422eb6a6288f7f711db8b780055b37c1a5c630283cdeb2ef9b5e94ba78caa"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
test = ["notebook", "pytest", "pytest-asyncio", "pytest-cov"]
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/jupyterhub/batchspawner.git"
|
||||
reference = "main"
|
||||
resolved_reference = "25918f6495a99d4083cbe3134d6e167d47cf11d1"
|
||||
|
||||
[[package]]
|
||||
name = "blinker"
|
||||
version = "1.7.0"
|
||||
|
@ -1692,4 +1688,4 @@ watchdog = ["watchdog (>=2.3)"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "1478d49e68ca8a8bd9b66202e2bad81816758b420032348d2a3c97dfac777202"
|
||||
content-hash = "bd69ee3db94c23fea62167719264534e4a4ad7342dfaf3a9a5d88a3ed2a26864"
|
||||
|
|
|
@ -17,7 +17,7 @@ glicid-spawner = 'glicid_spawner:GlicidSpawner'
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
jupyterhub = "^4.0"
|
||||
batchspawner = {git = "https://github.com/jupyterhub/batchspawner.git", rev = "main"}
|
||||
batchspawner = "^1.3.0"
|
||||
jinja2 = "^3.1.3"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
Loading…
Add table
Reference in a new issue