Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the
poetry.lock
file to include the latest versions of several Python packages. The following changes have been made:annotated-types
package has been updated from version0.6.0
to0.7.0
.certifi
package has been updated from version2024.2.2
to2024.8.30
.idna
package has been updated from version3.7
to3.10
.pydantic
package has been updated from version2.6.3
to2.9.2
.pydantic-core
package has been updated from version2.16.3
to2.23.4
.requests
package has been updated from version2.32.0
to2.32.3
.tqdm
package has been updated from version4.66.4
to4.66.5
.typing-extensions
package has been updated from version4.11.0
to4.12.2
.urllib3
package has been updated from version1.26.19
to2.2.3
.The PR also adds a new section
[package.extras]
to thepoetry.lock
file, which includes the following packages:flake8 (>=7.1.1)
mypy (>=1.11.2)
pytest (>=8.3.2)
ruff (>=0.6.2)