Skip to content
Snippets Groups Projects
Commit 1e8eac63 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed the used request version to be compatible with current jupyterhub.

Changelog: Fixed
parent 4e04964c
No related branches found
No related tags found
1 merge request!1876v1.3.0 release hotfixes
Pipeline #206565 passed
......@@ -45,7 +45,7 @@ dependencies = [
'python-magic==0.4.24',
'pytz>=2022.7.1',
'pyyaml>=6.0',
'requests>=2.27.1',
'requests>=2.27.1,<2.32.0',
'rfc3161ng>=2.1.3',
'scikit-learn>=1.0.2',
'scipy>=1.7.1',
......
......@@ -306,7 +306,7 @@ rdkit==2023.9.5 # via -r requirements.txt, nomad-lab (pyproject.toml)
readme-renderer==43.0 # via twine
recommonmark==0.7.1 # via -r requirements.txt, nomad-lab (pyproject.toml)
regex==2024.5.15 # via mkdocs-material
requests==2.32.2 # via docker, hyperspy, jupyterhub, jupyterlab-server, mkdocs-material, oauthenticator, optimade, pooch, pybis, pymatgen, python-gitlab, python-keycloak, requests-toolbelt, rfc3161ng, sphinx, twine, -r requirements.txt, nomad-lab (pyproject.toml)
requests==2.31.0 # via docker, hyperspy, jupyterhub, jupyterlab-server, mkdocs-material, oauthenticator, optimade, pooch, pybis, pymatgen, python-gitlab, python-keycloak, requests-toolbelt, rfc3161ng, sphinx, twine, -r requirements.txt, nomad-lab (pyproject.toml)
requests-toolbelt==1.0.0 # via python-gitlab, python-keycloak, twine, -r requirements.txt
rfc3161ng==2.1.3 # via -r requirements.txt, nomad-lab (pyproject.toml)
rfc3339-validator==0.1.4 # via jsonschema, -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment