From dfbb0d7334d9211c8b9062bc438c50bfd0b88135 Mon Sep 17 00:00:00 2001 From: Pasit Sangprachathanarak Date: Wed, 6 Aug 2025 08:22:10 +0700 Subject: [PATCH] Initial Commit --- constraints.txt | 12 ++++++------ pyproject.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/constraints.txt b/constraints.txt index 0b04427f42..a699fcaa75 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,13 +1,13 @@ # Constraints generated by tools/freeze-constraints.sh -anyio==4.9.0 +anyio==4.10.0 Babel==2.12.1 backports.ssl-match-hostname==3.7.0.1 bcrypt==4.3.0 beautifulsoup4==4.13.4 -certifi==2025.6.15 +certifi==2025.8.3 chardet==5.2.0 charset-normalizer==3.4.2 -coverage==7.9.1 +coverage==7.10.2 gevent==25.5.1 greenlet==3.2.3 h11==0.16.0 @@ -32,10 +32,10 @@ Pygments==2.19.2 PyPDF2==3.0.1 pytest==8.4.1 pytest-cov==6.2.1 -python-telegram-bot==21.11.1 +python-telegram-bot==22.3 pyxdg==0.28 PyYAML==6.0.2 -requests==2.32.3 +requests==2.32.4 sniffio==1.3.1 soupsieve==2.7 SQLAlchemy==1.3.24 @@ -43,5 +43,5 @@ tornado==4.5.3 typing_extensions==4.14.0 urllib3==2.5.0 Werkzeug==0.16.1 -zope.event==5.1 +zope.event==5.1.1 zope.interface==7.2 diff --git a/pyproject.toml b/pyproject.toml index 24f7b99713..163c6fe37e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "netifaces>=0.10,<0.12", # https://bitbucket.org/al45tair/netifaces/src/ "pycryptodomex==3.23.0", # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst "psutil>=5.5,<7.1", # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst - "requests==2.32.3", # https://pypi.python.org/pypi/requests + "requests==2.32.4", # https://pypi.python.org/pypi/requests "gevent==25.5.1", # http://www.gevent.org/changelog.html "greenlet>=3.0rc1", "werkzeug<1.0", # https://github.com/pallets/werkzeug/blob/master/CHANGES @@ -50,7 +50,7 @@ dependencies = [ "prometheus-client>=0.7,<0.22", # https://pypi.org/project/prometheus-client # Only for cmsTelegramBot - "python-telegram-bot>=21.9,<21.12", # https://pypi.org/project/python-telegram-bot + "python-telegram-bot>=21.9,<22.4", # https://pypi.org/project/python-telegram-bot ] [project.urls] @@ -61,7 +61,7 @@ Repository = "https://github.com/cms-dev/cms" devel = [ # Only for testing "beautifulsoup4>=4.8,<4.14", - "coverage>=4.5,<7.10", + "coverage>=4.5,<7.10.3", "pytest", "pytest-cov",