Upgrade batchspawner dependency

This commit is contained in:
Benoît Seignovert 2024-03-19 11:07:18 +01:00
parent 96ad401222
commit aee4eb8af3
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
2 changed files with 7 additions and 11 deletions

16
poetry.lock generated
View file

@ -51,22 +51,18 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p
[[package]] [[package]]
name = "batchspawner" name = "batchspawner"
version = "1.3.0.dev0" version = "1.3.0"
description = "Batchspawner: A spawner for Jupyterhub to spawn notebooks using batch resource managers." description = "Batchspawner: A spawner for Jupyterhub to spawn notebooks using batch resource managers."
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [] files = [
develop = false {file = "batchspawner-1.3.0-py3-none-any.whl", hash = "sha256:4290fef50505de8d9189b8bebe900ca239ced1b4ce2ec388cdef26bcba44c471"},
{file = "batchspawner-1.3.0.tar.gz", hash = "sha256:c0f422eb6a6288f7f711db8b780055b37c1a5c630283cdeb2ef9b5e94ba78caa"},
]
[package.extras] [package.extras]
test = ["notebook", "pytest", "pytest-asyncio", "pytest-cov"] test = ["notebook", "pytest", "pytest-asyncio", "pytest-cov"]
[package.source]
type = "git"
url = "https://github.com/jupyterhub/batchspawner.git"
reference = "main"
resolved_reference = "25918f6495a99d4083cbe3134d6e167d47cf11d1"
[[package]] [[package]]
name = "blinker" name = "blinker"
version = "1.7.0" version = "1.7.0"
@ -1692,4 +1688,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "1478d49e68ca8a8bd9b66202e2bad81816758b420032348d2a3c97dfac777202" content-hash = "bd69ee3db94c23fea62167719264534e4a4ad7342dfaf3a9a5d88a3ed2a26864"

View file

@ -17,7 +17,7 @@ glicid-spawner = 'glicid_spawner:GlicidSpawner'
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
jupyterhub = "^4.0" jupyterhub = "^4.0"
batchspawner = {git = "https://github.com/jupyterhub/batchspawner.git", rev = "main"} batchspawner = "^1.3.0"
jinja2 = "^3.1.3" jinja2 = "^3.1.3"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]