2 Commits 59e2dec045 ... 1bcde50227

Autor SHA1 Mensagem Data
  dependabot[bot] 1bcde50227 chore(deps): update cryptography requirement from >=47.0.0 to >=48.0.0 (#487) há 1 mês atrás
  pre-commit-ci[bot] e036cd1d26 chore(pre-commit.ci): pre-commit autoupdate (#485) há 1 mês atrás
3 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      .pre-commit-config.yaml
  2. 1 1
      requirements.txt
  3. 1 1
      requirements_dev.txt

+ 1 - 1
.pre-commit-config.yaml

@@ -9,7 +9,7 @@ ci:
 
 repos:
   - repo: https://github.com/commitizen-tools/commitizen
-    rev: v4.13.10
+    rev: v4.15.1
     hooks:
       - id: commitizen
         stages: [commit-msg]

+ 1 - 1
requirements.txt

@@ -1,4 +1,4 @@
 aiohttp>=3.13.5
 bleak>=0.17.0
 bleak-retry-connector>=4.6.0
-cryptography>=47.0.0
+cryptography>=48.0.0

+ 1 - 1
requirements_dev.txt

@@ -3,4 +3,4 @@ pytest-cov
 aiohttp>=3.13.5
 bleak>=0.17.0
 bleak-retry-connector>=4.6.0
-cryptography>=47.0.0
+cryptography>=48.0.0