Skip to content

Commit

Permalink
Pin tornado to Version 6.1 (#3145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Jul 9, 2022
1 parent 132a3b2 commit 2ae3d4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -27,7 +27,7 @@ repos:
- --rcfile=setup.cfg
additional_dependencies:
- certifi
- tornado>=6.1
- tornado==6.1
- APScheduler==3.6.3
- cachetools==4.2.2
- . # this basically does `pip install -e .`
Expand All @@ -39,7 +39,7 @@ repos:
files: ^telegram/.*\.py$
additional_dependencies:
- certifi
- tornado>=6.1
- tornado==6.1
- APScheduler==3.6.3
- cachetools==4.2.2
- . # this basically does `pip install -e .`
Expand All @@ -51,7 +51,7 @@ repos:
- --follow-imports=silent
additional_dependencies:
- certifi
- tornado>=6.1
- tornado==6.1
- APScheduler==3.6.3
- cachetools==4.2.2
- . # this basically does `pip install -e .`
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,7 +2,7 @@
# pre-commit hooks for pylint & mypy
certifi
# only telegram.ext: # Keep this line here; used in setup(-raw).py
tornado>=6.1
tornado==6.1
APScheduler==3.6.3
pytz>=2018.6
cachetools==4.2.2

0 comments on commit 2ae3d4d

Please sign in to comment.