fractal-analytics-platform / fractal-client

Command-line client for Fractal
https://fractal-analytics-platform.github.io/fractal-client
BSD 3-Clause "New" or "Revised" License
45 stars 1 forks source link

[auto] Update dependencies in `poetry.lock` #679

Closed tcompa closed 2 months ago

tcompa commented 3 months ago

Updated dependencies:

Updating dependencies
Resolving dependencies...

Package operations: 2 installs, 7 updates, 0 removals

  - Updating cffi (1.16.0 -> 1.17.0)
  - Installing gunicorn (23.0.0)
  - Updating paramiko (3.4.0 -> 3.4.1)
  - Updating sqlalchemy (2.0.31 -> 2.0.32)
  - Updating pyyaml (6.0.1 -> 6.0.2)
  - Updating setuptools (71.1.0 -> 73.0.0)
  - Updating sqlmodel (0.0.19 -> 0.0.21)
  - Installing uvicorn-worker (0.2.0)
  - Updating fractal-server (2.3.4 06d60d5 -> 2.3.7 b52dd65)

Writing lock file

Outdated dependencies before PR:

aiosqlite        0.19.0        0.20.0        asyncio bridge to the standard ...
bcrypt           4.0.1         4.2.0         Modern password hashing for you...
bumpver          2022.1120     2023.1129     Bump version numbers in project...
cffi             1.16.0        1.17.0        Foreign Function Interface for ...
coverage         6.5.0         7.6.1         Code coverage measurement for P...
email-validator  2.1.2         2.2.0         A robust email address syntax a...
fastapi          0.110.3       0.112.1       FastAPI framework, high perform...
fastapi-users    12.1.3        13.0.0        Ready-to-use and customizable u...
fractal-server   2.3.4 06d60d5 2.3.7 b52dd65 Server component of the Fractal...
packaging        23.2          24.1          Core utilities for Python packages
paramiko         3.4.0         3.4.1         SSH2 protocol library
pre-commit       2.21.0        3.8.0         A framework for managing and ma...
psutil           5.9.8         6.0.0         Cross-platform lib for process ...
pydantic         1.10.17       2.8.2         Data validation and settings ma...
pyjwt            2.8.0         2.9.0         JSON Web Token implementation i...
pytest           7.4.4         8.3.2         pytest: simple powerful testing...
python-multipart 0.0.7         0.0.9         A streaming multipart parser fo...
pyyaml           6.0.1         6.0.2         YAML parser and emitter for Python
setuptools       71.1.0        73.0.0        Easily download, build, install...
sqlalchemy       2.0.31        2.0.32        Database Abstraction Library
sqlmodel         0.0.19        0.0.21        SQLModel, SQL databases in Pyth...
starlette        0.37.2        0.38.2        The little ASGI library that sh...
uvicorn          0.29.0        0.30.6        The lightning-fast ASGI server.

Outdated dependencies after PR:

aiosqlite        0.19.0    0.20.0    asyncio bridge to the standard sqlite3 ...
bcrypt           4.0.1     4.2.0     Modern password hashing for your softwa...
bumpver          2022.1120 2023.1129 Bump version numbers in project files.
coverage         6.5.0     7.6.1     Code coverage measurement for Python
email-validator  2.1.2     2.2.0     A robust email address syntax and deliv...
fastapi          0.110.3   0.112.1   FastAPI framework, high performance, ea...
fastapi-users    12.1.3    13.0.0    Ready-to-use and customizable users man...
packaging        23.2      24.1      Core utilities for Python packages
pre-commit       2.21.0    3.8.0     A framework for managing and maintainin...
psutil           5.9.8     6.0.0     Cross-platform lib for process and syst...
pydantic         1.10.17   2.8.2     Data validation and settings management...
pyjwt            2.8.0     2.9.0     JSON Web Token implementation in Python
pytest           7.4.4     8.3.2     pytest: simple powerful testing with Py...
python-multipart 0.0.7     0.0.9     A streaming multipart parser for Python
starlette        0.37.2    0.38.2    The little ASGI library that shines.
uvicorn          0.29.0    0.30.6    The lightning-fast ASGI server.

Note: there may be dependencies in the table above which were not updated as part of this PR. The reason is they require manual updating due to the way they are pinned.

github-actions[bot] commented 3 months ago

Coverage report

This PR does not seem to contain any modification to coverable code.