Skip to content

Commit d90d3a1

Browse files
committed
upgrade compliance-monitor requirements
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 705eeba commit d90d3a1

File tree

1 file changed

+34
-81
lines changed

1 file changed

+34
-81
lines changed
Lines changed: 34 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,75 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile requirements.in
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
anyio==4.4.0
9+
anyio==4.9.0
1010
# via
11-
# httpx
1211
# starlette
1312
# watchfiles
1413
argon2-cffi==23.1.0
1514
# via -r requirements.in
1615
argon2-cffi-bindings==21.2.0
1716
# via argon2-cffi
18-
bcrypt==4.1.3
17+
bcrypt==4.3.0
1918
# via -r requirements.in
20-
certifi==2024.7.4
21-
# via
22-
# httpcore
23-
# httpx
24-
cffi==1.16.0
19+
cffi==1.17.1
2520
# via argon2-cffi-bindings
26-
click==8.1.7
27-
# via
28-
# typer
29-
# uvicorn
30-
dnspython==2.6.1
31-
# via email-validator
32-
email-validator==2.1.1
33-
# via fastapi
34-
exceptiongroup==1.2.1
35-
# via anyio
36-
fastapi==0.111.0
21+
click==8.2.0
22+
# via uvicorn
23+
fastapi==0.115.12
3724
# via -r requirements.in
38-
fastapi-cli==0.0.4
39-
# via fastapi
40-
h11==0.14.0
41-
# via
42-
# httpcore
43-
# uvicorn
44-
httpcore==1.0.5
45-
# via httpx
46-
httptools==0.6.1
25+
h11==0.16.0
4726
# via uvicorn
48-
httpx==0.27.0
49-
# via fastapi
50-
idna==3.7
51-
# via
52-
# anyio
53-
# email-validator
54-
# httpx
55-
jinja2==3.1.5
56-
# via
57-
# -r requirements.in
58-
# fastapi
59-
markdown==3.7
27+
httptools==0.6.4
28+
# via uvicorn
29+
idna==3.10
30+
# via anyio
31+
jinja2==3.1.6
32+
# via -r requirements.in
33+
markdown==3.8
6034
# via -r requirements.in
61-
markdown-it-py==3.0.0
62-
# via rich
63-
markupsafe==2.1.5
35+
markupsafe==3.0.2
6436
# via jinja2
65-
mdurl==0.1.2
66-
# via markdown-it-py
67-
orjson==3.10.4
68-
# via fastapi
6937
passlib==1.7.4
7038
# via -r requirements.in
71-
psycopg2==2.9.9
39+
psycopg2==2.9.10
7240
# via -r requirements.in
7341
pycparser==2.22
7442
# via cffi
75-
pydantic==2.7.3
43+
pydantic==2.11.4
7644
# via fastapi
77-
pydantic-core==2.18.4
45+
pydantic-core==2.33.2
7846
# via pydantic
79-
pygments==2.18.0
80-
# via rich
81-
python-dotenv==1.0.1
47+
python-dotenv==1.1.0
8248
# via uvicorn
83-
python-multipart==0.0.18
84-
# via fastapi
85-
pyyaml==6.0.1
49+
pyyaml==6.0.2
8650
# via uvicorn
87-
rich==13.7.1
88-
# via typer
89-
ruamel-yaml==0.18.6
51+
ruamel-yaml==0.18.10
9052
# via -r requirements.in
91-
ruamel-yaml-clib==0.2.8
53+
ruamel-yaml-clib==0.2.12
9254
# via ruamel-yaml
93-
shellingham==1.5.4
94-
# via typer
9555
sniffio==1.3.1
96-
# via
97-
# anyio
98-
# httpx
99-
starlette==0.37.2
56+
# via anyio
57+
starlette==0.46.2
10058
# via fastapi
101-
typer==0.12.3
102-
# via fastapi-cli
103-
typing-extensions==4.12.2
59+
typing-extensions==4.13.2
10460
# via
10561
# anyio
10662
# fastapi
10763
# pydantic
10864
# pydantic-core
109-
# typer
110-
# uvicorn
111-
ujson==5.10.0
112-
# via fastapi
113-
uvicorn[standard]==0.30.1
114-
# via
115-
# -r requirements.in
116-
# fastapi
117-
uvloop==0.19.0
65+
# typing-inspection
66+
typing-inspection==0.4.0
67+
# via pydantic
68+
uvicorn[standard]==0.34.2
69+
# via -r requirements.in
70+
uvloop==0.21.0
11871
# via uvicorn
119-
watchfiles==0.22.0
72+
watchfiles==1.0.5
12073
# via uvicorn
121-
websockets==12.0
74+
websockets==15.0.1
12275
# via uvicorn

0 commit comments

Comments
 (0)