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

build(deps): bump python-json-logger from 2.0.2 to 2.0.7 #142

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2023

Bumps python-json-logger from 2.0.2 to 2.0.7.

Release notes

Sourced from python-json-logger's releases.

v2.0.7

Changed

  • Fix inclusion of py.typed in pip packages - @​sth
  • Added pytest support with test file rename. Migrated to assertEqual

v2.0.6

Changed

  • Parameter rename_fields in merge_record_extra is now optional - @​afallou

v2.0.5

Added

  • Allow reserved attrs to be renamed - @​henkhogan
  • Support added for Python 3.11
  • Now verifying builds in Pypy 3.9 as well
  • Type annotations are now in the package - @​louis-jaris

Changed

  • Fix rename_fields for exc_info - @​guilhermeferrari
  • Cleaned up test file for PEP8 - @​lopagela
  • Cleaned up old Python 2 artifacts - @​louis-jaris
  • Dropped Python 3.5 support - @​idomozes
  • Moved type check via tox into 3.11 run only
  • Added test run in Python3.6 (will keep for a little while longer, but it's EOL so upgrade)

v2.0.4

Changed

  • Fix too strict regex for percentage style logging - @​aberres

v2.0.3

Added

Changed

  • Changed a link archive of the reference page in case it's down. - @​ahonnecke
  • Removed unnecessary try-except around OrderedDict usage - @​sozofaan
  • Update documentation link to json module + use https - @​deronnax
  • Dropped 3.5 support. - @​bringhurst
Changelog

Sourced from python-json-logger's changelog.

[2.0.7] - 2023-02-21

Changed

  • Fix inclusion of py.typed in pip packages - @​sth
  • Added pytest support with test file rename. Migrated to assertEqual

[2.0.6] - 2023-02-14

Changed

  • Parameter rename_fields in merge_record_extra is now optional - @​afallou

[2.0.5] - 2023-02-12

Added

  • Allow reserved attrs to be renamed - @​henkhogan
  • Support added for Python 3.11
  • Now verifying builds in Pypy 3.9 as well
  • Type annotations are now in the package - @​louis-jaris

Changed

  • Fix rename_fields for exc_info - @​guilhermeferrari
  • Cleaned up test file for PEP8 - @​lopagela
  • Cleaned up old Python 2 artifacts - @​louis-jaris
  • Dropped Python 3.5 support - @​idomozes
  • Moved type check via tox into 3.11 run only
  • Added test run in Python3.6 (will keep for a little while longer, but it's EOL so upgrade)

[2.0.4] - 2022-07-11

Changed

  • Fix too strict regex for percentage style logging - @​aberres

[2.0.3] - 2022-07-08

Added

Changed

  • Changed a link archive of the reference page in case it's down. - @​ahonnecke
  • Removed unnecessary try-except around OrderedDict usage - @​sozofaan
  • Update documentation link to json module + use https - @​deronnax
  • Dropped 3.5 support. - @​bringhurst
Commits
  • 213ce50 v2.0.7
  • fc76d79 Fix inclusion of py.typed in pip packages (#168)
  • 53b3626 Update README.md
  • 4475962 Renamed test file to support pytest execution. Converted deprecated assertEqu...
  • 08d41b3 Merge remote-tracking branch 'origin/master'
  • 7ad9717 Release v2.0.6
  • 4e9b241 Make rename_fields in merge_record_extra optional (#164)
  • 2727f13 Updated release action to use python 3.11 as base and upgraded action verions...
  • 5b7692b Release v2.0.5
  • 9e615ce #147: Feature request: Add ECS compatibility (#148)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

niall-byrne and others added 2 commits February 5, 2023 18:42
Bumps [python-json-logger](https://github.com/madzak/python-json-logger) from 2.0.2 to 2.0.7.
- [Release notes](https://github.com/madzak/python-json-logger/releases)
- [Changelog](https://github.com/madzak/python-json-logger/blob/master/CHANGELOG.md)
- [Commits](madzak/python-json-logger@v2.0.2...v2.0.7)

---
updated-dependencies:
- dependency-name: python-json-logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2023
@dependabot dependabot bot requested a review from niall-byrne February 26, 2023 22:10
@niall-byrne niall-byrne force-pushed the master branch 2 times, most recently from 8e534d9 to 7f0077d Compare October 19, 2023 15:11
@niall-byrne niall-byrne force-pushed the master branch 11 times, most recently from d10a67b to e5a627b Compare November 30, 2023 17:01
@niall-byrne niall-byrne force-pushed the master branch 9 times, most recently from 36c4fde to 3e599f6 Compare January 15, 2024 20:49
@niall-byrne niall-byrne force-pushed the master branch 7 times, most recently from b277b38 to d5caff8 Compare January 18, 2024 21:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant