Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
bump python-telegram from 0.14.0 to >0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Archer committed Dec 3, 2021
1 parent 965607a commit c46f723
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 @@ -11,7 +11,7 @@ repository = "https://github.com/TruncatedDinosour/arigram"

[tool.poetry.dependencies]
python = "^3.8"
python-telegram = "0.14.0"
python-telegram = "^0.15.0^"
pyfzf = "^0.2.2"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-telegram==0.14.0
python-telegram>=0.15.0
pyfzf>=0.2.2

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
packages=["arigram"],
entry_points={"console_scripts": ["arigram = arigram.__main__:main"]},
python_requires=">=3.8",
install_requires=["python-telegram==0.14.0", "pyfzf==0.2.2"],
install_requires=["python-telegram>=0.15.0", "pyfzf>=0.2.2"],
)

0 comments on commit c46f723

Please sign in to comment.