Skip to content

Commit

Permalink
Merge pull request #108 from twsl/fix/requests
Browse files Browse the repository at this point in the history
Downgrade requests to 2.25.1
  • Loading branch information
twsl authored Feb 1, 2022
2 parents 33f0e31 + a4d442f commit 69b42cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
python = "^3.7"
pytorch-lightning = "^1.5.0"
python-telegram-bot = "^13.7"
requests = "^2.26.0"
requests = "^2.25.1"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
Expand Down

0 comments on commit 69b42cd

Please sign in to comment.