소스 검색

Update dependencies

Tulir Asokan 4 년 전
부모
커밋
7bd7bda616
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      optional-requirements.txt
  2. 2 2
      requirements.txt

+ 1 - 1
optional-requirements.txt

@@ -7,7 +7,7 @@ pycryptodome>=3,<4
 unpaddedbase64>=1,<2
 
 #/metrics
-prometheus_client>=0.6,<0.10
+prometheus_client>=0.6,<0.11
 
 #/formattednumbers
 phonenumbers>=8,<9

+ 2 - 2
requirements.txt

@@ -1,8 +1,8 @@
-ruamel.yaml>=0.15.35,<0.17
+ruamel.yaml>=0.15.35,<0.18
 python-magic>=0.4,<0.5
 commonmark>=0.8,<0.10
 aiohttp>=3,<4
 yarl>=1,<2
 attrs>=19.1
 mautrix>=0.8.14,<0.9
-asyncpg>=0.20,<0.22
+asyncpg>=0.20,<0.23