Skip to content
Snippets Groups Projects
Commit b4f8d9ce authored by Thomas Schneider's avatar Thomas Schneider
Browse files

pyproject: Pin all dependencies to compatible versions

parent d3274461
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
groups = ["default", "auth-ldap", "auth-oauth", "auth-saml", "dev"] groups = ["default", "auth-ldap", "auth-oauth", "auth-saml", "dev"]
strategy = ["inherit_metadata"] strategy = ["inherit_metadata"]
lock_version = "4.5.0" lock_version = "4.5.0"
content_hash = "sha256:a9b84acbfcc9d879802fa8f81de993b8b24c2594642836253ea0b885a33132a4" content_hash = "sha256:724b4e719780cf213f4d1e15ff86e2f807d6c595b2e54595523c6fbd3615e247"
[[metadata.targets]] [[metadata.targets]]
requires_python = ">=3.12" requires_python = ">=3.12"
......
...@@ -10,17 +10,17 @@ requires-python = ">=3.12" ...@@ -10,17 +10,17 @@ requires-python = ">=3.12"
license = {text = "EUPL-1.2"} license = {text = "EUPL-1.2"}
dependencies = [ dependencies = [
"weasyprint", "weasyprint~=62.3",
"jinja2", "jinja2~=3.1",
"flask[async]>=3.0.3", "flask[async]~=3.0",
"flask-sqlalchemy", "flask-sqlalchemy~=3.1",
"flask-wtf", "flask-wtf~=1.2",
"uuid7", "uuid7~=0.1",
"psycopg", "psycopg~=3.2",
"flask-weasyprint", "flask-weasyprint~=1.1",
"python-webpack-boilerplate", "python-webpack-boilerplate~=1.0",
"pyipp @ git+https://github.com/ctalkington/python-ipp", "pyipp @ git+https://github.com/ctalkington/python-ipp",
"Flask-Multipass>=0.5.5", "Flask-Multipass~=0.5",
] ]
[project.optional-dependencies] [project.optional-dependencies]
...@@ -36,11 +36,11 @@ auth-oauth = [ ...@@ -36,11 +36,11 @@ auth-oauth = [
[tool.pdm.dev-dependencies] [tool.pdm.dev-dependencies]
dev = [ dev = [
"python-dotenv", "python-dotenv~=1.0",
"ruff>=0.6.3", "ruff~=0.6",
"python-lsp-ruff>=2.2.2", "python-lsp-ruff~=2.2",
"pylsp-rope>=0.1.16", "pylsp-rope~=0.1",
"flask-shell-ipython>=0.5.3", "flask-shell-ipython~=0.5",
] ]
[tool.pdm.scripts] [tool.pdm.scripts]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment