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 dependencies group across 1 directory with 14 updates #215

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the dependencies group with 14 updates in the / directory:

Package From To
pg8000 1.31.1 1.31.2
holidays 0.46 0.47
tinycss2 1.2.1 1.3.0
cheroot 10.0.0 10.0.1
regex 2023.12.25 2024.4.28
ixbrl-viewer 1.4.22 1.4.26
mypy 1.9.0 1.10.0
pytest 8.1.1 8.2.0
types-pymysql 1.1.0.1 1.1.0.20240425
types-pytz 2024.1.0.20240203 2024.1.0.20240417
types-regex 2023.12.25.20240311 2024.4.28.20240506
types-waitress 2.1.4.20240106 3.0.0.20240423
furo 2024.1.29 2024.4.27
myst-parser 2.0.0 3.0.1

Updates pg8000 from 1.31.1 to 1.31.2

Commits
  • 9945228 Prepare for new release
  • 0e6a319 Add tests for Python 3.12
  • 62a90d4 Non-ascii parameter statuses fail
  • e80fbb1 Update note on IN in README
  • 7ab7148 Add 'author' to pyproject
  • d0356d5 Tests: fixup for the dbname mentioned in a couple of SCRAM-related test comme...
  • See full diff in compare view

Updates holidays from 0.46 to 0.47

Release notes

Sourced from holidays's releases.

v0.47

Version 0.47

Released April 15, 2024

New Contributors

Full Changelog: vacanza/holidays@v0.46...v0.47

Changelog

Sourced from holidays's changelog.

Version 0.47

Released April 15, 2024

Commits

Updates tinycss2 from 1.2.1 to 1.3.0

Release notes

Sourced from tinycss2's releases.

v1.3.0

  • Support CSS nesting
  • Deprecate parse_declaration_list, use parse_blocks_contents instead
Changelog

Sourced from tinycss2's changelog.

Version 1.3.0

Released on 2024-04-23.

  • Support CSS nesting
  • Deprecate parse_declaration_list, use parse_blocks_contents instead
Commits
  • dab0f9a Merge pull request #57 from Kozea/ruff
  • 589d7c0 Mark Python 3.12 as officially supported
  • c07ce3e Use ruff instead of flake8 and isort
  • dc922eb Fix default branch for documentation CI
  • 309ad43 Document and use parse_blocks_contents everywhere
  • 6398302 Merge pull request #55 from Kozea/nested-css
  • 62b23f7 Update parsing tests suite version
  • 3ae5513 Implement new CSS syntax draft
  • f695870 Take care of declaration first token
  • 21dd31a Split deprecated and new functions
  • Additional commits viewable in compare view

Updates cheroot from 10.0.0 to 10.0.1

Changelog

Sourced from cheroot's changelog.

v10.0.1

(2024-04-22)

Bug fixes

  • Fixed a flaw where internally unhandled exceptions could crash the worker threads and eventually starve the server of its processing resources. It is no longer and issue and the unhandled errors are now logged and suppressed except for a few expected exceptions that are used for normal interruption requests.

    -- by :user:cameronbrunner and :user:webknjaz

    Related issues and pull requests on GitHub: :issue:310, :issue:346, :issue:354, :issue:358, :issue:365, :issue:375, :issue:599, :issue:641, :issue:649.

  • Fixed compatibility with Python 3.8 in the built-in TLS adapter that relies on :py:mod:python:ssl.

    Modern Python versions communicate specialized exceptions :py:exc:ssl.SSLEOFError and :py:exc:ssl.SSLZeroReturnError where the older versions errored out in a very generic way.

    -- by :user:toppk and :user:webknjaz

    Related issues and pull requests on GitHub: :issue:517, :issue:518.

Packaging updates and notes for downstreams

  • Started signing the package distribution artifacts in CI/CD with Sigstore and uploading them to GitHub Releases -- by :user:webknjaz.

    Related commits on GitHub: :commit:27a3c944, :commit:c45f184e.

  • The changelog management is now implemented through the :std:doc:Towncrier <towncrier:index> tool -- by :user:webknjaz.

    The contributors are now expected to :std:ref:`include

... (truncated)

Commits
  • 1391e71 Generate a change log entry for v10.0.1
  • c00f21b Revert "📝 Add a change note for PR #628"
  • 78a5e42 🧪 Make flaky tests on PyPy 3.6 + Ubuntu as xfail
  • 0da426b 📝🔥 Drop the Python 3.6 support drop change note
  • 7184939 🧪 Make Sphinx not fail on warnings
  • a9b77d3 🧪 Drop ubuntu 20.04 + pypy 3.6 from CI matrix
  • 935395b 🧪 Fix test compatibility with Python 3.6
  • 688fc83 Revert "Merge pull request #633 from cherrypy/debt/drop-py37"
  • 3591a1c 💅 Keep empty line separators next to YAML marks
  • 140f2cb 📝 Link the Towncrier docs via intersphinx
  • Additional commits viewable in compare view

Updates regex from 2023.12.25 to 2024.4.28

Changelog

Sourced from regex's changelog.

Version: 2024.4.28

Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes

Version: 2024.4.16

Git issue 525: segfault when fuzzy matching empty list

Version: 2023.12.25

Cannot get release notification action in main.yml to work. Commenting it out for now.

Version: 2023.12.24

Fixed invalid main.yml.

Version: 2023.12.23

The escape function no longer escapes \x00. It's not necessary.

Inline flags can now be turned off and apply to what follows.

Added \R to match line endings.

Version: 2023.10.3

Updated to Unicode 15.1.0.

Version: 2023.8.8

Git issue 508: Regex doesn't build using CPython main (3.13.0a0)
Removed usage of _PyBytes_Join and did a little tidying of the code that makes the result string.

Version: 2023.6.3

Git issue 498: Conditional negative lookahead inside positive lookahead fails to match
Conditional node needed an additional member that points to the true branch.

Version: 2023.5.5

Removed semicolon after 'else' in 'munge_name'.

Version: 2023.5.4

Fixed pyproject.toml and setup.py.

Version: 2023.5.3

pyproject.toml was missing.

... (truncated)

Commits
  • 2e3272b Git issue 527: VERBOSE/X flag breaks \N escapes
  • 9c950f2 Updated changelog.
  • 5d65c8a Git issue 525: segfault when fuzzy matching empty list
  • 4f2ed52 Cannot get release notification action in main.yml to work. Commenting it out...
  • See full diff in compare view

Updates ixbrl-viewer from 1.4.22 to 1.4.26

Release notes

Sourced from ixbrl-viewer's releases.

1.4.26

What's Changed

1.4.25

What's Changed

  • Update to current version of babel (7) to get rid of warnings during npm install (#663) @​strr

⬆️ Dependencies

1.4.24

What's Changed

⬆️ Dependencies

1.4.23

What's Changed

⬆️ Dependencies

Commits
  • 54f44ac Merge pull request #668 from aaroncameron-wk/number-matching-square-brackets
  • 4255ae6 Group grouping characters in untagged number guard regex
  • 4676469 Add square brackets to untagged number matching guards
  • ccb559d Merge pull request #667 from Arelle/dependabot/npm_and_yarn/npm-dependencies-...
  • 9114022 Bump the npm-dependencies group with 3 updates
  • 377402c Merge pull request #666 from Arelle/dependabot/github_actions/github-action-d...
  • 54d8395 Merge pull request #665 from Arelle/dependabot/pip/pip-dependencies-fcd6c7dc6c
  • dec9435 Merge pull request #664 from Arelle/dependabot/npm_and_yarn/examples/example_...
  • 4d01726 Bump actions/checkout in the github-action-dependencies group
  • 172e89f Bump mypy from 1.9.0 to 1.10.0 in the pip-dependencies group
  • Additional commits viewable in compare view

Updates mypy from 1.9.0 to 1.10.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Mypy 1.10

We’ve just uploaded mypy 1.10 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Support TypeIs (PEP 742)

Mypy now supports TypeIs (PEP 742), which allows functions to narrow the type of a value, similar to isinstance(). Unlike TypeGuard, TypeIs can narrow in both the if and else branches of an if statement:

from typing_extensions import TypeIs
def is_str(s: object) -> TypeIs[str]:
return isinstance(s, str)
def f(o: str | int) -> None:
if is_str(o):
# Type of o is 'str'
...
else:
# Type of o is 'int'
...

TypeIs will be added to the typing module in Python 3.13, but it can be used on earlier Python versions by importing it from typing_extensions.

This feature was contributed by Jelle Zijlstra (PR 16898).

Support TypeVar Defaults (PEP 696)

PEP 696 adds support for type parameter defaults. Example:

from typing import Generic
from typing_extensions import TypeVar
</tr></table>

... (truncated)

Commits

Updates pytest from 8.1.1 to 8.2.0

Release notes

Sourced from pytest's releases.

8.2.0

pytest 8.2.0 (2024-04-27)

Deprecations

  • #12069: A deprecation warning is now raised when implementations of one of the following hooks request a deprecated py.path.local parameter instead of the pathlib.Path parameter which replaced it:

    • pytest_ignore_collect{.interpreted-text role="hook"} - the path parameter - use collection_path instead.
    • pytest_collect_file{.interpreted-text role="hook"} - the path parameter - use file_path instead.
    • pytest_pycollect_makemodule{.interpreted-text role="hook"} - the path parameter - use module_path instead.
    • pytest_report_header{.interpreted-text role="hook"} - the startdir parameter - use start_path instead.
    • pytest_report_collectionfinish{.interpreted-text role="hook"} - the startdir parameter - use start_path instead.

    The replacement parameters are available since pytest 7.0.0. The old parameters will be removed in pytest 9.0.0.

    See legacy-path-hooks-deprecated{.interpreted-text role="ref"} for more details.

Features

  • #11871: Added support for reading command line arguments from a file using the prefix character @, like e.g.: pytest @tests.txt. The file must have one argument per line.

    See Read arguments from file <args-from-file>{.interpreted-text role="ref"} for details.

Improvements

  • #11523: pytest.importorskip{.interpreted-text role="func"} will now issue a warning if the module could be found, but raised ImportError{.interpreted-text role="class"} instead of ModuleNotFoundError{.interpreted-text role="class"}.

    The warning can be suppressed by passing exc_type=ImportError to pytest.importorskip{.interpreted-text role="func"}.

    See import-or-skip-import-error{.interpreted-text role="ref"} for details.

  • #11728: For unittest-based tests, exceptions during class cleanup (as raised by functions registered with TestCase.addClassCleanup <unittest.TestCase.addClassCleanup>{.interpreted-text role="meth"}) are now reported instead of silently failing.

  • #11777: Text is no longer truncated in the short test summary info section when -vv is given.

  • #12112: Improved namespace packages detection when consider_namespace_packages{.interpreted-text role="confval"} is enabled, covering more situations (like editable installs).

  • #9502: Added PYTEST_VERSION{.interpreted-text role="envvar"} environment variable which is defined at the start of the pytest session and undefined afterwards. It contains the value of pytest.__version__, and among other things can be used to easily check if code is running from within a pytest run.

Bug Fixes

  • #12065: Fixed a regression in pytest 8.0.0 where test classes containing setup_method and tests using @staticmethod or @classmethod would crash with AttributeError: 'NoneType' object has no attribute 'setup_method'.

    Now the request.instance <pytest.FixtureRequest.instance>{.interpreted-text role="attr"} attribute of tests using @staticmethod and @classmethod is no longer None, but a fresh instance of the class, like in non-static methods.

... (truncated)

Commits
  • 6bd3f31 Tweak changelog for 8.2.0
  • 9b6219b Prepare release version 8.2.0
  • 835765c Merge pull request #12130 from bluetech/fixtures-inline
  • 7e7503c unittest: report class cleanup exceptions (#12250)
  • 882c4da fixtures: inline fail_fixturefunc
  • 2e8fb9f fixtures: extract a _check_fixturedef method
  • acf2971 fixtures: inline _getnextfixturedef into _get_active_fixturedef
  • 3c77aec fixtures: move "request" check early
  • d217d68 fixtures: inline _compute_fixture_value
  • 530be28 fixtures: use early return in _get_active_fixturedef
  • Additional commits viewable in compare view

Updates types-pymysql from 1.1.0.1 to 1.1.0.20240425

Commits

Updates types-pytz from 2024.1.0.20240203 to 2024.1.0.20240417

Commits

Updates types-regex from 2023.12.25.20240311 to 2024.4.28.20240506

Commits

Updates types-waitress from 2.1.4.20240106 to 3.0.0.20240423

Commits

Updates furo from 2024.1.29 to 2024.4.27

Changelog

Sourced from furo's changelog.

Changelog

2024.04.27 -- Bold Burgundy

  • Add a skip to content link.
  • Add --font-stack--headings.
  • Add :visited colour and enforce uniform contrast between light/dark.
  • Add an offset of :target to reduce back-to-top overlap.
  • Improve dark mode colours.
  • Fix outstanding colour contrast warnings on Firefox.
  • Fix bad indent in footnotes.
  • Tweak handling of default configuration options in a more resilient manner.
  • Tweak length and sizing of API source links.
  • Stop search engine indexing on search page.

2024.01.29 -- Amazing Amethyst

  • Fix canonical url when building with dirhtml.
  • Relicense the demo module.

2023.09.10 -- Zesty Zaffre

  • Make asset hash injection idempotent, fixing Sphinx 6 compatibility.
  • Fix the check for HTML builders, fixing non-HTML Read the Docs builds.

2023.08.19 -- Xenolithic Xanadu

  • Fix missing search context with Sphinx 7.2, for dirhtml builds.
  • Drop support for Python 3.7.
  • Present configuration errors in a better format -- thanks @​AA-Turner!
  • Bump require_sphinx() to Sphinx 6.0, in line with dependency changes in Unassuming Ultramarine.

2023.08.17 -- Wonderous White

  • Fix compatiblity with Sphinx 7.2.0 and 7.2.1.

2023.07.26 -- Vigilant Volt

  • Fix compatiblity with Sphinx 7.1.

... (truncated)

Commits

Updates myst-parser from 2.0.0 to 3.0.1

Release notes

Sourced from myst-parser's releases.

v3.0.1

What's Changed

Full Changelog: executablebooks/MyST-Parser@v3.0.0...v3.0.1

v3.0.0

What's Changed

Upgraded dependencies

New features

Improvements

Internal

Documentation

... (truncated)

Changelog

Sourced from myst-parser's changelog.

3.0.1 - 2024-04-28

🐛 Bug Fixes

  • Account for the final directive option having an empty value, by gh-user:chrisjsewell in gh-pr:924
  • Re-allow indented directive option blocks, by gh-user:chrisjsewell in gh-pr:925

Full Changelog: v3.0.1...v3.0.0

3.0.0 - 2024-04-23

Upgraded dependencies

  • ⬆️ Add support for Python 3.12 by gh-user:hugovk in gh-pr:848
  • ⬆️ Update docutils requirement from >=0.16,

New features

  • ✨ Allow for use of the line-block directive by gh-user:chrisjsewell in gh-pr:900
  • ✨ Emits sphinx include-read event by gh-user:sumezulike in gh-pr:887

Improvements

  • 👌 Nested parse attribution in attr_block by gh-user:chrisjsewell in gh-pr:831
  • 👌 Directive option parsing by gh-user:chrisjsewell in <gh-pr:796
  • 👌 Improve directive parsing warnings by gh-user:chrisjsewell in gh-pr:893
  • 👌 Allow for opening external links in new tabs (#856) by gh-user:marjus45 in gh-pr:857

Internal

  • 🔧 Replace black, isort, pyupgrade with ruff formatter by gh-user:chrisjsewell in gh-pr:833
  • 🔧 remove redundant mypy config by gh-user:danieleades in gh-pr:866
  • 🔧 Add additional Ruff lints (and fix issues) by gh-user:danieleades in gh-pr:862
  • 🔧 mypy- disallow 'any generics' by gh-user:danieleades in gh-pr:865
  • 🔧 Fix docutils deprecation in option parsing by gh-user:agoose77 in gh-pr:842

Documentation

  • 📚 Fix a broken link in configuration.md by gh-user:zupo in gh-pr:907
  • 📚 Add linkify dependency to contributing docs. by gh-user:jhcole in gh-pr:792
  • 📚 Fix the double used in docs/syntax/math.md by gh-user:ice-tong in gh-pr:810
  • 📚 Also add linkify to pip install command in README by gh-user:n-peugnet in gh-pr:851
  • 📚 Fix the code section title in live preview by gh-user:BoboTiG in gh-pr:875
  • 📚 Fix admonition example by gh-user:72757373656c6c in gh-pr:904
  • 📚 Fix url for jupyter book gallery by gh-user:72757373656c6c in gh-pr:905
  • 📚 Update theme version by gh-user:chrisjsewell in gh-pr:918
  • 📚 Fix typo by gh-user:blakeNaccarato in gh-pr:911
  • 📚 Fix architecture typo (#855) by gh-user:72757373656c6c in gh-pr:910

Full Changelog: v2.0.0...v3.0.0

Commits

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 dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pg8000](https://github.com/tlocke/pg8000) | `1.31.1` | `1.31.2` |
| [holidays](https://github.com/vacanza/python-holidays) | `0.46` | `0.47` |
| [tinycss2](https://github.com/Kozea/tinycss2) | `1.2.1` | `1.3.0` |
| [cheroot](https://github.com/cherrypy/cheroot) | `10.0.0` | `10.0.1` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2023.12.25` | `2024.4.28` |
| [ixbrl-viewer](https://github.com/Arelle/ixbrl-viewer) | `1.4.22` | `1.4.26` |
| [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` |
| [types-pymysql](https://github.com/python/typeshed) | `1.1.0.1` | `1.1.0.20240425` |
| [types-pytz](https://github.com/python/typeshed) | `2024.1.0.20240203` | `2024.1.0.20240417` |
| [types-regex](https://github.com/python/typeshed) | `2023.12.25.20240311` | `2024.4.28.20240506` |
| [types-waitress](https://github.com/python/typeshed) | `2.1.4.20240106` | `3.0.0.20240423` |
| [furo](https://github.com/pradyunsg/furo) | `2024.1.29` | `2024.4.27` |
| [myst-parser](https://github.com/executablebooks/MyST-Parser) | `2.0.0` | `3.0.1` |



Updates `pg8000` from 1.31.1 to 1.31.2
- [Commits](tlocke/pg8000@1.31.1...1.31.2)

Updates `holidays` from 0.46 to 0.47
- [Release notes](https://github.com/vacanza/python-holidays/releases)
- [Changelog](https://github.com/vacanza/python-holidays/blob/dev/CHANGES)
- [Commits](vacanza/holidays@v0.46...v0.47)

Updates `tinycss2` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/Kozea/tinycss2/releases)
- [Changelog](https://github.com/Kozea/tinycss2/blob/main/docs/changelog.rst)
- [Commits](Kozea/tinycss2@v1.2.1...v1.3.0)

Updates `cheroot` from 10.0.0 to 10.0.1
- [Release notes](https://github.com/cherrypy/cheroot/releases)
- [Changelog](https://github.com/cherrypy/cheroot/blob/main/CHANGES.rst)
- [Commits](cherrypy/cheroot@v10.0.0...v10.0.1)

Updates `regex` from 2023.12.25 to 2024.4.28
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2023.12.25...2024.4.28)

Updates `ixbrl-viewer` from 1.4.22 to 1.4.26
- [Release notes](https://github.com/Arelle/ixbrl-viewer/releases)
- [Commits](Arelle/ixbrl-viewer@1.4.22...1.4.26)

Updates `mypy` from 1.9.0 to 1.10.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@1.9.0...v1.10.0)

Updates `pytest` from 8.1.1 to 8.2.0
- [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.1.1...8.2.0)

Updates `types-pymysql` from 1.1.0.1 to 1.1.0.20240425
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pytz` from 2024.1.0.20240203 to 2024.1.0.20240417
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-regex` from 2023.12.25.20240311 to 2024.4.28.20240506
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-waitress` from 2.1.4.20240106 to 3.0.0.20240423
- [Commits](https://github.com/python/typeshed/commits)

Updates `furo` from 2024.1.29 to 2024.4.27
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2024.01.29...2024.04.27)

Updates `myst-parser` from 2.0.0 to 3.0.1
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-Parser@v2.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pg8000
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: holidays
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tinycss2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cheroot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ixbrl-viewer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-pymysql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: types-pytz
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: types-regex
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: types-waitress
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: myst-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: 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 May 6, 2024
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
@dependabot dependabot bot had a problem deploying to integration-tests May 6, 2024 11:04 Failure
Copy link
Author

dependabot bot commented on behalf of github May 13, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/pip/dependencies-b39a1583e2 branch May 13, 2024 10:50
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