Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auto] Update dependencies in poetry.lock #1800

Closed
wants to merge 1 commit into from
Closed

Conversation

tcompa
Copy link
Collaborator

@tcompa tcompa commented Sep 24, 2024

Updated dependencies:

Updating dependencies
Resolving dependencies...

Package operations: 0 installs, 8 updates, 0 removals

  - Updating platformdirs (4.3.3 -> 4.3.6)
  - Updating anyio (4.4.0 -> 4.6.0)
  - Updating pymdown-extensions (10.9 -> 10.10.1)
  - Updating filelock (3.16.0 -> 3.16.1)
  - Updating starlette (0.38.5 -> 0.38.6)
  - Updating greenlet (3.1.0 -> 3.1.1)
  - Updating virtualenv (20.26.4 -> 20.26.5)
  - Updating alembic (1.13.2 -> 1.13.3)

Writing lock file

Outdated dependencies before PR:

aiosqlite                    0.19.0    0.20.0    asyncio bridge to the stand...
alembic                      1.13.2    1.13.3    A database migration tool f...
anyio                        4.4.0     4.6.0     High level compatibility la...
bcrypt                       4.0.1     4.2.0     Modern password hashing for...
bumpver                      2022.1120 2023.1129 Bump version numbers in pro...
coverage                     7.5.4     7.6.1     Code coverage measurement f...
email-validator              2.1.2     2.2.0     A robust email address synt...
fastapi                      0.112.4   0.115.0   FastAPI framework, high per...
fastapi-users                12.1.3    13.0.0    Ready-to-use and customizab...
filelock                     3.16.0    3.16.1    A platform independent file...
greenlet                     3.1.0     3.1.1     Lightweight in-process conc...
gunicorn                     22.0.0    23.0.0    WSGI HTTP Server for UNIX
httpcore                     0.16.3    1.0.5     A minimal low-level HTTP cl...
httpx                        0.23.3    0.27.2    The next generation HTTP cl...
mkdocs                       1.5.3     1.6.1     Project documentation with ...
mkdocs-material              9.5.17    9.5.36    Documentation that simply w...
mkdocs-render-swagger-plugin 0.1.1     0.1.2     MKDocs plugin for rendering...
mkdocs-section-index         0.3.8     0.3.9     MkDocs plugin to allow clic...
mkdocstrings                 0.25.2    0.26.1    Automatic documentation fro...
mkdocstrings-python          1.10.9    1.11.1    A Python handler for mkdocs...
packaging                    23.2      24.1      Core utilities for Python p...
platformdirs                 4.3.3     4.3.6     A small Python package for ...
pre-commit                   2.21.0    3.8.0     A framework for managing an...
psutil                       5.9.8     6.0.0     Cross-platform lib for proc...
pydantic                     1.10.18   2.9.2     Data validation and setting...
pyjwt                        2.8.0     2.9.0     JSON Web Token implementati...
pymdown-extensions           10.9      10.10.1   Extension pack for Python M...
pytest                       8.1.2     8.3.3     pytest: simple powerful tes...
pytest-asyncio               0.23.8    0.24.0    Pytest support for asyncio
python-multipart             0.0.7     0.0.10    A streaming multipart parse...
rfc3986                      1.5.0     2.0.0     Validating URI References p...
sqlmodel                     0.0.21    0.0.22    SQLModel, SQL databases in ...
starlette                    0.38.5    0.39.0    The little ASGI library tha...
uvicorn                      0.29.0    0.30.6    The lightning-fast ASGI ser...
virtualenv                   20.26.4   20.26.5   Virtual Python Environment ...

Outdated dependencies after PR:

aiosqlite                    0.19.0    0.20.0    asyncio bridge to the stand...
bcrypt                       4.0.1     4.2.0     Modern password hashing for...
bumpver                      2022.1120 2023.1129 Bump version numbers in pro...
coverage                     7.5.4     7.6.1     Code coverage measurement f...
email-validator              2.1.2     2.2.0     A robust email address synt...
fastapi                      0.112.4   0.115.0   FastAPI framework, high per...
fastapi-users                12.1.3    13.0.0    Ready-to-use and customizab...
gunicorn                     22.0.0    23.0.0    WSGI HTTP Server for UNIX
httpcore                     0.16.3    1.0.5     A minimal low-level HTTP cl...
httpx                        0.23.3    0.27.2    The next generation HTTP cl...
mkdocs                       1.5.3     1.6.1     Project documentation with ...
mkdocs-material              9.5.17    9.5.36    Documentation that simply w...
mkdocs-render-swagger-plugin 0.1.1     0.1.2     MKDocs plugin for rendering...
mkdocs-section-index         0.3.8     0.3.9     MkDocs plugin to allow clic...
mkdocstrings                 0.25.2    0.26.1    Automatic documentation fro...
mkdocstrings-python          1.10.9    1.11.1    A Python handler for mkdocs...
packaging                    23.2      24.1      Core utilities for Python p...
pre-commit                   2.21.0    3.8.0     A framework for managing an...
psutil                       5.9.8     6.0.0     Cross-platform lib for proc...
pydantic                     1.10.18   2.9.2     Data validation and setting...
pyjwt                        2.8.0     2.9.0     JSON Web Token implementati...
pytest                       8.1.2     8.3.3     pytest: simple powerful tes...
pytest-asyncio               0.23.8    0.24.0    Pytest support for asyncio
python-multipart             0.0.7     0.0.10    A streaming multipart parse...
rfc3986                      1.5.0     2.0.0     Validating URI References p...
sqlmodel                     0.0.21    0.0.22    SQLModel, SQL databases in ...
starlette                    0.38.6    0.39.0    The little ASGI library tha...
uvicorn                      0.29.0    0.30.6    The lightning-fast ASGI ser...

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.

@tcompa
Copy link
Collaborator Author

tcompa commented Sep 24, 2024

Closing, as we already have too much activity right now.

@tcompa tcompa closed this Sep 24, 2024
@tcompa tcompa deleted the poetry-update branch September 24, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant