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: bump the pip_dependencies group across 1 directory with 13 updates #47

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the pip_dependencies group with 12 updates in the / directory:

Package From To
coverage[toml] 7.5.3 7.6.1
juju 3.5.0.0 3.5.2.0
pyright 1.1.367 1.1.380
pytest 8.2.2 8.3.3
pytest-operator 0.35.0 0.36.0
pyyaml 6.0.1 6.0.2
ruff 0.4.9 0.6.5
cosl 0.0.12 0.0.33
lightkube-models 1.30.0.8 1.31.1.8
ops 2.14.0 2.16.1
pydantic 2.6.4 2.9.1
pytest-interface-tester 2.0.1 3.1.0

Updates coverage[toml] from 7.5.3 to 7.6.1

Release notes

Sourced from coverage[toml]'s releases.

7.6.1

  • Fix: coverage used to fail when measuring code using runpy.run_path <python:runpy.run_path> with a Path <python:pathlib.Path> argument. This is now fixed, thanks to Ask Hjorth Larsen.
  • Fix: backslashes preceding a multi-line backslashed string could confuse the HTML report. This is now fixed, thanks to LiuYinCarl.
  • Now we publish wheels for Python 3.13, both regular and free-threaded.

➡️  PyPI page: coverage 7.6.1. :arrow_right:  To install: python3 -m pip install coverage==7.6.1

7.6.0

[WARNING] Reference not found for 'daniel diniz ' at /var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/scriv_rst_9as3p9l__chunk line 2 column 9

  • Exclusion patterns can now be multi-line, thanks to Daniel Diniz <pull 1807_>. This enables many interesting exclusion use-cases, including those requested in issues 118 (entire files), 996 (multiple lines only when appearing together), 1741 (remainder of a function), and 1803 (arbitrary sequence of marked lines). See the multi_line_exclude section of the docs for more details and examples.
  • The JSON report now includes per-function and per-class coverage information. Thanks to Daniel Diniz for getting the work started. This closes issue 1793 and issue 1532.
  • Fixed an incorrect calculation of "(no class)" lines in the HTML classes report.
  • Python 3.13.0b3 is supported.

➡️  PyPI page: coverage 7.6.0. :arrow_right:  To install: python3 -m pip install coverage==7.6.0

7.5.4

  • If you attempt to combine statement coverage data with branch coverage data, coverage.py used to fail with the message "Can't combine arc data with line data" or its reverse, "Can't combine line data with arc data." These messages used internal terminology, making it hard for people to understand the problem. They are now changed to mention "branch coverage data" and "statement coverage data."
  • Fixed a minor branch coverage problem with wildcard match/case cases using names or guard clauses.
  • Started testing on 3.13 free-threading (nogil) builds of Python. I'm not claiming full support yet. Closes issue 1799.

➡️  PyPI page: coverage 7.5.4. :arrow_right:  To install: python3 -m pip install coverage==7.5.4

Changelog

Sourced from coverage[toml]'s changelog.

Version 7.6.1 — 2024-08-04

  • Fix: coverage used to fail when measuring code using :func:runpy.run_path <python:runpy.run_path> with a :class:Path <python:pathlib.Path> argument. This is now fixed, thanks to Ask Hjorth Larsen <pull 1819_>_.

  • Fix: backslashes preceding a multi-line backslashed string could confuse the HTML report. This is now fixed, thanks to LiuYinCarl <pull 1828_>_.

  • Now we publish wheels for Python 3.13, both regular and free-threaded.

.. _pull 1819: nedbat/coveragepy#1819 .. _pull 1828: nedbat/coveragepy#1828

.. _changes_7-6-0:

Version 7.6.0 — 2024-07-11

  • Exclusion patterns can now be multi-line, thanks to Daniel Diniz <pull 1807_>. This enables many interesting exclusion use-cases, including those requested in issues 118 <issue 118_> (entire files), 996 <issue 996_>_ (multiple lines only when appearing together), 1741 <issue 1741_>_ (remainder of a function), and 1803 <issue 1803_>_ (arbitrary sequence of marked lines). See the :ref:multi_line_exclude section of the docs for more details and examples.

  • The JSON report now includes per-function and per-class coverage information. Thanks to Daniel Diniz <pull 1809_>_ for getting the work started. This closes issue 1793_ and issue 1532_.

  • Fixed an incorrect calculation of "(no class)" lines in the HTML classes report.

  • Python 3.13.0b3 is supported.

.. _issue 118: nedbat/coveragepy#118 .. _issue 996: nedbat/coveragepy#996 .. _issue 1532: nedbat/coveragepy#1532 .. _issue 1741: nedbat/coveragepy#1741 .. _issue 1793: nedbat/coveragepy#1793 .. _issue 1803: nedbat/coveragepy#1803 .. _pull 1807: nedbat/coveragepy#1807 .. _pull 1809: nedbat/coveragepy#1809

.. _changes_7-5-4:

Version 7.5.4 — 2024-06-22

... (truncated)

Commits
  • 29f5898 docs: sample HTML for 7.6.1
  • 9b829f1 docs: prep for 7.6.1
  • ebbb6a2 build: wheels for 3.13rc1
  • 3872525 chore: make upgrade
  • 7a27f40 test: fix a test on free-threading, use abiflags to get site-packages path co...
  • 2b53664 build: include gil/nogil in the version banner
  • da1682f docs: changelog and contributor for #1828
  • dc819ff test: two tests for #1828
  • 9aaa404 fix: properly handle backslash before multi-line string (#1828)
  • 9c50270 chore: make upgrade
  • Additional commits viewable in compare view

Updates juju from 3.5.0.0 to 3.5.2.0

Release notes

Sourced from juju's releases.

3.5.2.0

This is a 3.x track release. It's compatible with all the Juju controller versions up to 3.5.2.

What's Changed

Enhancements

Bug Fixes

New Contributors

Full Changelog: juju/python-libjuju@3.5.0.0...3.5.2.0

Changelog

Sourced from juju's changelog.

3.5.2.0 ^^^^^^^

Thursday 11th July 2024

What's Changed

Commits
  • 6c6d70d Merge pull request #1071 from cderici/release-3.5.2
  • d187c1e chore(release): 3.5.2.0 release notes
  • 30c31b5 Merge pull request #1069 from cderici/fix-make-test-target
  • f4f6ebc Merge branch 'main' into fix-make-test-target
  • 4032529 Merge pull request #1065 from gboutry/fix/list-secrets
  • aaf6de3 Merge branch 'main' into fix/list-secrets
  • c033058 Merge pull request #1054 from luissimas/fix-zone-constraints
  • ff813b5 Merge branch 'main' into fix/list-secrets
  • c12adde fix zones constrains list parsing
  • 18917b4 Merge pull request #1063 from jack-w-shaw/JUJU-6223_add_noble_support
  • Additional commits viewable in compare view

Updates pyright from 1.1.367 to 1.1.380

Commits
  • e592e91 [pyright updated to 1.1.380] Update Version (#293)
  • a0bc017 [pyright updated to 1.1.379] Update Version (#292)
  • 0fde3cf [pyright updated to 1.1.378] Update Version (#290)
  • 5a98910 Pyright NPM Package update to 1.1.377 (#289)
  • ae9a6c1 Pyright NPM Package update to 1.1.376 (#288)
  • ec0e68a [pyright updated to 1.1.375] Update Version (#287)
  • c35c2ee [pyright updated to 1.1.374] Update Version (#286)
  • 5d315f9 [pyright updated to 1.1.373] Update Version (#284)
  • 59a4bdf [pyright updated to 1.1.372] Update Version (#283)
  • ca00a93 [pyright updated to 1.1.371] Update Version (#282)
  • Additional commits viewable in compare view

Updates pytest from 8.2.2 to 8.3.3

Release notes

Sourced from pytest's releases.

8.3.3

pytest 8.3.3 (2024-09-09)

Bug fixes

  • #12446: Avoid calling @property (and other instance descriptors) during fixture discovery -- by asottile{.interpreted-text role="user"}

  • #12659: Fixed the issue of not displaying assertion failure differences when using the parameter --import-mode=importlib in pytest>=8.1.

  • #12667: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.

  • #12744: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by Avasam{.interpreted-text role="user"}

  • #12745: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.

  • #6682: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in assert condition, msg).

  • #9422: Fix bug where disabling the terminal plugin via -p no:terminal would cause crashes related to missing the verbose option.

    -- by GTowers1{.interpreted-text role="user"}

Improved documentation

  • #12663: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
  • #12678: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.

Miscellaneous internal changes

  • #12769: Fix typos discovered by codespell and add codespell to pre-commit hooks.

8.3.2

pytest 8.3.2 (2024-07-24)

Bug fixes

  • #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.

    -- by RonnyPfannschmidt{.interpreted-text role="user"}

8.3.1

pytest 8.3.1 (2024-07-20)

The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes.

... (truncated)

Commits

Updates pytest-operator from 0.35.0 to 0.36.0

Commits

Updates pyyaml from 6.0.1 to 6.0.2

Release notes

Sourced from pyyaml's releases.

6.0.2

What's Changed

  • Support for Cython 3.x and Python 3.13.

Full Changelog: yaml/pyyaml@6.0.1...6.0.2

6.0.2rc1

  • Support for extension build with Cython 3.x
  • Support for Python 3.13
  • Added PyPI wheels for musllinux on aarch64
Changelog

Sourced from pyyaml's changelog.

6.0.2 (2024-08-06)

Commits

Updates ruff from 0.4.9 to 0.6.5

Release notes

Sourced from ruff's releases.

0.6.5

Release Notes

Preview features

  • [pydoclint] Ignore DOC201 when function name is "new" (#13300)
  • [refurb] Implement slice-to-remove-prefix-or-suffix (FURB188) (#13256)

Rule changes

  • [eradicate] Ignore script-comments with multiple end-tags (ERA001) (#13283)
  • [pyflakes] Improve error message for UndefinedName when a builtin was added in a newer version than specified in Ruff config (F821) (#13293)

Server

  • Add support for extensionless Python files for server (#13326)
  • Fix configuration inheritance for configurations specified in the LSP settings (#13285)

Bug fixes

  • [ruff] Handle unary operators in decimal-from-float-literal (RUF032) (#13275)

CLI

  • Only include rules with diagnostics in SARIF metadata (#13268)

Playground

  • Add "Copy as pyproject.toml/ruff.toml" and "Paste from TOML" (#13328)
  • Fix errors not shown for restored snippet on page load (#13262)

Contributors

Install ruff 0.6.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.5/ruff-installer.sh | sh
</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.6.5

Preview features

  • [pydoclint] Ignore DOC201 when function name is "new" (#13300)
  • [refurb] Implement slice-to-remove-prefix-or-suffix (FURB188) (#13256)

Rule changes

  • [eradicate] Ignore script-comments with multiple end-tags (ERA001) (#13283)
  • [pyflakes] Improve error message for UndefinedName when a builtin was added in a newer version than specified in Ruff config (F821) (#13293)

Server

  • Add support for extensionless Python files for server (#13326)
  • Fix configuration inheritance for configurations specified in the LSP settings (#13285)

Bug fixes

  • [ruff] Handle unary operators in decimal-from-float-literal (RUF032) (#13275)

CLI

  • Only include rules with diagnostics in SARIF metadata (#13268)

Playground

  • Add "Copy as pyproject.toml/ruff.toml" and "Paste from TOML" (#13328)
  • Fix errors not shown for restored snippet on page load (#13262)

0.6.4

Preview features

  • [flake8-builtins] Use dynamic builtins list based on Python version (#13172)
  • [pydoclint] Permit yielding None in DOC402 and DOC403 (#13148)
  • [pylint] Update diagnostic message for PLW3201 (#13194)
  • [ruff] Implement post-init-default (RUF033) (#13192)
  • [ruff] Implement useless if-else (RUF034) (#13218)

Rule changes

  • [flake8-pyi] Respect pep8_naming.classmethod-decorators settings when determining if a method is a classmethod in custom-type-var-return-type (PYI019) (#13162)
  • [flake8-pyi] Teach various rules that annotations might be stringized (#12951)
  • [pylint] Avoid no-self-use for attrs-style validators (#13166)
  • [pylint] Recurse into subscript subexpressions when searching for list/dict lookups (PLR1733, PLR1736) (#13186)
  • [pyupgrade] Detect aiofiles.open calls in UP015 (#13173)
  • [pyupgrade] Mark sys.version_info[0] < 3 and similar comparisons as outdated (UP036) (#13175)

CLI

... (truncated)

Commits
  • 8558126 Bump version to 0.6.5 (#13346)
  • 9bd9981 Create insta snapshot for SARIF output (#13345)
  • 21bfab9 Playground: Add Copy as pyproject.toml/ruff.toml and paste from TOML (#13328)
  • 43a5922 [red-knot] add BitSet::is_empty and BitSet::union (#13333)
  • 175d067 [red-knot] add initial Type::is_equivalent_to and Type::is_assignable_to (#13...
  • 4dc2c25 [red-knot] Fix type inference for except* definitions (#13320)
  • b72d49b Add support for extensionless Python files for server (#13326)
  • eded78a [pyupgrade] Fix broken doc link and clarify that deprecated aliases were re...
  • a7b8cc0 [red-knot] Fix .to_instance() for union types (#13319)
  • b93d0ab [red-knot] Add control flow for for loops (#13318)
  • Additional commits viewable in compare view

Updates cosl from 0.0.12 to 0.0.33

Release notes

Sourced from cosl's releases.

refactored worker status logic

0.0.32

What's Changed

Full Changelog: canonical/cos-lib@0.0.31...0.0.32

0.0.31

What's Changed

Full Changelog: canonical/cos-lib@0.0.30...0.0.31

holistic worker logic

refactored Worker logic to use a stateless reconciler function to avoid some pod-churn related race conditions

0.0.29

What's Changed

Full Changelog: canonical/cos-lib@0.0.28...0.0.29

0.0.28

What's Changed

Full Changelog: canonical/cos-lib@0.0.27...0.0.28

0.0.27

unified config accessing logic so that it can be overridden by worker subclasses if a worker charm needs to preprocess its config on a per-unit basis

0.0.26

What's Changed

Full Changelog: canonical/cos-lib@0.0.25...0.0.26

0.0.25

What's Changed

... (truncated)

Commits

Updates lightkube from 0.15.3 to 0.15.4

Release notes

Sourced from lightkube's releases.

v0.15.4

What's Changed

New Contributors

Full Changelog: gtsystem/lightkube@v0.15.2...v0.15.4

Upgrade httpx dependency to 0.20.0

What's Changed

  • Updated to move the specification of a timeout into WatchDriver.get_request, which in turns passes the timeout to httpx.Client.build_request() by @​jnsgruk in gtsystem/lightkube#11 (fixes incompatibility introduced in httpx 0.20.0)

New Contributors

Full Changelog: gtsystem/lightkube@v0.8.0...v0.8.1

Commits

Updates lightkube-models from 1.30.0.8 to 1.31.1.8

Commits

Updates ops from 2.14.0 to 2.16.1

Release notes

Sourced from ops's releases.

2.16.0

This release adds a private _JujuContext dataclass used to parse all `JUJU_*`` environment variables in one place; besides, a significant amount of work has been done on tests, continuous integration and documentation.

Features

Refactor

Fixes

Documentation

Tests

CI

New Contributors

Thanks @​james-garner-canonical for your first contributions, and welcome to the team!

Full Changelog: canonical/operator@2.15.0...2.16.0

2.15.0 Support Pebble check-failed and check-recovered events

What's Changed

This release adds support for new events based on Pebble checks. As of Juju 3.6b2, when a Pebble check reaches the failure threshold, a PebbleCheckFailedEvent will be emitted - and when the check starts passing again, the charm will get a PebbleCheckRecoveredEvent. Kubernetes charms can observe these events to react to failing checks - for example, change the unit or application status, output additional logging, or dynamically adjust the workload to work around the failure.

... (truncated)

Changelog

Sourced from ops's changelog.

2.16.1 - 5 Sep 2024

Fixes

2.16.0 - 29 Aug 2024

Features

Refactor

Fixes

Documentation

Tests

CI

2.15.0 - 22 Jul 2024

Features

  • Add support for Pebble check-failed and check-recovered events (#1281)

Fixes

... (truncated)

Commits

Updates pydantic from 2.6.4 to 2.9.1

Release notes

Sourced from pydantic's releases.

v2.9.1 (2024-09-09)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

v2.9.0 (2024-09-05)

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

Changes

  • Breaking Change: Merge dict type json_schema_extra by @​sydney-runkle in Description has been truncated

…ates

Bumps the pip_dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.3` | `7.6.1` |
| [juju](https://github.com/juju/python-libjuju) | `3.5.0.0` | `3.5.2.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.367` | `1.1.380` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` |
| [pytest-operator](https://github.com/charmed-kubernetes/pytest-operator) | `0.35.0` | `0.36.0` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.9` | `0.6.5` |
| [cosl](https://github.com/canonical/cos-lib) | `0.0.12` | `0.0.33` |
| [lightkube-models](https://github.com/gtsystem/lightkube-models) | `1.30.0.8` | `1.31.1.8` |
| [ops](https://github.com/canonical/operator) | `2.14.0` | `2.16.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.6.4` | `2.9.1` |
| [pytest-interface-tester](https://github.com/canonical/pytest-interface-tester) | `2.0.1` | `3.1.0` |



Updates `coverage[toml]` from 7.5.3 to 7.6.1
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.3...7.6.1)

Updates `juju` from 3.5.0.0 to 3.5.2.0
- [Release notes](https://github.com/juju/python-libjuju/releases)
- [Changelog](https://github.com/juju/python-libjuju/blob/main/docs/changelog.rst)
- [Commits](juju/python-libjuju@3.5.0.0...3.5.2.0)

Updates `pyright` from 1.1.367 to 1.1.380
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.367...v1.1.380)

Updates `pytest` from 8.2.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.3)

Updates `pytest-operator` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/charmed-kubernetes/pytest-operator/releases)
- [Commits](https://github.com/charmed-kubernetes/pytest-operator/commits/v0.36.0)

Updates `pyyaml` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](yaml/pyyaml@6.0.1...6.0.2)

Updates `ruff` from 0.4.9 to 0.6.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.9...0.6.5)

Updates `cosl` from 0.0.12 to 0.0.33
- [Release notes](https://github.com/canonical/cos-lib/releases)
- [Commits](canonical/cos-lib@0.0.12...0.0.33)

Updates `lightkube` from 0.15.3 to 0.15.4
- [Release notes](https://github.com/gtsystem/lightkube/releases)
- [Commits](https://github.com/gtsystem/lightkube/commits/v0.15.4)

Updates `lightkube-models` from 1.30.0.8 to 1.31.1.8
- [Commits](https://github.com/gtsystem/lightkube-models/commits)

Updates `ops` from 2.14.0 to 2.16.1
- [Release notes](https://github.com/canonical/operator/releases)
- [Changelog](https://github.com/canonical/operator/blob/2.16.1/CHANGES.md)
- [Commits](canonical/operator@2.14.0...2.16.1)

Updates `pydantic` from 2.6.4 to 2.9.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.4...v2.9.1)

Updates `pytest-interface-tester` from 2.0.1 to 3.1.0
- [Release notes](https://github.com/canonical/pytest-interface-tester/releases)
- [Commits](canonical/pytest-interface-tester@2.0.1...3.1.0)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: juju
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: pytest-operator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: cosl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: lightkube
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: lightkube-models
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: ops
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: pytest-interface-tester
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants