-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #633 from camptocamp/renovate/ci-dependencies
Update CI dependencies (minor)
- Loading branch information
Showing
34 changed files
with
846 additions
and
897 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
c2cciutils[checks,publish]==1.7.3 | ||
importlib-metadata<8.5.1 # issue with twine, see: https://github.com/python/importlib_metadata/issues/492 | ||
poetry==2.0.1 | ||
pre-commit==4.0.1 | ||
importlib-metadata<8.6.2 # issue with twine, see: https://github.com/python/importlib_metadata/issues/492 | ||
poetry==2.1.1 | ||
pre-commit==4.1.0 | ||
poetry-plugin-drop-python-upper-constraint==0.1.0 | ||
poetry-plugin-export==1.8.0 | ||
poetry-plugin-export==1.9.0 | ||
poetry-plugin-tweak-dependencies-version==1.5.2 | ||
poetry-dynamic-versioning==1.4.1 | ||
poetry-dynamic-versioning==1.7.1 | ||
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability | ||
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability | ||
jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability | ||
cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability | ||
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability | ||
tag-publish==0.9.2 | ||
tag-publish==0.13.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
"""Automatically generated file from a JSON schema.""" | ||
""" | ||
Automatically generated file from a JSON schema. | ||
""" | ||
|
||
|
||
from typing import Any, TypedDict | ||
|
||
|
||
# | GitHub application project configuration. | ||
GithubApplicationProjectConfiguration = TypedDict( | ||
"GithubApplicationProjectConfiguration", | ||
{ | ||
# | Title. | ||
# | | ||
# | The title of the project | ||
"title": str, | ||
# | Description. | ||
# | | ||
# | The description of the project | ||
"description": str, | ||
# | Documentation URL. | ||
# | | ||
# | The URL of the documentation | ||
"documentation-url": str, | ||
# | Start URL. | ||
# | | ||
# | The URL of the start page | ||
"start-url": str, | ||
# | Default profile. | ||
# | | ||
# | The profile name used by default | ||
"default-profile": str, | ||
# | Profiles. | ||
# | | ||
# | The profiles configuration | ||
"profiles": dict[str, dict[str, Any]], | ||
}, | ||
total=False, | ||
) | ||
GithubApplicationProjectConfiguration = TypedDict('GithubApplicationProjectConfiguration', { | ||
# | Title. | ||
# | | ||
# | The title of the project | ||
'title': str, | ||
# | Description. | ||
# | | ||
# | The description of the project | ||
'description': str, | ||
# | Documentation URL. | ||
# | | ||
# | The URL of the documentation | ||
'documentation-url': str, | ||
# | Start URL. | ||
# | | ||
# | The URL of the start page | ||
'start-url': str, | ||
# | Default profile. | ||
# | | ||
# | The profile name used by default | ||
'default-profile': str, | ||
# | Profiles. | ||
# | | ||
# | The profiles configuration | ||
'profiles': dict[str, dict[str, Any]], | ||
}, total=False) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.