Browse Source

Update dependencies

Tulir Asokan 4 years ago
parent
commit
7bd7bda616
2 changed files with 3 additions and 3 deletions
  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