diff --git a/.github/mergify.yml b/.github/mergify.yml index d4fa54134..53b8a1f42 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -4,7 +4,10 @@ pull_request_rules: - or: - base=main - base=dev - - "status-success=👷Flow" + - "status-success=lint" + - "status-success=test" + - "status-success=build" + - "status-success=release" actions: merge: method: merge diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index 5bb2dde66..a1b6321dc 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -32,7 +32,7 @@ curl-cffi==0.5.7 ; python_version >= "3.10" and python_version < "4.0" cytoolz==0.12.2 ; python_version >= "3.10" and python_version < "4" and implementation_name == "cpython" decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0" duckduckgo-search==3.8.5 ; python_version >= "3.10" and python_version < "4.0" -dxsp==5.2.9 ; python_version >= "3.10" and python_version < "4.0" +dxsp==5.2.11 ; python_version >= "3.10" and python_version < "4.0" dynaconf==3.2.3 ; python_version >= "3.10" and python_version < "4.0" eth-abi==4.2.1 ; python_version >= "3.10" and python_version < "4" eth-account==0.9.0 ; python_version >= "3.10" and python_version < "4" @@ -46,7 +46,7 @@ eth-utils==2.2.1 ; python_version >= "3.10" and python_version < "4" exceptiongroup==1.1.3 ; python_version >= "3.10" and python_version < "3.11" fastapi-socketio==0.0.10 ; python_version >= "3.10" and python_version < "4.0" fastapi==0.95.2 ; python_version >= "3.10" and python_version < "4.0" -findmyorder==1.8.3 ; python_version >= "3.10" and python_version < "4.0" +findmyorder==1.8.4 ; python_version >= "3.10" and python_version < "4.0" flask-cors==4.0.0 ; python_version >= "3.10" and python_version < "4.0" flask==3.0.0 ; python_version >= "3.10" and python_version < "4.0" frozendict==2.3.8 ; python_version >= "3.10" and python_version < "4.0" @@ -66,7 +66,7 @@ httptools==0.6.0 ; python_version >= "3.10" and python_version < "4.0" httpx==0.24.1 ; python_version >= "3.10" and python_version < "4.0" httpx[brotli,http2,socks]==0.24.1 ; python_version >= "3.10" and python_version < "4.0" hyperframe==6.0.1 ; python_version >= "3.10" and python_version < "4.0" -iamlistening==4.2.11 ; python_version >= "3.10" and python_version < "4.0" +iamlistening==4.2.13 ; python_version >= "3.10" and python_version < "4.0" idna==3.4 ; python_version >= "3.10" and python_version < "4.0" iso8601==2.1.0 ; python_version >= "3.10" and python_version < "4.0" itsdangerous==2.1.2 ; python_version >= "3.10" and python_version < "4.0" @@ -88,7 +88,7 @@ mastodon-py==1.8.1 ; python_version >= "3.10" and python_version < "4.0" matrix-nio==0.20.2 ; python_version >= "3.10" and python_version < "4.0" multidict==6.0.4 ; python_version >= "3.10" and python_version < "4.0" multitasking==0.0.11 ; python_version >= "3.10" and python_version < "4.0" -myllm==3.1.23 ; python_version >= "3.10" and python_version < "4.0" +myllm==3.1.25 ; python_version >= "3.10" and python_version < "4.0" nicegui==1.3.16 ; python_version >= "3.10" and python_version < "4.0" numpy==1.25.2 ; python_version >= "3.10" and python_version < "4.0" oauthlib==3.2.2 ; python_version >= "3.10" and python_version < "4.0" diff --git a/pyproject.toml b/pyproject.toml index ab063bd6d..241fbf9f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,11 +50,11 @@ asyncz = ">=0.3.1" nicegui = "^1.3.15" ping3 = "^4.0.4" talkytrend = "1.15.2" -iamlistening = "4.2.11" +iamlistening = "4.2.13" findmyorder = "1.8.4" -dxsp = "5.2.10" +dxsp = "5.2.11" cefi = "3.1.6" -myllm = "3.1.23" +myllm = "3.1.25" [tool.poetry.group.dev.dependencies]