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

Bump the python-packages group with 6 updates #131

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-packages group with 6 updates:

Package From To
fastapi 0.115.4 0.115.5
onetl 0.12.1 0.12.2
psycopg 3.1.19 3.2.3
python-keycloak 4.7.0 4.7.2
faker 30.8.2 33.0.0
coverage 7.6.4 7.6.7

Updates fastapi from 0.115.4 to 0.115.5

Release notes

Sourced from fastapi's releases.

0.115.5

Refactors

Docs

... (truncated)

Commits
  • f057f4a 🔖 Release version 0.115.5
  • c6f021e 📝 Update release notes
  • 91a9293 ♻️ Update internal checks to support Pydantic 2.10 (#12914)
  • f716490 📝 Update release notes
  • c178106 📝 Update includes for docs/en/docs/tutorial/body.md (#12757)
  • 88cc900 📝 Update release notes
  • 20809a1 ⬆ [pre-commit.ci] pre-commit autoupdate (#12907)
  • 5a48c37 📝 Update release notes
  • 13892a3 📝 Update includes in docs/en/docs/advanced/testing-dependencies.md (#12647)
  • 9467000 📝 Update release notes
  • Additional commits viewable in compare view

Updates onetl from 0.12.1 to 0.12.2

Release notes

Sourced from onetl's releases.

0.12.2 (2024-11-12)

Improvements

  • Change Spark jobDescription for DBReader & FileDFReader from DBReader.run() -> Connection to Connection -> DBReader.run().

Bug Fixes

  • Fix log_hwm output for KeyValueIntHWM (used by Kafka). (#316)
  • Fix log_collection hiding values in logs with INFO level. (#316)

Dependencies

Doc only Changes

  • Fix links to MSSQL date & time type documentation.
Commits
  • ebe457d Merge branch 'develop'
  • c76febc [DOP-21408] Prepare for release
  • eb3177f [DOP-21408] Allow using etl-entities==2.4.0
  • 91b83b1 [DOP-21408] Fix logging KeyValueIntHWM using log_hwm
  • 434648e Fix MSSQL.execute supported syntax docs
  • bd34ef3 Fix links to MSSQL documentation for date & time types
  • 9c72d7a Change jobDescription for DBReader & FileDFReader
  • e1ab213 [pre-commit.ci] pre-commit autoupdate
  • d0e7b4b [DOP-20393] Bump version
  • See full diff in compare view

Updates psycopg from 3.1.19 to 3.2.3

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.2.3 ^^^^^^^^^^^^^

  • Release binary packages including PostgreSQL 17 libpq (:ticket:[#852](https://github.com/psycopg/psycopg/issues/852)).

Psycopg 3.2.2 ^^^^^^^^^^^^^

  • Drop !TypeDef specifications as string from public modules, as they cannot be composed by users as !typing objects previously could (:ticket:[#860](https://github.com/psycopg/psycopg/issues/860)).
  • Release Python 3.13 binary packages.

Psycopg 3.2.1 ^^^^^^^^^^^^^

  • Fix packaging metadata breaking [c], [binary] dependencies (:ticket:[#853](https://github.com/psycopg/psycopg/issues/853)).

Psycopg 3.2

.. rubric:: New top-level features

  • Add support for integer, floating point, boolean NumPy scalar types__ (:ticket:[#332](https://github.com/psycopg/psycopg/issues/332)).
  • Add !timeout and !stop_after parameters to Connection.notifies() (:ticket:340).
  • Allow dumpers to return !None, to be converted to NULL (:ticket:[#377](https://github.com/psycopg/psycopg/issues/377)).
  • Add :ref:raw-query-cursors to execute queries using placeholders in PostgreSQL format ($1, $2...) (:tickets:[#560](https://github.com/psycopg/psycopg/issues/560), [#839](https://github.com/psycopg/psycopg/issues/839)).
  • Add capabilities object to :ref:inspect the libpq capabilities <capabilities> (:ticket:[#772](https://github.com/psycopg/psycopg/issues/772)).
  • Add ~rows.scalar_row to return scalar values from a query (:ticket:[#723](https://github.com/psycopg/psycopg/issues/723)).
  • Add ~Connection.cancel_safe() for encrypted and non-blocking cancellation when using libpq v17. Use such method internally to implement

... (truncated)

Commits
  • ce8f073 chore: bump psycopg package version to 3.2.3
  • 9af9267 Merge pull request #917 from psycopg/pg17
  • 9c9369b docs: mention PostgreSQL 17 in binary packages in the news file
  • d0b1a3a ci: install flex to build libpq
  • 17e8d85 ci(macos): fix dylib path for postgres 17 from brew
  • d066132 ci(macos): update brew to install PostgreSQL 17
  • 2cc362e ci: bump to PostgreSQL 17 in binary packages
  • 810bfcf chore: add PostgreSQL 17 TRANSACTION_TIMEOUT error
  • 2a02421 ci: Add PostgreSQL 17 to CI test grid, remove PostgreSQL 11
  • bea783d fix(windows): resolve absolute path to libpq
  • Additional commits viewable in compare view

Updates python-keycloak from 4.7.0 to 4.7.2

Changelog

Sourced from python-keycloak's changelog.

v4.7.2 (2024-11-17)

Fix

  • Feature parity for a_decode_token and decode_token (#616)

v4.7.1 (2024-11-13)

Fix

  • make sure to not call sync IO functions inside async functions (#615)
Commits
  • ac07820 fix: Feature parity for a_decode_token and decode_token (#616)
  • 3b946c3 docs: changelog update
  • 239e404 fix: make sure to not call sync IO functions inside async functions (#615)
  • f77232b docs: changelog update
  • See full diff in compare view

Updates faker from 30.8.2 to 33.0.0

Release notes

Sourced from faker's releases.

Release v33.0.0

See CHANGELOG.md.

Release v32.1.0

See CHANGELOG.md.

Release v32.0.0

See CHANGELOG.md.

Release v31.0.0

See CHANGELOG.md.

Release v30.10.0

See CHANGELOG.md.

Release v30.9.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v33.0.0 - 2024-11-14

  • Revert "Make pytest fixture session-scoped".

v32.1.0 - 2024-11-12

v32.0.0 - 2024-11-12

v31.0.0 - 2024-11-12

  • Remove Collection[str] type from ElementTypes. Thanks @​tvuotila.

v30.10.0 - 2024-11-12

  • Add jobs for locale de_AT; added methods job_female and job_male. Thanks @​ChristinaRau.

v30.9.0 - 2024-11-12

Commits

Updates coverage from 7.6.4 to 7.6.7

Changelog

Sourced from coverage's changelog.

Version 7.6.7 — 2024-11-15

  • fix: ugh, the other assert from 7.6.5 can also be encountered in the wild, so it's been restored to a conditional. Sorry for the churn.

.. _changes_7-6-6:

Version 7.6.6 — 2024-11-15

  • One of the new asserts from 7.6.5 caused problems in real projects, as reported in issue 1891_. The assert has been removed.

.. _issue 1891: nedbat/coveragepy#1891

.. _changes_7-6-5:

Version 7.6.5 — 2024-11-14

  • fix: fine-tuned the exact Python version (3.12.6) when exiting from with statements changed how they traced. This affected whether people saw the fix for issue 1880_.

  • fix: isolate our code more from mocking in the os module that in rare cases can cause bizarre behavior <pytest-cov-666_>_.

  • refactor: some code unreachable code paths in parser.py were changed to asserts. If you encounter any of these, please let me know!

.. _pytest-cov-666: pytest-dev/pytest-cov#666

.. _changes_7-6-4:

Commits
  • af89ebb docs: sample HTML for 7.6.7
  • c723de2 docs: prep for 7.6.7
  • 898e94a fix: another possible assert changed back to a conditional.
  • 42961d6 build: tweaks to release process
  • 1a09d4a build: bump version
  • c26fc6e docs: sample HTML for 7.6.6
  • 79ad469 docs: prep for 7.6.6
  • 98939c9 fix: this assert is possible, remove it. #1891
  • ad4a4ff build: automate the 'final' version
  • e1502e6 build: bump version
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.4` | `0.115.5` |
| [onetl](https://github.com/MobileTeleSystems/onetl) | `0.12.1` | `0.12.2` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.1.19` | `3.2.3` |
| [python-keycloak](https://github.com/marcospereirampj/python-keycloak) | `4.7.0` | `4.7.2` |
| [faker](https://github.com/joke2k/faker) | `30.8.2` | `33.0.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.7` |


Updates `fastapi` from 0.115.4 to 0.115.5
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.4...0.115.5)

Updates `onetl` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/MobileTeleSystems/onetl/releases)
- [Changelog](https://github.com/MobileTeleSystems/onetl/blob/develop/docs/changelog.rst)
- [Commits](MobileTeleSystems/onetl@0.12.1...0.12.2)

Updates `psycopg` from 3.1.19 to 3.2.3
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.19...3.2.3)

Updates `python-keycloak` from 4.7.0 to 4.7.2
- [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md)
- [Commits](marcospereirampj/python-keycloak@v4.7.0...v4.7.2)

Updates `faker` from 30.8.2 to 33.0.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v30.8.2...v33.0.0)

Updates `coverage` from 7.6.4 to 7.6.7
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.4...7.6.7)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: onetl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: python-keycloak
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependency Dependency-related changes label Nov 18, 2024
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) November 18, 2024 05:50
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.42%. Comparing base (3b3baa7) to head (e57860b).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #131   +/-   ##
========================================
  Coverage    90.42%   90.42%           
========================================
  Files          157      157           
  Lines         3560     3560           
  Branches       261      261           
========================================
  Hits          3219     3219           
  Misses         277      277           
  Partials        64       64           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MTSOnGithub MTSOnGithub merged commit 53bfdaf into develop Nov 18, 2024
17 of 18 checks passed
@MTSOnGithub MTSOnGithub deleted the dependabot/pip/python-packages-fccdaaf796 branch November 18, 2024 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependency Dependency-related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant