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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the other group across 1 directory with 6 updates #470

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the other group with 6 updates in the / directory:

Package From To
nox 2024.3.2 2024.4.15
urlscan 1.0.1 1.0.2
black 24.3.0 24.4.2
furo 2024.1.29 2024.4.27
mypy 1.9.0 1.10.0
exasol-integration-test-docker-environment 1.7.1 3.0.0

Updates nox from 2024.3.2 to 2024.4.15

Release notes

Sourced from nox's releases.

2024.04.15 馃

We'd like to thank the following folks who contributed to this release:

New features:

Bugfixes:

Changelog

Sourced from nox's changelog.

Changelog

2024.04.15

We'd like to thank the following folks who contributed to this release:

New features:

Bugfixes

2024.03.02

We'd like to thank the following folks who contributed to this release:

New Features:

... (truncated)

Commits

Updates urlscan from 1.0.1 to 1.0.2

Release notes

Sourced from urlscan's releases.

1.0.2

  • Add flake.nix to the project
  • docs: add build badge
  • feat: add Github Actions build
  • Correct escaped pipe character in urlscan.1
  • license: use GPL-2.0-or-later (as GPL-2.0 is deprecated spdx id)
  • fix: patch invalid escape sequence in regex argument help text to support py3.12
  • read me update - neomutt term color compatability
  • Fix for newer urwid versions
Commits
  • 8143a0e Add flake.nix to the project
  • 9cd6110 Merge branch 'main' into develop
  • 2f55fea docs: add build badge
  • 6921c44 feat: add ci
  • c0e6670 Merge branch 'main' into develop
  • 3ac198c Correct escaped pipe character in urlscan.1
  • 4013cb0 Merge branch 'main' into develop
  • a78bd06 license: use GPL-2.0-or-later (as GPL-2.0 is deprecated spdx id)
  • a67a2c6 fix: patch invalid escape sequence in regex argument help text to support py3.12
  • 85f3a9e Merge branch 'main' into develop
  • Additional commits viewable in compare view

Updates black from 24.3.0 to 24.4.2

Release notes

Sourced from black's releases.

24.4.2

This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.

Parser

  • Fix regression where certain complex f-strings failed to parse (#4332)

Performance

  • Fix bad performance on certain complex string literals (#4331)

24.4.1

Highlights

  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)

Stable style

  • Fix crash involving indented dummy functions containing newlines (#4318)

Parser

  • Add support for type parameter defaults, a new syntactic feature added to Python 3.13 by PEP 696 (#4327)

Integrations

  • Github Action now works even when git archive is skipped (#4313)

24.4.0

Stable style

  • Fix unwanted crashes caused by AST equivalency check (#4290)

Preview style

  • if guards in case blocks are now wrapped in parentheses when the line is too long. (#4269)
  • Stop moving multiline strings to a new line unless inside brackets (#4289)

Integrations

  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the Black version from pyproject.toml. (#4294)
Changelog

Sourced from black's changelog.

24.4.2

This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.

Parser

  • Fix regression where certain complex f-strings failed to parse (#4332)

Performance

  • Fix bad performance on certain complex string literals (#4331)

24.4.1

Highlights

  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)

Stable style

  • Fix crash involving indented dummy functions containing newlines (#4318)

Parser

  • Add support for type parameter defaults, a new syntactic feature added to Python 3.13 by PEP 696 (#4327)

Integrations

  • Github Action now works even when git archive is skipped (#4313)

24.4.0

Stable style

  • Fix unwanted crashes caused by AST equivalency check (#4290)

Preview style

  • if guards in case blocks are now wrapped in parentheses when the line is too long. (#4269)
  • Stop moving multiline strings to a new line unless inside brackets (#4289)

Integrations

  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the Black version from pyproject.toml. (#4294)
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 @鈥婣A-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 mypy from 1.9.0 to 1.10.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Mypy 1.10

We鈥檝e 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 exasol-integration-test-docker-environment from 1.7.1 to 3.0.0

Release notes

Sourced from exasol-integration-test-docker-environment's releases.

3.0.0

Integration-Test-Docker-Environment 3.0.0, released 2024-02-22

Summary

Removed pytest-itde plugin.

Supported Exasol Versions

  • 7.1: up to 7.1.17
  • 8: 8.18.1

Breaking Changes

  • Removed pytest-itde plugin See also

    Users which do rely on the plugin should consider moving to the standalone pytest-itde plugin. The related project can be found here

2.1.0

Integration-Test-Docker-Environment 2.1.0, released 2024-02-22

Summary

This release addresses dependencies updates and dependency issues.

Supported Exasol Versions

  • 7.1: up to 7.1.17
  • 8: 8.18.1

Dependencies

Internal

  • #184: Streamlined error messages
    • Added exasol-error-reporting library

2.0.0

Integration-Test-Docker-Environment 2.0.0, released 2023-08-07

Summary

Version 2.0.0 of ITDE comes with breaking changes as the public API class DatabaseInfo has been changed. Former separate attributes database_port_forwardand bucketfs_port_forward have been replaced by a single attribute port set to an instance of PortForwarding with attributes database, bucketfs, and ssh.

Previous versions of the ITDE used docker_exec to access the Docker Container, e.g. to analyze the content of logfiles or execute some shell commands. In future versions of the Exasol Docker-DB the format of the Docker Containers might change so that docker_exec is no longer possible. Instead ITDE will then need to use SSH access.

... (truncated)

Commits
  • 35548cc Remove pytest itde plugin (#392)
  • ed82c5e Re-lock dependencies 2024-02-22 (#395)
  • cbceeed Streamline error message (#380)
  • d3450d9 Updated changes file (#373)
  • 37ff344 Replaced calls to DockerContainer.exec_run() to support SSH access alternativ...
  • 9d045bf Removed versions 7.0.x of Exasol database (#369)
  • 7c0e930 Create SSH access replacements for calls to docker.exec_run() (#362)
  • d6fcbaa Fixed env variable LOG_ENV_VARIABLE_NAME (#360)
  • 390968a Unify ports for database, BucketFS, and SSH (#354)
  • 985abe2 Add port, keys, user to DatabaseInfo with parent field ssh_info (#353)
  • 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 other group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [nox](https://github.com/wntrblm/nox) | `2024.3.2` | `2024.4.15` |
| [urlscan](https://github.com/firecat53/urlscan) | `1.0.1` | `1.0.2` |
| [black](https://github.com/psf/black) | `24.3.0` | `24.4.2` |
| [furo](https://github.com/pradyunsg/furo) | `2024.1.29` | `2024.4.27` |
| [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` |
| [exasol-integration-test-docker-environment](https://github.com/exasol/integration-test-docker-environment) | `1.7.1` | `3.0.0` |



Updates `nox` from 2024.3.2 to 2024.4.15
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2024.03.02...2024.04.15)

Updates `urlscan` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/firecat53/urlscan/releases)
- [Commits](firecat53/urlscan@1.0.1...1.0.2)

Updates `black` from 24.3.0 to 24.4.2
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.3.0...24.4.2)

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 `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 `exasol-integration-test-docker-environment` from 1.7.1 to 3.0.0
- [Release notes](https://github.com/exasol/integration-test-docker-environment/releases)
- [Changelog](https://github.com/exasol/integration-test-docker-environment/blob/main/release_config.yml)
- [Commits](exasol/integration-test-docker-environment@1.7.1...3.0.0)

---
updated-dependencies:
- dependency-name: nox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: urlscan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: furo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: exasol-integration-test-docker-environment
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: other
...

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
@Nicoretti
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 7, 2024

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

@dependabot dependabot bot closed this May 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/other-7d07169ada branch May 7, 2024 06:32
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.

None yet

1 participant