Skip to content

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.8.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.14.2 age confidence minor
certifi ==2024.2.2 -> ==2024.12.14 age confidence minor
charset-normalizer (changelog) ==3.3.2 -> ==3.4.4 age confidence minor
click (changelog) ==8.1.7 -> ==8.3.0 age confidence minor
gitpython ==3.1.43 -> ==3.1.45 age confidence patch
idna (changelog) ==3.6 -> ==3.11 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.12.3 age confidence minor
pydantic_core ==2.16.3 -> ==2.41.4 age confidence minor
pydantic_yaml (changelog) ==1.3.0 -> ==1.6.0 age confidence minor
python 3.11 -> 3.14 age confidence final minor
python-dotenv ==1.0.1 -> ==1.1.1 age confidence minor
requests (source, changelog) ==2.31.0 -> ==2.32.5 age confidence minor
rich ==13.7.1 -> ==13.9.4 age confidence minor
ruamel.yaml ==0.18.6 -> ==0.18.15 age confidence patch
ruamel.yaml.clib ==0.2.8 -> ==0.2.14 age confidence patch
six ==1.16.0 -> ==1.17.0 age confidence minor
soupsieve ==2.5 -> ==2.8 age confidence minor
typer (changelog) ==0.12.1 -> ==0.19.2 age confidence minor
typing_extensions (changelog) ==4.11.0 -> ==4.15.0 age confidence minor
urllib3 (changelog) ==2.2.1 -> ==2.5.0 age confidence minor
wrapt (changelog) ==1.16.0 -> ==1.17.3 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.8.1

Compare Source

What's Changed

Bug Fixes

Full Changelog: PyGithub/PyGithub@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

New Features
Improvements
Bug Fixes
Maintenance

New Contributors

Full Changelog: PyGithub/PyGithub@v2.7.0...v2.8.0

v2.7.0

Compare Source

What's Changed

Breaking Changes
  • Method Github.get_rate_limit() now returns RateLimitOverview rather than RateLimit (PyGithub/PyGithub#3205).

Code like

gh.get_rate_limit().core.remaining

should be replaced with

gh.get_rate_limit().resources.core.remaining
  • Method GitTag.verification now returns GitCommitVerification rather than dict[str, Any] (PyGithub/PyGithub#3226).

Code like

tag.verification["reason"]
tag.verification.get("reason")

should be replaced with

tag.verification.reason
New Features
Improvements
Bug Fixes
Dependencies
Maintenance

New Contributors

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

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
  • Rework Views and Clones by @​EnricoMi in PyGithub/PyGithub#3168:
    View and clones traffic information returned by Repository.get_views_traffic and Repository.get_clones_traffic
    now return proper PyGithub objects, instead of a dict, with all information that used to be provided by the dict:

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

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 4 times, most recently from b7ad0d0 to 3250119 Compare September 2, 2025 20:56
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from e86c816 to 37bb419 Compare September 19, 2025 21:51
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 0dff7a4 to 86ecf84 Compare September 23, 2025 10:37
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 1979b8c to be80460 Compare October 4, 2025 12:28
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from df5648e to 251e384 Compare October 13, 2025 17:58
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 50b24c4 to 1b1bfcb Compare October 14, 2025 18:09
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