Skip to content

Commit f77e5dc

Browse files
Fix/bot dependency updates (#902)
* build(deps-dev): bump pytest-asyncio in /services/catalog Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.2...v0.25.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump black from 24.10.0 to 25.1.0 in /services/catalog Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump black from 24.10.0 to 25.1.0 in /services/cadip Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump black from 24.10.0 to 25.1.0 Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump pytest-asyncio from 0.25.2 to 0.25.3 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.2...v0.25.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump botocore from 1.36.7 to 1.36.8 in /services/common Bumps [botocore](https://github.com/boto/botocore) from 1.36.7 to 1.36.8. - [Commits](boto/botocore@1.36.7...1.36.8) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump black from 24.10.0 to 25.1.0 in /services/adgs Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump botocore from 1.36.7 to 1.36.8 in /services/staging Bumps [botocore](https://github.com/boto/botocore) from 1.36.7 to 1.36.8. - [Commits](boto/botocore@1.36.7...1.36.8) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * merge: poetry.lock files from origin/dependabot/pip/black-25.1.0 * merge: poetry.lock files from origin/dependabot/pip/pytest-asyncio-0.25.3 * merge: poetry.lock files from origin/dependabot/pip/services/adgs/black-25.1.0 * merge: poetry.lock files from origin/dependabot/pip/services/cadip/black-25.1.0 * merge: poetry.lock files from origin/dependabot/pip/services/catalog/black-25.1.0 * merge: poetry.lock files from origin/dependabot/pip/services/catalog/pytest-asyncio-0.25.3 * merge: poetry.lock files from origin/dependabot/pip/services/common/botocore-1.36.8 * merge: poetry.lock files from origin/dependabot/pip/services/staging/botocore-1.36.8 * merge: rebuild the poetry.lock files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f9e02b commit f77e5dc

File tree

11 files changed

+152
-152
lines changed

11 files changed

+152
-152
lines changed

docs/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ optional = true
6363
# All the dev dependencies are set here so they can be used by the CI.
6464
[tool.poetry.group.dev.dependencies]
6565
pytest = "^8.3.3"
66-
pytest-asyncio = "^0.25.1"
66+
pytest-asyncio = "^0.25.3"
6767
pytest-cov = "^6.0.0"
6868
pytest-docker = "^3.1.0"
6969
pytest-error-for-skips = "^2.0.2"
7070
pytest-httpx = "^0.34.0"
7171
pytest-mock = "^3.14.0"
72-
black = "^24.10.0"
72+
black = "^25.1.0"
7373
mypy = "^1.14.1"
7474
pre-commit = "^4.1.0"
7575
types-requests = "^2.32.0.20241016"

services/adgs/poetry.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/adgs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pytest-docker = "^3.1.0"
5050
pytest-error-for-skips = "^2.0.2"
5151
pytest-httpx = ">=0.32,<0.35"
5252
pytest-mock = "^3.12.0"
53-
black = "^24.8.0"
53+
black = ">=24.8,<26.0"
5454
mypy = "^1.11.2"
5555
orjson = [ # we need the same markers and versions as in eodag: https://github.com/CS-SI/eodag/blob/develop/setup.cfg
5656
{version = "<3.10.0", markers = "python_version>='3.12' and platform_system=='Windows'"},

0 commit comments

Comments
 (0)