Merge branch 'main' of git.data.coop:data.coop/membersystem into payment-updates
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Benjamin Bach 2024-08-03 12:56:42 +02:00
commit 9326c77736
No known key found for this signature in database
GPG key ID: 486F0D69C845416E
3 changed files with 18 additions and 20 deletions

View file

@ -36,9 +36,11 @@ requires = ["hatch-pip-compile"]
[tool.hatch.envs.default] [tool.hatch.envs.default]
type = "pip-compile" type = "pip-compile"
pip-compile-resolver = "uv"
[tool.hatch.envs.dev] [tool.hatch.envs.dev]
type = "pip-compile" type = "pip-compile"
pip-compile-resolver = "uv"
dependencies = [ dependencies = [
"coverage[toml]==7.3.0", "coverage[toml]==7.3.0",
"pytest==7.2.2", "pytest==7.2.2",

View file

@ -49,7 +49,7 @@ django-allauth==0.63.6
# via hatch.envs.default # via hatch.envs.default
django-cache-url==3.4.5 django-cache-url==3.4.5
# via environs # via environs
django-money==3.5.2 django-money==3.5.3
# via hatch.envs.default # via hatch.envs.default
django-oauth-toolkit==2.4.0 django-oauth-toolkit==2.4.0
# via hatch.envs.default # via hatch.envs.default
@ -91,9 +91,11 @@ requests==2.32.3
# via # via
# django-oauth-toolkit # django-oauth-toolkit
# stripe # stripe
setuptools==72.1.0
# via django-money
sqlparse==0.5.1 sqlparse==0.5.1
# via django # via django
stripe==10.5.0 stripe==10.6.0
# via hatch.envs.default # via hatch.envs.default
typing-extensions==4.12.2 typing-extensions==4.12.2
# via # via
@ -105,10 +107,7 @@ typing-extensions==4.12.2
# stripe # stripe
urllib3==2.2.2 urllib3==2.2.2
# via requests # via requests
uvicorn==0.30.4 uvicorn==0.30.5
# via hatch.envs.default # via hatch.envs.default
whitenoise==6.7.0 whitenoise==6.7.0
# via hatch.envs.default # via hatch.envs.default
# The following packages are considered to be unsafe in a requirements file:
# setuptools

View file

@ -47,7 +47,6 @@ click==8.1.7
coverage==7.3.0 coverage==7.3.0
# via # via
# hatch.envs.dev # hatch.envs.dev
# coverage
# pytest-cov # pytest-cov
cryptography==43.0.0 cryptography==43.0.0
# via jwcrypto # via jwcrypto
@ -78,7 +77,7 @@ django-cache-url==3.4.5
# via environs # via environs
django-debug-toolbar==4.2.0 django-debug-toolbar==4.2.0
# via hatch.envs.dev # via hatch.envs.dev
django-money==3.5.2 django-money==3.5.3
# via hatch.envs.dev # via hatch.envs.dev
django-oauth-toolkit==2.4.0 django-oauth-toolkit==2.4.0
# via hatch.envs.dev # via hatch.envs.dev
@ -95,9 +94,7 @@ django-view-decorator==0.0.4
django-zen-queries==2.1.0 django-zen-queries==2.1.0
# via hatch.envs.dev # via hatch.envs.dev
environs==11.0.0 environs==11.0.0
# via # via hatch.envs.dev
# hatch.envs.dev
# environs
h11==0.14.0 h11==0.14.0
# via uvicorn # via uvicorn
idna==3.7 idna==3.7
@ -123,14 +120,14 @@ packaging==24.1
# build # build
# marshmallow # marshmallow
# pytest # pytest
pip==24.2
# via pip-tools
pip-tools==7.3.0 pip-tools==7.3.0
# via hatch.envs.dev # via hatch.envs.dev
pluggy==1.5.0 pluggy==1.5.0
# via pytest # via pytest
psycopg==3.2.1 psycopg==3.2.1
# via # via hatch.envs.dev
# hatch.envs.dev
# psycopg
psycopg-binary==3.2.1 psycopg-binary==3.2.1
# via psycopg # via psycopg
py-moneyed==3.0 py-moneyed==3.0
@ -156,11 +153,15 @@ requests==2.32.3
# via # via
# django-oauth-toolkit # django-oauth-toolkit
# stripe # stripe
setuptools==72.1.0
# via
# django-money
# pip-tools
sqlparse==0.5.1 sqlparse==0.5.1
# via # via
# django # django
# django-debug-toolbar # django-debug-toolbar
stripe==10.5.0 stripe==10.6.0
# via hatch.envs.dev # via hatch.envs.dev
tomli==2.0.1 tomli==2.0.1
# via django-stubs # via django-stubs
@ -180,13 +181,9 @@ typing-extensions==4.12.2
# stripe # stripe
urllib3==2.2.2 urllib3==2.2.2
# via requests # via requests
uvicorn==0.30.4 uvicorn==0.30.5
# via hatch.envs.dev # via hatch.envs.dev
wheel==0.43.0 wheel==0.43.0
# via pip-tools # via pip-tools
whitenoise==6.7.0 whitenoise==6.7.0
# via hatch.envs.dev # via hatch.envs.dev
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools