Updated dependencies

This commit is contained in:
2025-04-18 15:35:49 +02:00
parent 563e16d9c5
commit 7fc717f9b8
3 changed files with 5 additions and 28 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
"certifi==2024.8.30",
"charset-normalizer==3.3.2",
"click==8.1.7",
"django==5.1.1",
"django==5.2",
"gunicorn==23.0.0",
"idna==3.8",
"jmespath==1.0.1",

View File

@@ -1,23 +0,0 @@
asgiref==3.8.1
black==24.4.2
boto3==1.35.15
botocore==1.35.15
certifi==2024.8.30
charset-normalizer==3.3.2
click==8.1.7
Django==5.1.1
gunicorn==23.0.0
idna==3.8
jmespath==1.0.1
mypy-extensions==1.0.0
packaging==23.2
pathspec==0.12.1
pillow==10.4.0
platformdirs==4.2.2
python-dateutil==2.9.0.post0
requests==2.32.3
s3transfer==0.10.2
sentry-sdk==2.14.0
six==1.16.0
sqlparse==0.5.1
urllib3==2.2.2

8
uv.lock generated
View File

@@ -134,16 +134,16 @@ wheels = [
[[package]]
name = "django"
version = "5.1.1"
version = "5.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "asgiref" },
{ name = "sqlparse" },
{ name = "tzdata", marker = "sys_platform == 'win32'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/88/6f/8f57ed6dc88656edd4fcb35c50dd963f3cd79303bd711fb0160fc7fd6ab7/Django-5.1.1.tar.gz", hash = "sha256:021ffb7fdab3d2d388bc8c7c2434eb9c1f6f4d09e6119010bbb1694dda286bc2", size = 10675933 }
sdist = { url = "https://files.pythonhosted.org/packages/4c/1b/c6da718c65228eb3a7ff7ba6a32d8e80fa840ca9057490504e099e4dd1ef/Django-5.2.tar.gz", hash = "sha256:1a47f7a7a3d43ce64570d350e008d2949abe8c7e21737b351b6a1611277c6d89", size = 10824891 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/ba/aa/b423e37e9ba5480d3fd1d187e3fdbd09f9f71b991468881a45413522ccd3/Django-5.1.1-py3-none-any.whl", hash = "sha256:71603f27dac22a6533fb38d83072eea9ddb4017fead6f67f2562a40402d61c3f", size = 8246418 },
{ url = "https://files.pythonhosted.org/packages/63/e0/6a5b5ea350c5bd63fe94b05e4c146c18facb51229d9dee42aa39f9fc2214/Django-5.2-py3-none-any.whl", hash = "sha256:91ceed4e3a6db5aedced65e3c8f963118ea9ba753fc620831c77074e620e7d83", size = 8301361 },
]
[[package]]
@@ -215,7 +215,7 @@ requires-dist = [
{ name = "certifi", specifier = "==2024.8.30" },
{ name = "charset-normalizer", specifier = "==3.3.2" },
{ name = "click", specifier = "==8.1.7" },
{ name = "django", specifier = "==5.1.1" },
{ name = "django", specifier = "==5.2" },
{ name = "gunicorn", specifier = "==23.0.0" },
{ name = "idna", specifier = "==3.8" },
{ name = "jmespath", specifier = "==1.0.1" },