Skip to content

Commit

Permalink
libs
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr committed Jan 15, 2025
1 parent 2701e96 commit 3291e1c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions deploy/alerts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiohttp==3.10.11
aiomcache==0.8.1
aiohttp==3.11.11
aiomcache==0.8.2
4 changes: 2 additions & 2 deletions deploy/etryvoga/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiohttp==3.10.11
aiomcache==0.8.1
aiohttp==3.11.11
aiomcache==0.8.2
4 changes: 2 additions & 2 deletions deploy/svg_generator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cairosvg==2.7.1
aiomcache==0.8.1
pytz==2024.1
aiomcache==0.8.2
pytz==2024.2
8 changes: 4 additions & 4 deletions deploy/update_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
starlette==0.40.0
uvicorn==0.24.0.post1
aiomcache==0.8.1
pymemcache==3.5.2
starlette==0.45.2
uvicorn==0.34.0
aiomcache==0.8.2
pymemcache==4.0.0
2 changes: 1 addition & 1 deletion deploy/updater/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aiomcache==0.8.1
aiomcache==0.8.2
4 changes: 2 additions & 2 deletions deploy/weather/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiohttp==3.10.11
aiomcache==0.8.1
aiohttp==3.11.11
aiomcache==0.8.2
10 changes: 5 additions & 5 deletions deploy/web_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bottle==0.12.23
starlette==0.40.0
uvicorn==0.24.0.post1
aiomcache==0.8.1
pymemcache==3.5.2
bottle==0.13.2
starlette==0.45.2
uvicorn==0.34.0
aiomcache==0.8.2
pymemcache==4.0.0
4 changes: 2 additions & 2 deletions deploy/websocket_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiomcache==0.8.1
aiomcache==0.8.2
websockets==12.0
geoip2==4.8.0
geoip2==4.8.1
ga4mp==2.0.4

0 comments on commit 3291e1c

Please sign in to comment.