Skip to content

Commit

Permalink
Merge pull request #37 from corail-research/dependencies_check
Browse files Browse the repository at this point in the history
Updating dependencies for newer version
  • Loading branch information
arc-hugo authored Oct 14, 2024
2 parents a8a4995 + 65ef038 commit 36b3ae0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -51,13 +51,15 @@ 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
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
Expand Down
13 changes: 5 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requires-python = ">=3.9"
license = "BSD-3-Clause"
keywords = []
authors = [
{ name = "Corail-research-group", email = "" },
{ name = "Corail-research-group", email = "[email protected]" },
]
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -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"
]

Expand Down Expand Up @@ -71,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
Expand Down
2 changes: 1 addition & 1 deletion src/seahorse/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present U.N. Owen <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "1.1.2"
__version__ = "1.1.3"

0 comments on commit 36b3ae0

Please sign in to comment.