Skip to content

Bump the python-packages group with 3 updates#216

Merged
MTSOnGithub merged 1 commit intodevelopfrom
dependabot/pip/python-packages-ec26e360d3
Mar 10, 2025
Merged

Bump the python-packages group with 3 updates#216
MTSOnGithub merged 1 commit intodevelopfrom
dependabot/pip/python-packages-ec26e360d3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the python-packages group with 3 updates: python-json-logger, pandas-stubs and faker.

Updates python-json-logger from 3.2.1 to 3.3.0

Release notes

Sourced from python-json-logger's releases.

3.3.0

3.3.0 - 2025-03-06

Added

  • exc_info_as_array and stack_info_as_array options are added to pythonjsonlogger.core.BaseJsonFormatter allowing both to be encoded as list of lines instead of a single multi-line string. #35

Security

  • Remove msgspec-python313-pre from dev dependencies preventing potential RCE. Details: GHSA-wmxh-pxcx-9w24

Thanks @​1hakusai1 and @​omnigodz

Changelog

Sourced from python-json-logger's changelog.

3.3.0 - 2025-03-06

Added

  • exc_info_as_array and stack_info_as_array options are added to pythonjsonlogger.core.BaseJsonFormatter allowing both to be encoded as list of lines instead of a single multi-line string. #35

Security

  • Remove msgspec-python313-pre from dev dependencies preventing potential RCE. Details: GHSA-wmxh-pxcx-9w24

Thanks @​1hakusai1 and @​omnigodz

Commits

Updates pandas-stubs from 2.2.3.241126 to 2.2.3.250308

Commits

Updates faker from 36.2.2 to 37.0.0

Release notes

Sourced from faker's releases.

Release v37.0.0

See CHANGELOG.md.

Release v36.2.3

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v37.0.0 - 2025-03-07

  • Fix: es_ES doi() to use standard DOI format. Thanks @​jasur-py.

v36.2.3 - 2025-03-07

Commits
  • 56fe47d Bump version: 36.2.3 → 37.0.0
  • b8377e0 📝 Update CHANGELOG.md
  • 2698582 💄 format code
  • fe89979 update documentation with samples
  • f628ddc Remove incorrect implementation of doi for en_ES locale
  • 35445be update test
  • 8b52334 add tox to dev-requirements.txt
  • 10b8186 Fix: es_ES doi() to use standard DOI format (#2162)
  • d9f3d63 Bump version: 36.2.2 → 36.2.3
  • 3ceb034 📝 Update CHANGELOG.md
  • 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 3 updates: [python-json-logger](https://github.com/nhairs/python-json-logger), [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) and [faker](https://github.com/joke2k/faker).


Updates `python-json-logger` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/nhairs/python-json-logger/releases)
- [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md)
- [Commits](nhairs/python-json-logger@v3.2.1...v3.3.0)

Updates `pandas-stubs` from 2.2.3.241126 to 2.2.3.250308
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.2.3.241126...v2.2.3.250308)

Updates `faker` from 36.2.2 to 37.0.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v36.2.2...v37.0.0)

---
updated-dependencies:
- dependency-name: python-json-logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pandas-stubs
  dependency-type: direct:development
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependency Dependency-related changes label Mar 10, 2025
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) March 10, 2025 05:29
@MTSOnGithub MTSOnGithub merged commit 5dc13db into develop Mar 10, 2025
24 checks passed
@MTSOnGithub MTSOnGithub deleted the dependabot/pip/python-packages-ec26e360d3 branch March 10, 2025 05:41
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.04%. Comparing base (5c50952) to head (1d3007b).
Report is 137 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #216   +/-   ##
========================================
  Coverage    92.04%   92.04%           
========================================
  Files          193      193           
  Lines         4712     4712           
  Branches       347      347           
========================================
  Hits          4337     4337           
  Misses         294      294           
  Partials        81       81           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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