Skip to content

Commit

Permalink
Downgrade requests to version 2.31.0. Tests failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed May 21, 2024
1 parent 65bb52b commit 8e06d1e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
config = BotSettings()

# Set global name
__version__ = '0.0.6-dev-20240518'
__version__ = '0.0.6-dev-20240521'
__author__ = 'Denis Rozhnovskiy <pytelemonbot@mail.ru>'
__license__ = 'MIT'
__repository__ = 'https://github.com/orenlab/pytmbot'
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ click = "^8.1.7"
psutil = "^5.9.8"
humanize = "^4.9.0"
podman = "^5.0.0"
requests = "2.31.0"


[build-system]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pydantic_core==2.18.2
pyTelegramBotAPI==4.18.1
python-dotenv==1.0.1
pyxdg==0.28
requests==2.32.1
requests==2.31.0
telebot==0.0.5
typing_extensions==4.11.0
urllib3==2.2.1

0 comments on commit 8e06d1e

Please sign in to comment.