Skip to content

Commit 5208f66

Browse files
Fix/bot dependency updates (#997)
* build(deps-dev): bump safety from 3.2.14 to 3.3.0 Bumps [safety](https://github.com/pyupio/safety) from 3.2.14 to 3.3.0. - [Release notes](https://github.com/pyupio/safety/releases) - [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md) - [Commits](pyupio/safety@3.2.14...3.3.0) --- updated-dependencies: - dependency-name: safety dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump bandit from 1.8.2 to 1.8.3 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.8.2...1.8.3) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump flake8 from 7.1.1 to 7.1.2 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.1.2. - [Commits](PyCQA/flake8@7.1.1...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump geoalchemy2 from 0.17.0 to 0.17.1 in /services/staging Bumps [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/geoalchemy/geoalchemy2/releases) - [Changelog](https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt) - [Commits](geoalchemy/geoalchemy2@0.17.0...0.17.1) --- updated-dependencies: - dependency-name: geoalchemy2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump sphinx from 8.1.3 to 8.2.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.1.3 to 8.2.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump botocore from 1.36.17 to 1.36.24 in /services/staging Bumps [botocore](https://github.com/boto/botocore) from 1.36.17 to 1.36.24. - [Commits](boto/botocore@1.36.17...1.36.24) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump botocore from 1.36.17 to 1.36.24 in /services/common Bumps [botocore](https://github.com/boto/botocore) from 1.36.17 to 1.36.24. - [Commits](boto/botocore@1.36.17...1.36.24) --- 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/bandit-1.8.3 * merge: poetry.lock files from origin/dependabot/pip/flake8-7.1.2 * merge: poetry.lock files from origin/dependabot/pip/safety-3.3.0 * merge: poetry.lock files from origin/dependabot/pip/services/common/botocore-1.36.24 * merge: poetry.lock files from origin/dependabot/pip/services/staging/botocore-1.36.24 * merge: poetry.lock files from origin/dependabot/pip/services/staging/geoalchemy2-0.17.1 * merge: poetry.lock files from origin/dependabot/pip/sphinx-8.2.0 * 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 06bbfdc commit 5208f66

File tree

8 files changed

+920
-654
lines changed

8 files changed

+920
-654
lines changed

docs/poetry.lock

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

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ black = "^25.1.0"
7373
mypy = "^1.15.0"
7474
pre-commit = "^4.1.0"
7575
types-requests = "^2.32.0.20241016"
76-
flake8 = "^7.1.1"
77-
bandit = "^1.8.2"
78-
safety = "^3.2.14"
76+
flake8 = "^7.1.2"
77+
bandit = "^1.8.3"
78+
safety = "^3.3.0"
7979
pylint = "^3.3.0"
8080
flake8-pyproject = "^1.2.3"
8181
httpx = "^0.27.2"
8282
moto = "==5.0.28"
8383
flask = "^3.0.3"
8484
flask-cors = "^5.0.0"
85-
sphinx = "^8.1.3"
85+
sphinx = "^8.2.0"
8686
sphinx-rtd-theme = "^3.0.1"
8787
orjson = [ # we need the same markers and versions as in eodag: https://github.com/CS-SI/eodag/blob/develop/setup.cfg
8888
{version = "<3.10.0", markers = "python_version>='3.12' and platform_system=='Windows'"},

services/adgs/poetry.lock

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

services/cadip/poetry.lock

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

services/catalog/poetry.lock

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

services/common/poetry.lock

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

services/staging/poetry.lock

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

0 commit comments

Comments
 (0)