Skip to content

Commit 820d5a8

Browse files
committed
chore: update dependencies
1 parent f5c11af commit 820d5a8

5 files changed

Lines changed: 17060 additions & 142 deletions

File tree

backend/pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,36 @@ requires-python = ">=3.13"
1212

1313
dependencies = [
1414
# fastapi
15-
"fastapi~=0.115.12",
16-
"uvicorn[standard]~=0.34.0",
15+
"fastapi~=0.116.1",
16+
"uvicorn[standard]~=0.35.0",
1717
"uvloop~=0.21.0; platform_system != 'Windows'",
1818

1919
# database
20-
"piccolo==1.24.2",
20+
"piccolo==1.28.0",
2121
"asyncpg~=0.30.0",
2222

2323
# results file parsing
2424
"beautifulsoup4~=4.13.4",
25-
"lxml~=5.4.0",
25+
"lxml~=6.0.0",
2626
"defusedxml~=0.7.1",
2727

2828
# check firebase auth tokens
29-
"google-auth~=2.39.0",
30-
"requests~=2.32.3",
29+
"google-auth~=2.40.3",
30+
"requests~=2.32.4",
3131

3232
"httpx~=0.28.1", # make requests for results files
33-
"icalendar~=6.1.3", # generate ical files
33+
"icalendar~=6.3.1", # generate ical files
3434
]
3535
optional-dependencies.dev = [
3636
"aiosqlite~=0.21.0",
37-
"coverage~=7.8.0",
38-
"mypy~=1.15.0",
37+
"coverage~=7.10.1",
38+
"mypy~=1.17.1",
3939
"respx~=0.22.0",
40-
"ruff~=0.11.7",
40+
"ruff~=0.12.7",
4141
"time-machine~=2.16.0",
4242
"types-beautifulsoup4~=4.12",
43-
"types-icalendar~=6.1.3",
44-
"types-requests~=2.32.0",
43+
"types-icalendar~=6.3.1",
44+
"types-requests~=2.32.4",
4545
]
4646

4747
[tool.coverage.run]

backend/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ docstring-parser==0.16
4040
# via targ
4141
email-validator==2.2.0
4242
# via pydantic
43-
fastapi==0.115.12
43+
fastapi==0.116.1
4444
# via munro (pyproject.toml)
45-
google-auth==2.39.0
45+
google-auth==2.40.3
4646
# via munro (pyproject.toml)
4747
h11==0.14.0
4848
# via
@@ -54,7 +54,7 @@ httptools==0.6.4
5454
# via uvicorn
5555
httpx==0.28.1
5656
# via munro (pyproject.toml)
57-
icalendar==6.1.3
57+
icalendar==6.3.1
5858
# via munro (pyproject.toml)
5959
idna==3.10
6060
# via
@@ -66,7 +66,7 @@ inflection==0.5.1
6666
# via piccolo
6767
jinja2==3.1.4
6868
# via piccolo
69-
lxml==5.4.0
69+
lxml==6.0.0
7070
# via munro (pyproject.toml)
7171
markupsafe==3.0.2
7272
# via jinja2
@@ -76,7 +76,7 @@ packaging==24.1
7676
# via black
7777
pathspec==0.12.1
7878
# via black
79-
piccolo==1.24.2
79+
piccolo==1.28.0
8080
# via munro (pyproject.toml)
8181
platformdirs==4.3.6
8282
# via black
@@ -98,7 +98,7 @@ python-dotenv==1.0.1
9898
# via uvicorn
9999
pyyaml==6.0.2
100100
# via uvicorn
101-
requests==2.32.3
101+
requests==2.32.4
102102
# via munro (pyproject.toml)
103103
rsa==4.9
104104
# via google-auth
@@ -123,7 +123,7 @@ tzdata==2024.2
123123
# via icalendar
124124
urllib3==2.2.3
125125
# via requests
126-
uvicorn==0.34.0
126+
uvicorn==0.35.0
127127
# via munro (pyproject.toml)
128128
watchfiles==0.24.0
129129
# via uvicorn

0 commit comments

Comments
 (0)