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

Closed tcompa closed 6 months ago

tcompa commented 6 months ago

Updated dependencies:

Updating dependencies
Resolving dependencies...

Package operations: 0 installs, 2 updates, 0 removals

  • Updating typing-extensions (4.10.0 -> 4.11.0)
  • Updating fractal-server (2.0.0a2 e6d9833 -> 2.0.0a3 b7db360)

Writing lock file

Outdated dependencies before PR:

aiosqlite         0.19.0          0.20.0          asyncio bridge to the stan...
bcrypt            4.0.1           4.1.2           Modern password hashing fo...
bumpver           2022.1120       2023.1129       Bump version numbers in pr...
cloudpickle       2.2.1           3.0.0           Extended pickling support ...
coverage          6.5.0           7.4.4           Code coverage measurement ...
devtools          0.9.0           0.12.2          Python's missing debug pri...
executing         0.10.0          2.0.1           Get the currently executin...
fastapi           0.109.2         0.110.1         FastAPI framework, high pe...
fastapi-users     12.1.3          13.0.0          Ready-to-use and customiza...
fractal-server    2.0.0a2 e6d9833 2.0.0a3 b7db360 Server component of the Fr...
httpcore          0.16.3          1.0.5           A minimal low-level HTTP c...
httpx             0.23.3          0.27.0          The next generation HTTP c...
packaging         23.2            24.0            Core utilities for Python ...
pre-commit        2.21.0          3.7.0           A framework for managing a...
pydantic          1.10.15         2.6.4           Data validation and settin...
pytest            7.4.4           8.1.1           pytest: simple powerful te...
python-dotenv     0.21.1          1.0.1           Read key-value pairs from ...
python-multipart  0.0.7           0.0.9           A streaming multipart pars...
rfc3986           1.5.0           2.0.0           Validating URI References ...
sqlmodel          0.0.14          0.0.16          SQLModel, SQL databases in...
starlette         0.36.3          0.37.2          The little ASGI library th...
typing-extensions 4.10.0          4.11.0          Backported and Experimenta...
uvicorn           0.27.1          0.29.0          The lightning-fast ASGI se...

Outdated dependencies after PR:

aiosqlite        0.19.0    0.20.0    asyncio bridge to the standard sqlite3 ...
bcrypt           4.0.1     4.1.2     Modern password hashing for your softwa...
bumpver          2022.1120 2023.1129 Bump version numbers in project files.
cloudpickle      2.2.1     3.0.0     Extended pickling support for Python ob...
coverage         6.5.0     7.4.4     Code coverage measurement for Python
devtools         0.9.0     0.12.2    Python's missing debug print command, a...
executing        0.10.0    2.0.1     Get the currently executing AST node of...
fastapi          0.109.2   0.110.1   FastAPI framework, high performance, ea...
fastapi-users    12.1.3    13.0.0    Ready-to-use and customizable users man...
httpcore         0.16.3    1.0.5     A minimal low-level HTTP client.
httpx            0.23.3    0.27.0    The next generation HTTP client.
packaging        23.2      24.0      Core utilities for Python packages
pre-commit       2.21.0    3.7.0     A framework for managing and maintainin...
pydantic         1.10.15   2.6.4     Data validation and settings management...
pytest           7.4.4     8.1.1     pytest: simple powerful testing with Py...
python-dotenv    0.21.1    1.0.1     Read key-value pairs from a .env file a...
python-multipart 0.0.7     0.0.9     A streaming multipart parser for Python
rfc3986          1.5.0     2.0.0     Validating URI References per RFC 3986
sqlmodel         0.0.14    0.0.16    SQLModel, SQL databases in Python, desi...
starlette        0.36.3    0.37.2    The little ASGI library that shines.
uvicorn          0.27.1    0.29.0    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 6 months ago

Coverage report

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