From b52ea7156c829c1a7479b31ef762ef4ac850a870 Mon Sep 17 00:00:00 2001 From: Hugo Barral Date: Mon, 14 Oct 2024 12:06:41 -0400 Subject: [PATCH 1/3] [UPD] revise project requirements --- dev_requirements.txt | 4 +++- pyproject.toml | 11 ++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 5d75287..7f93f92 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -8,7 +8,7 @@ attrs==23.2.0 Babel==2.15.0 bidict==0.23.1 certifi==2024.7.4 -cffi==1.16.0 +cffi==1.17.1 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 @@ -51,6 +51,7 @@ mkdocstrings-python==1.10.7 more-itertools==10.3.0 multidict==6.0.5 nest-asyncio==1.6.0 +netifaces==0.10.6 numpy==2.0.1 packaging==24.1 paginate==0.5.6 @@ -58,6 +59,7 @@ pathspec==0.12.1 pexpect==4.9.0 platformdirs==4.2.2 pluggy==1.5.0 +propcache==0.2.0 ptyprocess==0.7.0 pycparser==2.22 Pygments==2.18.0 diff --git a/pyproject.toml b/pyproject.toml index b157226..cca867f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.9" license = "BSD-3-Clause" keywords = [] authors = [ - { name = "Corail-research-group", email = "" }, + { name = "Corail-research-group", email = "quentin.cappart@polymtl.ca" }, ] classifiers = [ "Development Status :: 4 - Beta", @@ -32,13 +32,10 @@ classifiers = [ ] dependencies = [ "python-socketio", - "python-engineio==4.5.1", - "python-socketio==5.8.0", - "loguru==0.7.0", - "achallonge-compat-fork", + "loguru", "split", - "nest_asyncio", - "aiohttp>=3.8.5", + "nest-asyncio", + "aiohttp", "asyncio" ] From c6936351ebfebff8ddf2a1e3a7339b00e1a1cabe Mon Sep 17 00:00:00 2001 From: Hugo Barral Date: Mon, 14 Oct 2024 12:09:01 -0400 Subject: [PATCH 2/3] [UPD] adding version 3.13 --- .github/workflows/python-testing.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-testing.yml b/.github/workflows/python-testing.yml index 4a691c9..99cd7fc 100644 --- a/.github/workflows/python-testing.yml +++ b/.github/workflows/python-testing.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9","3.10","3.11","3.12"] + python-version: ["3.9","3.10","3.11","3.12","3.13"] steps: - uses: Actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index cca867f..ec7744d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ cov = [ [[tool.hatch.envs.all.matrix]] -python = ["3.9","3.10","3.11"] +python = ["3.9","3.10","3.11","3.12","3.13"] [tool.hatch.envs.lint] detached = true From 65ef03827c0f4cca4fb6d8af3bb6327003a3428a Mon Sep 17 00:00:00 2001 From: Hugo Barral Date: Mon, 14 Oct 2024 12:18:57 -0400 Subject: [PATCH 3/3] [MAJ] version 1.1.3 --- src/seahorse/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seahorse/__about__.py b/src/seahorse/__about__.py index fdc7662..770dbb4 100644 --- a/src/seahorse/__about__.py +++ b/src/seahorse/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present U.N. Owen # # SPDX-License-Identifier: MIT -__version__ = "1.1.2" +__version__ = "1.1.3"