chore(deps): update all dependencies #30
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.2.14
->==1.2.15
==2.3.0
->==2.5.0
==2.17.2
->==2.18.0
v4.0.0
->v4.2.2
v3.12.14
->v3.13.15
==0.6.0
->==0.7.0
==3.41.11
->==3.41.16
==2024.2.2
->==2024.12.14
==3.3.2
->==3.4.1
==8.1.7
->==8.1.8
==3.6
->==3.10
==7.1.0
->==7.2.1
==2.6.4
->==2.10.4
==2.16.3
->==2.27.2
==1.3.0
->==1.4.0
3.11
->3.13
==2.31.0
->==2.32.3
==13.7.1
->==13.9.4
==0.2.8
->==0.2.12
==1.16.0
->==1.17.0
==2.5
->==2.6
==0.12.1
->==0.15.1
==4.11.0
->==4.12.2
==2.2.1
->==2.3.0
==1.16.0
->==1.17.0
==3.18.1
->==3.21.0
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
pygithub/pygithub (PyGithub)
v2.5.0
Compare Source
Breaking Changes
github.Requester.Requester.graphql_named_mutation
have been renamed:variables
renamed tomutation_input
output
renamed tooutput_schema
output
has been removedNew features
RepositoryDiscussion
powered by GraphQL API @EnricoMi (#3048)Repository.get_discussion()
to get a single Discussion @tiangolo (#3072)Improvements
actor
property to WorkflowRun @gbhand (#2764)Bug Fixes
Maintenance
510c140
)0d395d4
)v2.4.0
Compare Source
New features
Improvements
has_discussions
toAuthenticatedUser
andRepository
classes @cwlls (#3020)SecurityAndAnalysis
attributes @squatched (#3025)dict
type toadd_attribute
script @jackylamhk (#2977)make_latest
toGitRelease.update_release
@treee111 (#2888)Bug Fixes
Maintenance
pygments/pygments (Pygments)
v2.18.0
Compare Source
(released May 4th, 2024)
New lexers:
Android.bp
(#2659)Updated lexers:
openrc
alias (#2599, #2371)fewer tokens on heading comments (#2678)
uninstantiation
keyword and recognizeescape sequences (#2619)
None
/True
/False
Token.Comment
for comments instead ofComment.Preproc
(#2598):
,::
and->
asPunctuation
and whitespace as
Whitespace
, instead ofText
in both cases (#2631)
strings (#2624)
<?doc?>
and<?note?>
tags (#2597)kk-*
invariant_langs
(#2647)val
andvar
(#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
packageis 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, addit 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 andhas 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__
toFormatter
to improve typing support (#2665)actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.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
user.email
to be41898282+github-actions[bot]@​users.noreply.github.com
by @cory-miller in https://github.com/actions/checkout/pull/1707Full Changelog: actions/checkout@v4.1.4...v4.1.5
v4.1.4
Compare Source
extensions.worktreeConfig
when disablingsparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1692v4.1.3
Compare Source
What's Changed
actions/checkout
version inupdate-main-version.yml
by @jww3 in https://github.com/actions/checkout/pull/1650sparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1656Full Changelog: actions/checkout@v4.1.2...v4.1.3
v4.1.2
Compare Source
sparse-checkout
option is not present @dscho in https://github.com/actions/checkout/pull/1598v4.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
tzinfo
objects forTimezone
by @Viicos in https://github.com/annotated-types/annotated-types/pull/56pyproject.toml
by @samuelcolvin in https://github.com/annotated-types/annotated-types/pull/58Unit
type by @tlambert03 in https://github.com/annotated-types/annotated-types/pull/65New 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 methosCompare 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 BibucketCompare Source
What's Changed
bytes
instead ofstr
by @nitram509 in https://github.com/atlassian-api/atlassian-python-api/pull/1433params
-->data
by @jorgegomzar in https://github.com/atlassian-api/atlassian-python-api/pull/1438New 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 fixesCompare Source
What's Changed
Crowd
a new attr by @ChowRex in https://github.com/atlassian-api/atlassian-python-api/pull/1400Crowd
class by @ChowRex in https://github.com/atlassian-api/atlassian-python-api/pull/1402backoff_and_retry
ifurllib3
is at least 2.0.0 by @djgoku in https://github.com/atlassian-api/atlassian-python-api/pull/1342New Contributors
Full Changelog: atlassian-api/atlassian-python-api@3.41.13...3.41.14
v3.41.13
: plugin management methods for bamboo moduleCompare 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.
This PR was generated by Mend Renovate. View the repository job log.