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): update all dependencies #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Deprecated ==1.2.14 -> ==1.2.15 age adoption passing confidence patch
PyGithub ==2.3.0 -> ==2.5.0 age adoption passing confidence minor
Pygments (changelog) ==2.17.2 -> ==2.18.0 age adoption passing confidence minor
actions/checkout v4.0.0 -> v4.2.2 age adoption passing confidence action minor
akhileshns/heroku-deploy v3.12.14 -> v3.13.15 age adoption passing confidence action minor
annotated-types (changelog) ==0.6.0 -> ==0.7.0 age adoption passing confidence minor
atlassian-python-api ==3.41.11 -> ==3.41.16 age adoption passing confidence patch
certifi ==2024.2.2 -> ==2024.12.14 age adoption passing confidence minor
charset-normalizer (changelog) ==3.3.2 -> ==3.4.1 age adoption passing confidence minor
click (changelog) ==8.1.7 -> ==8.1.8 age adoption passing confidence patch
idna (changelog) ==3.6 -> ==3.10 age adoption passing confidence minor
importlib_metadata ==7.1.0 -> ==7.2.1 age adoption passing confidence minor
pydantic (changelog) ==2.6.4 -> ==2.10.4 age adoption passing confidence minor
pydantic_core ==2.16.3 -> ==2.27.2 age adoption passing confidence minor
pydantic_yaml ==1.3.0 -> ==1.4.0 age adoption passing confidence minor
python 3.11 -> 3.13 age adoption passing confidence final minor
requests (source, changelog) ==2.31.0 -> ==2.32.3 age adoption passing confidence minor
rich ==13.7.1 -> ==13.9.4 age adoption passing confidence minor
ruamel.yaml.clib ==0.2.8 -> ==0.2.12 age adoption passing confidence patch
six ==1.16.0 -> ==1.17.0 age adoption passing confidence minor
soupsieve ==2.5 -> ==2.6 age adoption passing confidence minor
typer (changelog) ==0.12.1 -> ==0.15.1 age adoption passing confidence minor
typing_extensions (changelog) ==4.11.0 -> ==4.12.2 age adoption passing confidence minor
urllib3 (changelog) ==2.2.1 -> ==2.3.0 age adoption passing confidence minor
wrapt (changelog) ==1.16.0 -> ==1.17.0 age adoption passing confidence minor
zipp ==3.18.1 -> ==3.21.0 age adoption passing confidence minor

Release Notes

laurent-laporte-pro/deprecated (Deprecated)

v1.2.15

Compare Source

====================

Bug fix release

Fix

  • Resolve Python 2.7 support issue introduced in v1.2.14 in sphinx.py.

  • Fix #​69: Add extra_stacklevel argument for interoperating with other wrapper functions (refer to #​68 for a concrete use case).

  • Fix #​73: Update class method deprecation warnings for Python 3.13.

  • Fix #​75: Update GitHub workflows and fix development dependencies for Python 3.12.

Other

  • Fix #​66: discontinue TravisCI and AppVeyor due to end of free support.
pygithub/pygithub (PyGithub)

v2.5.0

Compare Source

Breaking Changes

  • Parameters of method github.Requester.Requester.graphql_named_mutation have been renamed:
    • Parameter variables renamed to mutation_input
    • Parameter output renamed to output_schema
    • Default value of parameter output has been removed

New features

Improvements

Bug Fixes

Maintenance

v2.4.0

Compare Source

New features

Improvements

Bug Fixes

Maintenance

pygments/pygments (Pygments)

v2.18.0

Compare Source

(released May 4th, 2024)

  • New lexers:

  • Updated lexers:

    • Awk: recognize ternary operator (#​2687)
    • Bash: add openrc alias (#​2599, #​2371)
    • Coq: add keywords, lex more vernacular command arguments, produce
      fewer tokens on heading comments (#​2678)
    • DNS zone files: Fix comment parsing (#​2595)
    • Hy: Support unicode literals (#​1126)
    • Inform6: Update to Inform 6.42 (#​2644)
    • lean: Fix name handling (#​2614)
    • Logtalk: add uninstantiation keyword and recognize
      escape sequences (#​2619)
    • Macaulay2: Update to 1.23 (#​2655)
    • Python: fix highlighting of soft keywords before None/True/False
    • reStructuredText: use Token.Comment for comments instead of
      Comment.Preproc (#​2598)
    • Rust: highlight :, :: and -> as Punctuation
      and whitespace as Whitespace, instead of Text
      in both cases (#​2631)
    • Spice: Add keywords (#​2621)
    • SQL Explain: allow negative numbers (#​2610)
    • Swift: Support multiline strings (#​2681)
    • ThingsDB: add constants and new functions; support template
      strings (#​2624)
    • UL4: support nested <?doc?> and <?note?> tags (#​2597)
    • VHDL: support multi-line comments of VHDL-2008 (#​2622)
    • Wikitext: Remove kk-* in variant_langs (#​2647)
    • Xtend: Add val and var (#​2602)
  • New styles:

  • Make background colors in the image formatter work with Pillow 10.0 (#​2623)

  • Require Python 3.8. As a result, the importlib-metadata package
    is no longer needed for fast plugin discovery on Python 3.7.
    The plugins extra (used as, e.g., pip install pygments[plugins])
    is kept for backwards compatibility but now has no effect. (#​2601)

  • Require the url attribute for lexers inside Pygments, add
    it to many lexers (#​2588)

  • Replace Pyflakes linter with Ruff (#​2592)

  • Add macOS CI (#​2594)

  • Built-in lexers now declare the version of Pygments in which they were
    added in a required version_added lexer attribute, instead of a
    .. versionadded:: directive in the docstring (#​2589, #​2634)

  • The url attribute is now required for built-in lexers and
    has been added to all existing lexers (#​2588)

  • The RTF formatter supports line number and line highlighting now (#​1217, #​2654)

  • Add \sa0 keyword in the RTF formatter (#​1111, #​2607)

  • Register pycon as an alias for the Python console lexer (#​2697)

  • Add MIME-Type for DesktopLexer (#​2613)

  • Fix native style to meet WCAG AA guidelines (#​2600)

  • Fix typo in documentation (#​2672)

  • Use format strings consistently (#​2661)

  • Add __class_getitem__ to Formatter to improve typing support (#​2665)

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

v4.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4.1.0...v4.1.1

v4.1.0

Compare Source

akhileshns/heroku-deploy (akhileshns/heroku-deploy)

v3.13.15

Compare Source

Updated node version to "node20" (as "node18" is not supported by GitHub Actions)

v3.13.14

Compare Source

Updated node version from 16 to 18 (as 16 is causing problems due to deprecation)

annotated-types/annotated-types (annotated-types)

v0.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: annotated-types/annotated-types@v0.6.0...v0.7.0

atlassian-api/atlassian-python-api (atlassian-python-api)

v3.41.16: Confluence and Jira methos

Compare Source

What's Changed

New Contributors

Full Changelog: atlassian-api/atlassian-python-api@3.41.15...3.41.16

v3.41.15: - Jira, Confluence and Bibucket

Compare Source

What's Changed

New Contributors

Full Changelog: atlassian-api/atlassian-python-api@3.41.14...3.41.15

v3.41.14: Jira, Crowd and Bamboo methods improvements and bug fixes

Compare Source

What's Changed

New Contributors

Full Changelog: atlassian-api/atlassian-python-api@3.41.13...3.41.14

v3.41.13: plugin management methods for bamboo module

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (rebase) April 10, 2024 17:11
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f1b1859 to f9bb3b9 Compare April 11, 2024 18:22
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 7e5b9ba to 5b322b0 Compare April 25, 2024 13:45
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dde18f5 to f25bde4 Compare May 8, 2024 22:07
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from a95f190 to cf45980 Compare May 22, 2024 01:32
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 6b429c0 to 14ae717 Compare May 29, 2024 16:22
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from ac3badd to 03d4be4 Compare June 4, 2024 20:18
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 8b7f7c5 to 8958d68 Compare June 14, 2024 07:30
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a434e85 to c671ca6 Compare October 15, 2024 17:01
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 79d6fae to 4d8cfd1 Compare October 23, 2024 17:50
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f7f2ba9 to 9ee53c5 Compare November 4, 2024 15:58
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 1845a5b to 1107ced Compare November 12, 2024 18:47
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from e1f9899 to 0e5601a Compare November 22, 2024 07:31
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7793675 to c35d29b Compare November 29, 2024 01:20
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c902ec6 to af48fb7 Compare December 4, 2024 20:57
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 4c1ac08 to a2867cf Compare December 18, 2024 17:49
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from eb40ea3 to 9fd4e4a Compare December 22, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants