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` #668

Closed tcompa closed 3 months ago

tcompa commented 3 months ago

Updated dependencies:

Updating dependencies
Resolving dependencies...

Package operations: 7 installs, 3 updates, 0 removals

  - Installing pynacl (1.5.0)
  - Installing wrapt (1.16.0)
  - Installing decorator (5.1.1)
  - Installing deprecated (1.2.14)
  - Installing invoke (2.2.0)
  - Updating makefun (1.15.2 -> 1.15.3)
  - Installing paramiko (3.4.0)
  - Installing fabric (3.2.2)
  - Updating identify (2.5.36 -> 2.6.0)
  - Updating fractal-server (2.2.0 5917ea5 -> 2.3.0a1 ef2abef)

Writing lock file

Outdated dependencies before PR:

aiosqlite        0.19.0        0.20.0          asyncio bridge to the standar...
bcrypt           4.0.1         4.1.3           Modern password hashing for y...
bumpver          2022.1120     2023.1129       Bump version numbers in proje...
coverage         6.5.0         7.5.4           Code coverage measurement for...
email-validator  2.1.2         2.2.0           A robust email address syntax...
fastapi          0.110.3       0.111.0         FastAPI framework, high perfo...
fastapi-users    12.1.3        13.0.0          Ready-to-use and customizable...
fractal-server   2.2.0 5917ea5 2.3.0a1 ef2abef Server component of the Fract...
identify         2.5.36        2.6.0           File identification library f...
makefun          1.15.2        1.15.3          Small library to dynamically ...
packaging        23.2          24.1            Core utilities for Python pac...
pre-commit       2.21.0        3.7.1           A framework for managing and ...
psutil           5.9.8         6.0.0           Cross-platform lib for proces...
pydantic         1.10.17       2.8.2           Data validation and settings ...
pytest           7.4.4         8.2.2           pytest: simple powerful testi...
python-multipart 0.0.7         0.0.9           A streaming multipart parser ...
uvicorn          0.29.0        0.30.1          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.1.3     Modern password hashing for your softwa...
bumpver          2022.1120 2023.1129 Bump version numbers in project files.
coverage         6.5.0     7.5.4     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.111.0   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.7.1     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...
pytest           7.4.4     8.2.2     pytest: simple powerful testing with Py...
python-multipart 0.0.7     0.0.9     A streaming multipart parser for Python
uvicorn          0.29.0    0.30.1    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.

tcompa commented 3 months ago

Closing to avoid conflicts - we'll merge at the next iteration.