Skip to content

Commit 0b6d229

Browse files
authored
Merge pull request #10 from temporalio/fix-broken-deps
updating libraries to fix broken deps
2 parents 551a4fa + 7bd9046 commit 0b6d229

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

requirements.txt

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
aiohttp==3.9.0
1+
aiohttp==3.9.5
22
aiosignal==1.3.1
3-
async-timeout==4.0.2
4-
attrs==23.1.0
5-
blinker==1.6.2
6-
charset-normalizer==3.1.0
7-
click==8.1.3
8-
Flask==2.3.2
9-
frozenlist==1.3.3
10-
idna==3.4
3+
attrs==23.2.0
4+
blinker==1.8.2
5+
click==8.1.7
6+
Flask==3.0.3
7+
frozenlist==1.4.1
8+
idna==3.7
119
iniconfig==2.0.0
12-
itsdangerous==2.1.2
13-
Jinja2==3.1.2
14-
MarkupSafe==2.1.3
15-
multidict==6.0.4
16-
packaging==23.1
17-
pluggy==1.3.0
18-
protobuf==4.23.2
19-
pytest==7.4.2
20-
temporalio==1.4.0
21-
types-protobuf==4.23.0.1
22-
typing_extensions==4.6.3
23-
Werkzeug==3.0.1
24-
yarl==1.9.2
10+
itsdangerous==2.2.0
11+
Jinja2==3.1.4
12+
MarkupSafe==2.1.5
13+
multidict==6.0.5
14+
packaging==24.0
15+
pluggy==1.5.0
16+
protobuf==5.27.0
17+
pytest==8.2.2
18+
pytest-asyncio==0.23.7
19+
temporalio==1.6.0
20+
types-protobuf==5.26.0.20240422
21+
typing_extensions==4.12.1
22+
Werkzeug==3.0.3
23+
yarl==1.9.4

0 commit comments

Comments
 (0)