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

chore(deps): bump the poetry group across 4 directories with 6 updates #521

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2024

Bumps the poetry group with 6 updates in the / directory:

Package From To
alembic 1.13.3 1.14.0
dataclasses-avroschema 0.64.2 0.65.0
sentry-sdk 2.17.0 2.18.0
authzed 1.0.0 1.1.0
ruff 0.7.2 0.7.3
debugpy 1.8.7 1.8.8

Bumps the poetry group with 4 updates in the /projects/background_jobs directory: alembic, dataclasses-avroschema, sentry-sdk and authzed.
Bumps the poetry group with 4 updates in the /projects/renku_data_service directory: alembic, dataclasses-avroschema, sentry-sdk and authzed.
Bumps the poetry group with 4 updates in the /projects/secrets_storage directory: alembic, dataclasses-avroschema, sentry-sdk and authzed.

Updates alembic from 1.13.3 to 1.14.0

Release notes

Sourced from alembic's releases.

1.14.0

Released: November 4, 2024

usecase

  • [usecase] [runtime] Added a new hook to the DefaultImpl DefaultImpl.version_table_impl(). This allows third party dialects to define the exact structure of the alembic_version table, to include use cases where the table requires special directives and/or additional columns so that it may function correctly on a particular backend. This is not intended as a user-expansion hook, only a dialect implementation hook to produce a working alembic_version table. Pull request courtesy Maciek Bryński.

    References: #1560

Commits

Updates dataclasses-avroschema from 0.64.2 to 0.65.0

Release notes

Sourced from dataclasses-avroschema's releases.

0.65.0 (2024-11-06)

Feat

  • support timedelta serialization to double seconds (#793)

[master f6cc8e8] bump: version 0.64.2 → 0.65.0 2 files changed, 8 insertions(+), 2 deletions(-)

Changelog

Sourced from dataclasses-avroschema's changelog.

0.65.0 (2024-11-06)

Feat

  • support timedelta serialization to double seconds (#793)
Commits

Updates sentry-sdk from 2.17.0 to 2.18.0

Release notes

Sourced from sentry-sdk's releases.

2.18.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.18.0

Various fixes & improvements

Commits

Updates authzed from 1.0.0 to 1.1.0

Release notes

Sourced from authzed's releases.

v1.1.0

What's Changed

Full Changelog: authzed/authzed-py@v0.19.0...v1.1.0

Commits
  • f01b2d4 Merge pull request #222 from authzed/api-change/v1.38.0
  • 31ba7e6 [create-pull-request] automated change
  • bab5950 Merge pull request #218 from authzed/dependabot/pip/pip-d7de2953d9
  • 986cd1b Merge pull request #221 from authzed/dependabot/github_actions/github-actions...
  • 1c1c199 Bump the pip group across 1 directory with 4 updates
  • 3eba69b Bump the github-actions group across 1 directory with 2 updates
  • c9f5221 Merge pull request #219 from authzed/add-more-realistic-bulk-import-example
  • 38ed6cc Reformat
  • 83950a0 Rephrase in terms of chunks
  • 9f82125 Add reference to documentation for batched
  • Additional commits viewable in compare view

Updates ruff from 0.7.2 to 0.7.3

Release notes

Sourced from ruff's releases.

0.7.3

Release Notes

Preview features

  • Formatter: Disallow single-line implicit concatenated strings (#13928)
  • [flake8-pyi] Include all Python file types for PYI006 and PYI066 (#14059)
  • [flake8-simplify] Implement split-of-static-string (SIM905) (#14008)
  • [refurb] Implement subclass-builtin (FURB189) (#14105)
  • [ruff] Improve diagnostic messages and docs (RUF031, RUF032, RUF034) (#14068)

Rule changes

  • Detect items that hash to same value in duplicate sets (B033, PLC0208) (#14064)
  • [eradicate] Better detection of IntelliJ language injection comments (ERA001) (#14094)
  • [flake8-pyi] Add autofix for docstring-in-stub (PYI021) (#14150)
  • [flake8-pyi] Update duplicate-literal-member (PYI062) to alawys provide an autofix (#14188)
  • [pyflakes] Detect items that hash to same value in duplicate dictionaries (F601) (#14065)
  • [ruff] Fix false positive for decorators (RUF028) (#14061)

Bug fixes

  • Avoid parsing joint rule codes as distinct codes in # noqa (#12809)
  • [eradicate] ignore # language= in commented-out-code rule (ERA001) (#14069)
  • [flake8-bugbear] - do not run mutable-argument-default on stubs (B006) (#14058)
  • [flake8-builtins] Skip lambda expressions in builtin-argument-shadowing (A002) (#14144)
  • [flake8-comprehension] Also remove trailing comma while fixing C409 and C419 (#14097)
  • [flake8-simplify] Allow open without context manager in return statement (SIM115) (#14066)
  • [pylint] Respect hash-equivalent literals in iteration-over-set (PLC0208) (#14063)
  • [pylint] Update known dunder methods for Python 3.13 (PLW3201) (#14146)
  • [pyupgrade] - ignore kwarg unpacking for UP044 (#14053)
  • [refurb] Parse more exotic decimal strings in verbose-decimal-constructor (FURB157) (#14098)

Documentation

  • Add links to missing related options within rule documentations (#13971)
  • Add rule short code to mkdocs tags to allow searching via rule codes (#14040)

Install ruff 0.7.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-installer.ps1 | iex"
</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.7.3

Preview features

  • Formatter: Disallow single-line implicit concatenated strings (#13928)
  • [flake8-pyi] Include all Python file types for PYI006 and PYI066 (#14059)
  • [flake8-simplify] Implement split-of-static-string (SIM905) (#14008)
  • [refurb] Implement subclass-builtin (FURB189) (#14105)
  • [ruff] Improve diagnostic messages and docs (RUF031, RUF032, RUF034) (#14068)

Rule changes

  • Detect items that hash to same value in duplicate sets (B033, PLC0208) (#14064)
  • [eradicate] Better detection of IntelliJ language injection comments (ERA001) (#14094)
  • [flake8-pyi] Add autofix for docstring-in-stub (PYI021) (#14150)
  • [flake8-pyi] Update duplicate-literal-member (PYI062) to alawys provide an autofix (#14188)
  • [pyflakes] Detect items that hash to same value in duplicate dictionaries (F601) (#14065)
  • [ruff] Fix false positive for decorators (RUF028) (#14061)

Bug fixes

  • Avoid parsing joint rule codes as distinct codes in # noqa (#12809)
  • [eradicate] ignore # language= in commented-out-code rule (ERA001) (#14069)
  • [flake8-bugbear] - do not run mutable-argument-default on stubs (B006) (#14058)
  • [flake8-builtins] Skip lambda expressions in builtin-argument-shadowing (A002) (#14144)
  • [flake8-comprehension] Also remove trailing comma while fixing C409 and C419 (#14097)
  • [flake8-simplify] Allow open without context manager in return statement (SIM115) (#14066)
  • [pylint] Respect hash-equivalent literals in iteration-over-set (PLC0208) (#14063)
  • [pylint] Update known dunder methods for Python 3.13 (PLW3201) (#14146)
  • [pyupgrade] - ignore kwarg unpacking for UP044 (#14053)
  • [refurb] Parse more exotic decimal strings in verbose-decimal-constructor (FURB157) (#14098)

Documentation

  • Add links to missing related options within rule documentations (#13971)
  • Add rule short code to mkdocs tags to allow searching via rule codes (#14040)
Commits
  • fbf140a Bump version to 0.7.3 (#14197)
  • 670f958 [red-knot] Fix intersection simplification for ~Any/~Unknown (#14195)
  • fed35a2 [red-knot] Fix is_assignable_to for unions (#14196)
  • d1ef418 Docs: tweak rules documentation (#14180)
  • 272d24b [flake8-pyi] Add a fix for duplicate-literal-member (#14188)
  • 2624249 [red-knot] Minor: fix Literal[True] <: int (#14177)
  • 4b08d17 [red-knot] Add a new Type::KnownInstanceType variant (#14155)
  • 5b6169b [red-knot] Minor fix in intersection type comment (#14176)
  • 2040e93 [flake8-logging-format] Fix invalid formatting value in docs of `logging-ex...
  • 794eb88 [flake8-bandit] Typo in docs suspicious-pickle-import (S403) (#14175)
  • Additional commits viewable in compare view

Updates debugpy from 1.8.7 to 1.8.8

Release notes

Sourced from debugpy's releases.

debugpy v1.8.8

Fixes for:

Commits
  • 3573ca0 Remove compiled files (#1723)
  • 7d0ff33 Merge pull request #1725 from microsoft/publish_pydevd_binaries
  • af0d29f Missed some quotes
  • cebb747 Remove redundant double quotes
  • 2036f44 Change job names in build matrix
  • 22fbc53 Move lint and pydevd to their own stages
  • 37eaf86 Copy downloaded binaries to the right place before running tests
  • db63cd5 build pydevd biniaries, publish them, and download them in later jobs
  • abf4bb6 Merge pull request #1722 from microsoft/build_pydevd_binaries
  • 1eb92e6 Fix bad paths
  • Additional commits viewable in compare view

Updates alembic from 1.13.3 to 1.14.0

Release notes

Sourced from alembic's releases.

1.14.0

Released: November 4, 2024

usecase

  • [usecase] [runtime] Added a new hook to the DefaultImpl DefaultImpl.version_table_impl(). This allows third party dialects to define the exact structure of the alembic_version table, to include use cases where the table requires special directives and/or additional columns so that it may function correctly on a particular backend. This is not intended as a user-expansion hook, only a dialect implementation hook to produce a working alembic_version table. Pull request courtesy Maciek Bryński.

    References: #1560

Commits

Updates dataclasses-avroschema from 0.64.2 to 0.65.0

Release notes

Sourced from dataclasses-avroschema's releases.

0.65.0 (2024-11-06)

Feat

  • support timedelta serialization to double seconds (#793)

[master f6cc8e8] bump: version 0.64.2 → 0.65.0 2 files changed, 8 insertions(+), 2 deletions(-)

Changelog

Sourced from dataclasses-avroschema's changelog.

0.65.0 (2024-11-06)

Feat

  • support timedelta serialization to double seconds (#793)
Commits

Updates sentry-sdk from 2.17.0 to 2.18.0

Release notes

Sourced from sentry-sdk's releases.

2.18.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.18.0

Various fixes & improvements

Commits

Updates authzed from 1.0.0 to 1.1.0

Release notes

Sourced from authzed's releases.

v1.1.0

What's Changed

Full Changelog: authzed/authzed-py@v0.19.0...v1.1.0

Commits
  • f01b2d4 Merge pull request #222 from authzed/api-change/v1.38.0
  • 31ba7e6 [create-pull-request] automated change
  • bab5950 Merge pull request #218 from authzed/dependabot/pip/pip-d7de2953d9
  • 986cd1b Merge pull request #221 from authzed/dependabot/github_actions/github-actions...
  • 1c1c199 Bump the pip group across 1 directory with 4 updates
  • 3eba69b Bump the github-actions group across 1 directory with 2 updates
  • c9f5221 Merge pull request #219 from authzed/add-more-realistic-bulk-import-example
  • 38ed6cc Reformat
  • 83950a0 Rephrase in terms of chunks
  • 9f82125 Add reference to documentation for batched
  • Additional commits viewable in compare view

Updates alembic from 1.13.3 to 1.14.0

Release notes

Sourced from alembic's releases.

1.14.0

Released: November 4, 2024

usecase

  • [usecase] [runtime] Added a new hook to the DefaultImpl DefaultImpl.version_table_impl(). This allows third party dialects to define the exact structure of the alembic_version table, to include use cases where the table requires special directives and/or additional columns so that it may function correctly on a particular backend. This is not intended as a user-expansion hook, only a dialect implementation hook to produce a working alembic_version table. Pull request courtesy Maciek Bryński.

    References: #1560

Commits

Updates dataclasses-avroschema from 0.64.2 to 0.65.0

Release notes

Sourced from dataclasses-avroschema's releases.

0.65.0 (2024-11-06)

Feat

  • support timedelta serialization to double seconds (#793)

[master f6cc8e8] bump: version 0.64.2 → 0.65.0 2 files changed, 8 insertions(+), 2 deletions(-)

Changelog

Sourced from dataclasses-avroschema's changelog.

0.65.0 (2024-11-06)

Feat

  • support timedelta serialization to double seconds (#793)
Commits

Updates sentry-sdk from 2.17.0 to 2.18.0

Release notes

Sourced from sentry-sdk's releases.

2.18.0

Various fixes & improvements

Bumps the poetry group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.13.3` | `1.14.0` |
| [dataclasses-avroschema](https://github.com/marcosschroh/dataclasses-avroschema) | `0.64.2` | `0.65.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.17.0` | `2.18.0` |
| [authzed](https://github.com/authzed/authzed-py) | `1.0.0` | `1.1.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.2` | `0.7.3` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.7` | `1.8.8` |

Bumps the poetry group with 4 updates in the /projects/background_jobs directory: [alembic](https://github.com/sqlalchemy/alembic), [dataclasses-avroschema](https://github.com/marcosschroh/dataclasses-avroschema), [sentry-sdk](https://github.com/getsentry/sentry-python) and [authzed](https://github.com/authzed/authzed-py).
Bumps the poetry group with 4 updates in the /projects/renku_data_service directory: [alembic](https://github.com/sqlalchemy/alembic), [dataclasses-avroschema](https://github.com/marcosschroh/dataclasses-avroschema), [sentry-sdk](https://github.com/getsentry/sentry-python) and [authzed](https://github.com/authzed/authzed-py).
Bumps the poetry group with 4 updates in the /projects/secrets_storage directory: [alembic](https://github.com/sqlalchemy/alembic), [dataclasses-avroschema](https://github.com/marcosschroh/dataclasses-avroschema), [sentry-sdk](https://github.com/getsentry/sentry-python) and [authzed](https://github.com/authzed/authzed-py).


Updates `alembic` from 1.13.3 to 1.14.0
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `dataclasses-avroschema` from 0.64.2 to 0.65.0
- [Release notes](https://github.com/marcosschroh/dataclasses-avroschema/releases)
- [Changelog](https://github.com/marcosschroh/dataclasses-avroschema/blob/master/CHANGELOG.md)
- [Commits](marcosschroh/dataclasses-avroschema@0.64.2...0.65.0)

Updates `sentry-sdk` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.17.0...2.18.0)

Updates `authzed` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/authzed/authzed-py/releases)
- [Commits](authzed/authzed-py@v1.0.0...v1.1.0)

Updates `ruff` from 0.7.2 to 0.7.3
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.2...0.7.3)

Updates `debugpy` from 1.8.7 to 1.8.8
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.7...v1.8.8)

Updates `alembic` from 1.13.3 to 1.14.0
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `dataclasses-avroschema` from 0.64.2 to 0.65.0
- [Release notes](https://github.com/marcosschroh/dataclasses-avroschema/releases)
- [Changelog](https://github.com/marcosschroh/dataclasses-avroschema/blob/master/CHANGELOG.md)
- [Commits](marcosschroh/dataclasses-avroschema@0.64.2...0.65.0)

Updates `sentry-sdk` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.17.0...2.18.0)

Updates `authzed` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/authzed/authzed-py/releases)
- [Commits](authzed/authzed-py@v1.0.0...v1.1.0)

Updates `alembic` from 1.13.3 to 1.14.0
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `dataclasses-avroschema` from 0.64.2 to 0.65.0
- [Release notes](https://github.com/marcosschroh/dataclasses-avroschema/releases)
- [Changelog](https://github.com/marcosschroh/dataclasses-avroschema/blob/master/CHANGELOG.md)
- [Commits](marcosschroh/dataclasses-avroschema@0.64.2...0.65.0)

Updates `sentry-sdk` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.17.0...2.18.0)

Updates `authzed` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/authzed/authzed-py/releases)
- [Commits](authzed/authzed-py@v1.0.0...v1.1.0)

Updates `alembic` from 1.13.3 to 1.14.0
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `dataclasses-avroschema` from 0.64.2 to 0.65.0
- [Release notes](https://github.com/marcosschroh/dataclasses-avroschema/releases)
- [Changelog](https://github.com/marcosschroh/dataclasses-avroschema/blob/master/CHANGELOG.md)
- [Commits](marcosschroh/dataclasses-avroschema@0.64.2...0.65.0)

Updates `sentry-sdk` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.17.0...2.18.0)

Updates `authzed` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/authzed/authzed-py/releases)
- [Commits](authzed/authzed-py@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: dataclasses-avroschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: authzed
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: debugpy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: dataclasses-avroschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: authzed
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: dataclasses-avroschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: authzed
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: dataclasses-avroschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: authzed
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 10, 2024 15:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 10, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11766329187

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 6 unchanged lines in 5 files lost coverage.
  • Overall coverage decreased (-0.03%) to 90.775%

Files with Coverage Reduction New Missed Lines %
components/renku_data_services/base_api/misc.py 1 98.41%
components/renku_data_services/crc/models.py 1 84.81%
components/renku_data_services/storage/blueprints.py 1 93.94%
components/renku_data_services/users/db.py 1 93.77%
components/renku_data_services/crc/blueprints.py 2 93.19%
Totals Coverage Status
Change from base Build 11720359506: -0.03%
Covered Lines: 11178
Relevant Lines: 12314

💛 - Coveralls

@Panaetius Panaetius merged commit 220a560 into main Nov 11, 2024
14 of 15 checks passed
@Panaetius Panaetius deleted the dependabot/pip/poetry-d0cda4cf38 branch November 11, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants