mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Bump python to 3.11 + packages
This commit is contained in:
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
@@ -47,10 +47,10 @@ jobs:
|
||||
run: |
|
||||
pipx install git+https://github.com/radoering/poetry.git@non-package-mode
|
||||
|
||||
- name: Set up Python 3.10
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
cache: 'poetry'
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.10
|
||||
3.11
|
||||
|
||||
@@ -198,6 +198,7 @@ def get_rom_content(
|
||||
yield chunk
|
||||
except FileNotFoundError:
|
||||
log.error(f"File {rom_path}/{f} not found!")
|
||||
raise
|
||||
|
||||
m3u_file = [str.encode(f"{files_to_download[i]}\n") for i in range(len(files_to_download))]
|
||||
return [
|
||||
|
||||
1567
poetry.lock
generated
1567
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -11,51 +11,51 @@ authors = [
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
python = "^3.11"
|
||||
requests = "2.31.0"
|
||||
fastapi = "0.103.1"
|
||||
uvicorn = "0.22.0"
|
||||
websockets = "11.0.3"
|
||||
python-socketio = "5.8.0"
|
||||
SQLAlchemy = {extras = ["mypy"], version = "^2.0.19"}
|
||||
alembic = "1.10.4"
|
||||
fastapi = "0.110.0"
|
||||
uvicorn = "0.28.0"
|
||||
websockets = "12.0"
|
||||
python-socketio = "5.11.1"
|
||||
SQLAlchemy = {extras = ["mypy"], version = "^2.0.28"}
|
||||
alembic = "1.13.1"
|
||||
PyYAML = "6.0.1"
|
||||
Unidecode = "1.3.6"
|
||||
emoji = "2.2.0"
|
||||
python-dotenv = "1.0.0"
|
||||
Unidecode = "1.3.8"
|
||||
emoji = "2.10.1"
|
||||
python-dotenv = "1.0.1"
|
||||
ipdb = "0.13.13"
|
||||
fastapi-pagination = "^0.12.4"
|
||||
sqlakeyset = "^2.0.1684285512"
|
||||
pydash = "^7.0.6"
|
||||
mariadb = "1.1.7"
|
||||
rq = "^1.15.1"
|
||||
fastapi-pagination = "^0.12.19"
|
||||
sqlakeyset = "^2.0.1708907391"
|
||||
pydash = "^7.0.7"
|
||||
mariadb = "1.1.10"
|
||||
rq = "^1.16.1"
|
||||
aioredis = "^2.0.1"
|
||||
types-pyyaml = "^6.0.12.11"
|
||||
types-requests = "^2.31.0.2"
|
||||
mypy = "^1.4.1"
|
||||
types-redis = "^4.6.0.3"
|
||||
types-pyyaml = "^6.0.12.20240311"
|
||||
types-requests = "^2.31.0.20240311"
|
||||
mypy = "^1.9.0"
|
||||
types-redis = "^4.6.0.20240311 "
|
||||
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
|
||||
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
|
||||
itsdangerous = "^2.1.2"
|
||||
stream-zip = "^0.0.67"
|
||||
stream-zip = "^0.0.71"
|
||||
rq-scheduler = "^0.13.1"
|
||||
starlette-csrf = "^3.0.0"
|
||||
httpx = "^0.24.1"
|
||||
python-multipart = "^0.0.6"
|
||||
types-python-jose = "^3.3.4.8"
|
||||
types-passlib = "^1.7.7.13"
|
||||
watchdog = "^3.0.0"
|
||||
httpx = "^0.27.0"
|
||||
python-multipart = "^0.0.9"
|
||||
types-python-jose = "^3.3.4.20240106"
|
||||
types-passlib = "^1.7.7.20240311"
|
||||
watchdog = "^4.0.0"
|
||||
xmltodict = "^0.13.0"
|
||||
Pillow = "10.1.0"
|
||||
numpy = "^1.26.2"
|
||||
Pillow = "10.2.0"
|
||||
numpy = "^1.26.4"
|
||||
starlette-authlib = "^0.1.38"
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
pytest = "^7.4.0"
|
||||
pytest-env = "^0.8.2"
|
||||
pytest = "^8.1.1"
|
||||
pytest-env = "^1.1.3"
|
||||
pytest-vcr = "^1.0.2"
|
||||
pytest-mock = "^3.11.1"
|
||||
pytest-asyncio = "^0.21.1"
|
||||
pytest-mock = "^3.12.0"
|
||||
pytest-asyncio = "^0.23.5"
|
||||
|
||||
[tool.mypy]
|
||||
plugins = "sqlalchemy.ext.mypy.plugin"
|
||||
|
||||
Reference in New Issue
Block a user