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

Bump the pip-dependencies group with 3 updates #326

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps the pip-dependencies group with 3 updates: debugpy, jaraco-classes and twine.

Updates debugpy from 1.8.0 to 1.8.1

Release notes

Sourced from debugpy's releases.

debugpy v1.8.1

Python 3.12 is now fully supported.

Fixes: #1408, #1477

Enhancements: #1337

Commits
  • 42853a9 Add Python 3.12 as officially supported.
  • b9b09e6 Fix #1408: Can no longer expand Numpy arrays to view elements
  • e9a39f7 Fix #1477: namedtuple are not rendered in the variable browser as expected
  • 2888f72 Update CODEOWNERS
  • e62da42 Update pydevd attach-to-process binaries.
  • 46a02e1 Fix ruff command line arguments.
  • 79882c1 Fix linker flags for attach-to-process binaries to comply with APIScan requir...
  • ef9a67f Fix #1337: Get port info from debugpy
  • 7d09fb2 Merge pull request #1390 from microsoft/add_ruff_config
  • 131afb5 allow ruff to fail the build if errors are detected
  • Additional commits viewable in compare view

Updates jaraco-classes from 3.3.0 to 3.3.1

Changelog

Sourced from jaraco-classes's changelog.

v3.3.1

No significant changes.

Commits
  • 36ea312 Finalize
  • bf6dac1 Merge pull request #10 from bswck/type-hints
  • 032ecc1 Prefer single quotes
  • 8408287 Remove _GetterStaticMethod type
  • d2d54e8 PEP 252 compatibility
  • b1e7325 Use Protocol[_T] as _ClassPropertyAttribute base
  • 135f192 Nitpick ignore TYPE_CHECKING block types
  • e6206f5 Use None return type for setters, rename type aliases
  • b68233d In TODO, link an issue, not a person
  • 95d78a5 👹 Feed the hobgoblins (delint).
  • Additional commits viewable in compare view

Updates twine from 4.0.2 to 5.0.0

Changelog

Sourced from twine's changelog.

Twine 5.0.0 (2024-02-10)

Bugfixes ^^^^^^^^

  • Use email.message instead of cgi as cgi has been deprecated ([#969](https://github.com/pypa/twine/issues/969) <https://github.com/pypa/twine/issues/969>_)

Misc ^^^^

  • [#931](https://github.com/pypa/twine/issues/931) <https://github.com/pypa/twine/issues/931>, [#991](https://github.com/pypa/twine/issues/991) <https://github.com/pypa/twine/issues/991>, [#1028](https://github.com/pypa/twine/issues/1028) <https://github.com/pypa/twine/issues/1028>, [#1040](https://github.com/pypa/twine/issues/1040) <https://github.com/pypa/twine/issues/1040>
Commits
  • 94f810c Merge pull request #1047 from pypa/new-release
  • 09d993a Update linkcheck_ignore setting for docs
  • ab0ed19 Apply 2024 black format
  • 407e6cc Build changelog for 5.0.0
  • 6644b86 Add missing changelog entries
  • fe1885f Merge pull request #1034 from DimitriPapadopoulos/codespell
  • 694bdcf Fix typos found by codespell
  • 89ec78c Merge pull request #1040 from woodruffw-forks/ww/pypi-mandatory-api-tokens
  • b3b363a tests: lintage
  • 6e94d20 tests: more non-PyPI tests
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-dependencies group with 3 updates: [debugpy](https://github.com/microsoft/debugpy), [jaraco-classes](https://github.com/jaraco/jaraco.classes) and [twine](https://github.com/pypa/twine).


Updates `debugpy` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.0...v1.8.1)

Updates `jaraco-classes` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/jaraco/jaraco.classes/releases)
- [Changelog](https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.classes@v3.3.0...v3.3.1)

Updates `twine` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@4.0.2...5.0.0)

---
updated-dependencies:
- dependency-name: debugpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: jaraco-classes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: twine
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 12, 2024
@gaugebot
Copy link

gaugebot bot commented Feb 13, 2024

@dependabot[bot] Thank you for contributing to gauge-python. Your pull request has been labeled as a release candidate 🎉🎉.

Merging this PR will trigger a release.

Please bump up the version as part of this PR.

Instructions to bump the version can found at CONTRIBUTING.md

If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done.

Signed-off-by: Chad Wilson <[email protected]>
@chadlwilson chadlwilson force-pushed the dependabot/pip/pip-dependencies-97f71178c4 branch from cacdb75 to 92b14ab Compare February 13, 2024 13:56
@chadlwilson chadlwilson merged commit 385da79 into master Feb 13, 2024
11 checks passed
@chadlwilson chadlwilson deleted the dependabot/pip/pip-dependencies-97f71178c4 branch February 13, 2024 14:04
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 python Pull requests that update Python code ReleaseCandidate
Development

Successfully merging this pull request may close these issues.

1 participant