Skip to content

Commit 427b680

Browse files
committed
Match versions to the lowest common version
1 parent 846e10a commit 427b680

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

aiorospy/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
aiounittest==1.4.3 # via -r requirements.in
22
async-generator==1.10 # via -r requirements.in
3-
janus==2.0.0 # via -r requirements.in
3+
janus==1.0.0 # via -r requirements.in
4+
typing-extensions==4.12.2 # via janus
45
wrapt==1.17.2 # via aiounittest

aiorospy_examples/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
aiohappyeyeballs==2.4.6 # via aiohttp
2-
aiohttp==3.11.12 # via -r requirements.in
3-
aiosignal==1.3.2 # via aiohttp
1+
aiohappyeyeballs==2.4.4 # via aiohttp
2+
aiohttp==3.10.11 # via -r requirements.in
3+
aiosignal==1.3.1 # via aiohttp
44
async-timeout==5.0.1 # via aiohttp
55
attrs==25.1.0 # via aiohttp
66
frozenlist==1.5.0 # via aiohttp, aiosignal
77
idna==3.10 # via yarl
88
multidict==6.1.0 # via aiohttp, yarl
9-
propcache==0.3.0 # via aiohttp, yarl
9+
propcache==0.2.0 # via aiohttp, yarl
1010
typing-extensions==4.12.2 # via multidict
11-
yarl==1.18.3 # via aiohttp
11+
yarl==1.15.2 # via aiohttp

0 commit comments

Comments
 (0)