Skip to content

Commit

Permalink
Bump python-telegram-bot from 20.7 to 20.8 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 10, 2024
1 parent 480357a commit 890feca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ prometheus-client = "^0.19.0"
pycron = "^3.0.0"
python = ">=3.9,<3.13"
python-pushsafer = "^1.1"
python-telegram-bot = {extras = ["callback-data"], version = "^20.4"}
python-telegram-bot = {extras = ["callback-data"], version = "^20.8"}
requests = "^2.31.0"

[tool.poetry.group.build.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exceptiongroup==1.2.0 ; python_version >= "3.9" and python_version < "3.11"
googlemaps==4.10.0 ; python_version >= "3.9" and python_version < "3.13"
h11==0.14.0 ; python_version >= "3.9" and python_version < "3.13"
httpcore==1.0.2 ; python_version >= "3.9" and python_version < "3.13"
httpx==0.25.2 ; python_version >= "3.9" and python_version < "3.13"
httpx==0.26.0 ; python_version >= "3.9" and python_version < "3.13"
humanize==4.9.0 ; python_version >= "3.9" and python_version < "3.13"
idna==3.6 ; python_version >= "3.9" and python_version < "3.13"
importlib-metadata==7.0.1 ; python_version >= "3.9" and python_version < "3.10"
Expand All @@ -22,7 +22,7 @@ progress==1.6 ; python_version >= "3.9" and python_version < "3.13"
prometheus-client==0.19.0 ; python_version >= "3.9" and python_version < "3.13"
pycron==3.0.0 ; python_version >= "3.9" and python_version < "3.13"
python-pushsafer==1.1 ; python_version >= "3.9" and python_version < "3.13"
python-telegram-bot[callback-data]==20.7 ; python_version >= "3.9" and python_version < "3.13"
python-telegram-bot[callback-data]==20.8 ; python_version >= "3.9" and python_version < "3.13"
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "3.13"
requests-oauthlib==1.3.1 ; python_version >= "3.9" and python_version < "3.13"
requests==2.31.0 ; python_version >= "3.9" and python_version < "3.13"
Expand Down

0 comments on commit 890feca

Please sign in to comment.