Skip to content

chore(deps): update all dependencies #30

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

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 Confidence Type Update
Deprecated ==1.2.14 -> ==1.2.18 age confidence patch
PyGithub ==2.3.0 -> ==2.6.1 age confidence minor
Pygments (changelog) ==2.17.2 -> ==2.19.2 age confidence minor
annotated-types (changelog) ==0.6.0 -> ==0.7.0 age confidence minor
atlassian-python-api ==3.41.11 -> ==3.41.21 age confidence patch
beautifulsoup4 (changelog) ==4.12.3 -> ==4.13.4 age confidence minor
certifi ==2024.2.2 -> ==2024.12.14 age confidence minor
charset-normalizer (changelog) ==3.3.2 -> ==3.4.2 age confidence minor
click (changelog) ==8.1.7 -> ==8.2.1 age confidence minor
gitpython ==3.1.43 -> ==3.1.44 age confidence patch
idna (changelog) ==3.6 -> ==3.10 age confidence minor
importlib_metadata ==7.1.0 -> ==7.2.1 age confidence minor
oauthlib ==3.2.2 -> ==3.3.1 age confidence minor
pydantic (changelog) ==2.6.4 -> ==2.11.7 age confidence minor
pydantic_core ==2.16.3 -> ==2.35.2 age confidence minor
pydantic_yaml ==1.3.0 -> ==1.5.1 age confidence minor
python 3.11 -> 3.13 age confidence final minor
python-dotenv ==1.0.1 -> ==1.1.1 age confidence minor
requests (source, changelog) ==2.31.0 -> ==2.32.4 age confidence minor
rich ==13.7.1 -> ==13.9.4 age confidence minor
ruamel.yaml ==0.18.6 -> ==0.18.14 age confidence patch
ruamel.yaml.clib ==0.2.8 -> ==0.2.12 age confidence patch
six ==1.16.0 -> ==1.17.0 age confidence minor
soupsieve ==2.5 -> ==2.7 age confidence minor
typer (changelog) ==0.12.1 -> ==0.16.0 age confidence minor
typing_extensions (changelog) ==4.11.0 -> ==4.14.1 age confidence minor
urllib3 (changelog) ==2.2.1 -> ==2.5.0 age confidence minor
wrapt (changelog) ==1.16.0 -> ==1.17.2 age confidence minor
zipp ==3.18.1 -> ==3.23.0 age confidence minor

Release Notes

laurent-laporte-pro/deprecated (Deprecated)

v1.2.18

Compare Source

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

This version does not bring any change in the source code, but fixes the build anomaly on Fedora (Packit).

The package must be published on PyPi using twine <https://pypi.org/project/twine/>_ to correctly deal with the license file.

v1.2.17

Compare Source

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

Bug fix release

v1.2.16

Compare Source

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

Bug fix release

Fix

  • Fix #​78: Fix configuration for Packit 1.0.0

  • Fix #​79: Fix the configuration for the intersphinx mapping in the Sphinx documentation.
    See How to link to other documentation projects with Intersphinx <https://docs.readthedocs.io/en/stable/guides/intersphinx.html>_.

Other

  • Drop support for Python older than 3.7 in GitHub Actions.

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.6.1

Compare Source

Bug Fixes
Maintenance

Full Changelog: PyGithub/PyGithub@v2.6.0...v2.6.1

v2.6.0

Compare Source

Breaking Changes

Code like

repo.get_views_traffic().["views"].timestamp
repo.get_clones_traffic().["clones"].timestamp

should be replaced with

repo.get_views_traffic().views.timestamp
repo.get_clones_traffic().clones.timestamp
New Features
Improvements
Bug Fixes
Others
Maintenance

New Contributors

Full Changelog: PyGithub/PyGithub@v2.5.0...v2.6.0

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.19.2

Compare Source

(released June 21st, 2025)

v2.19.1

Compare Source

(released January 6th, 2025)

  • Updated lexers:

    • Ini: Fix quoted string regression introduced in 2.19.0
    • Lua: Fix a regression introduced in 2.19.0

v2.19.0

Compare Source

(released January 5th, 2025)

  • Mark file extensions for HTML/XML+Evoque as aliases (#​2743)
  • Add a color for Operator.Word to the rrt style (#​2709)
  • Fix broken link in the documentation (#​2803, #​2804)
  • Drop executable bit where not needed (#​2781)
  • Reduce Mojo priority relative to Python in ``analyze_text´` (#​2771, #​2772)
  • Fix documentation builds (#​2712)
  • Match example file names to the lexer's name (#​2713, #​2715)
  • Ensure lexer metadata is present (#​2714)
  • Search more directories on macOS for fonts (#​2809)
  • Improve test robustness (#​2812)

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, [#&#82


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 ffe5cc7 to 20e1778 Compare April 20, 2025 22:32
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 7fbe8d0 to 5dbff05 Compare May 2, 2025 11:10
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 836442c to 9d39a26 Compare May 14, 2025 17:02
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from c5ec85d to 6158f74 Compare May 26, 2025 16:34
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a9f1af8 to 423780f Compare June 2, 2025 19:01
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 951ee27 to 09f0c42 Compare June 13, 2025 10:10
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 9c09a78 to 63b2196 Compare June 20, 2025 03:09
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 7cf96ef to 9e2e26c Compare June 26, 2025 13:13
@renovate renovate bot force-pushed the renovate/all branch from 9e2e26c to a96e66a Compare July 4, 2025 14:48
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