Skip to content

Commit 4f11617

Browse files
author
Alexander Sommer
committed
Update dependencies
1 parent b77c16b commit 4f11617

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

pyproject.toml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = '0.4.0'
44
description = 'Simple shift management system'
55
readme = 'README.md'
66
requires-python = '>=3.9'
7-
authors = [
8-
{ name = 'HaDiKo e.V. HaDiNet', email = '[email protected]' },
9-
]
7+
authors = [{ name = 'HaDiKo e. V. - HaDiNet', email = '[email protected]' }]
108
classifiers = [
119
'Programming Language :: Python',
1210
'Programming Language :: Python :: 3',
@@ -17,20 +15,20 @@ classifiers = [
1715
]
1816

1917
dependencies = [
20-
'Authlib==1.3.0',
21-
'Django==4.2.9',
22-
'django-auth-ldap==4.6.0',
23-
'django-bootstrap5==23.4',
24-
'django-colorfield==0.11.0',
18+
'Authlib==1.4.1',
19+
'Django==5.1.6',
20+
'django-auth-ldap==5.1.0',
21+
'django-bootstrap5==24.3',
22+
'django-colorfield==0.12.0',
2523
'django-ical==1.9.2',
26-
'django-phonenumber-field[phonenumberslite]==7.3.0',
27-
'gunicorn==21.2.0',
24+
'django-phonenumber-field[phonenumberslite]==8.0.0',
25+
'gunicorn==23.0.0',
2826
'holidays==0.40',
29-
'icalendar==5.0.11',
30-
'Pillow==10.2.0',
31-
'psycopg2-binary==2.9.9',
32-
'python-dateutil==2.8.2',
33-
'requests==2.31.0'
27+
'icalendar==6.1.1',
28+
'Pillow==11.1.0',
29+
'psycopg2-binary==2.9.10',
30+
'python-dateutil==2.9.0.post0',
31+
'requests==2.32.3',
3432
]
3533

3634
[project.optional-dependencies]
@@ -40,6 +38,7 @@ tests = [
4038
'types-requests==2.31.0.10',
4139
'mypy==1.8.0'
4240
]
41+
4342
docs = [
4443
'mkdocs==1.4.2',
4544
'mkdocs-material==9.0.11'
@@ -49,7 +48,7 @@ docs = [
4948
repository = 'https://github.com/HaDiNet/shiftings'
5049

5150
[tool.setuptools.packages.find]
52-
where=['src']
51+
where = ['src']
5352

5453
[tool.setuptools.package-data]
5554
shiftings = ['py.typed']

0 commit comments

Comments
 (0)