toucan-connectors
toucan-connectors copied to clipboard
build(deps-dev): bump the dev-deps group across 1 directory with 4 updates
Bumps the dev-deps group with 4 updates in the / directory: cryptography, pandas-stubs, ruff and pre-commit.
Updates cryptography
from 42.0.6 to 42.0.7
Changelog
Sourced from cryptography's changelog.
42.0.7 - 2024-05-06
* Restored Windows 7 compatibility for our pre-built wheels. Note that we do not test on Windows 7 and wheels for our next release will not support it. Microsoft no longer provides support for Windows 7 and users are encouraged to upgrade.
.. _v42-0-6:
Commits
0cc7fc3
Prepare for 42.0.7 release (#10949)- See full diff in compare view
Updates pandas-stubs
from 2.2.1.240316 to 2.2.2.240514
Commits
a251e5a
Version 2.2.2.240514005c85f
add reduce/accumulate methods stubs + minimal tests, resolves #850 (#923)feebd47
import from_dataframe (#922)ad4066a
FixStyler.apply()
to accept keyword arguments (#921)6dfa03e
Update pyright, pandas, mypy versions. Fix nightly tests (#920)2a0d375
Fix WriteExcelBuffer to be compatible with io.BinaryIO. (#912)d89824b
Add callable condition type in Series.mask, DataFrame.mask (#918)e63d1cb
copy paste from pandas readme, resolves #909 (#916)638397f
add overload for itertuples with name None, resolves #854 (#915)d34e0a8
adding str to read_excel index_col, resolves #809 (#914)- Additional commits viewable in compare view
Updates ruff
from 0.4.3 to 0.4.4
Release notes
Sourced from ruff's releases.
v0.4.4
Changes
Preview features
- [
pycodestyle
] Ignore end-of-line comments when determining blank line rules (#11342)- [
pylint
] Detectpathlib.Path.open
calls inunspecified-encoding
(PLW1514
) (#11288)- [
flake8-pyi
] ImplementPYI059
(generic-not-last-base-class
) (#11233)- [
flake8-pyi
] ImplementPYI062
(duplicate-literal-member
) (#11269)Rule changes
- [
flake8-boolean-trap
] Allow passing booleans as positional-only arguments in code such asset(True)
(#11287)- [
flake8-bugbear
] Ignore enum classes incached-instance-method
(B019
) (#11312)Server
- Expand tildes when resolving Ruff server configuration file (#11283)
- Fix
ruff server
hanging after Neovim closes (#11291)- Editor settings are used by default if no file-based configuration exists (#11266)
Bug fixes
- [
pylint
] Considerwith
statements fortoo-many-branches
(PLR0912
) (#11321)- [
flake8-blind-except
,tryceratops
] Respect logged and re-raised expressions in nested statements (BLE001
,TRY201
) (#11301)- Recognise assignments such as
__all__ = builtins.list(["foo", "bar"])
as valid__all__
definitions (#11335)Contributors
Changelog
Sourced from ruff's changelog.
0.4.4
Preview features
- [
pycodestyle
] Ignore end-of-line comments when determining blank line rules (#11342)- [
pylint
] Detectpathlib.Path.open
calls inunspecified-encoding
(PLW1514
) (#11288)- [
flake8-pyi
] ImplementPYI059
(generic-not-last-base-class
) (#11233)- [
flake8-pyi
] ImplementPYI062
(duplicate-literal-member
) (#11269)Rule changes
- [
flake8-boolean-trap
] Allow passing booleans as positional-only arguments in code such asset(True)
(#11287)- [
flake8-bugbear
] Ignore enum classes incached-instance-method
(B019
) (#11312)Server
- Expand tildes when resolving Ruff server configuration file (#11283)
- Fix
ruff server
hanging after Neovim closes (#11291)- Editor settings are used by default if no file-based configuration exists (#11266)
Bug fixes
- [
pylint
] Considerwith
statements fortoo-many-branches
(PLR0912
) (#11321)- [
flake8-blind-except
,tryceratops
] Respect logged and re-raised expressions in nested statements (BLE001
,TRY201
) (#11301)- Recognise assignments such as
__all__ = builtins.list(["foo", "bar"])
as valid__all__
definitions (#11335)
Commits
3e8878a
Bump version to v0.4.4 (#11352)b6b4ad9
[red-knot]@override
lint rule (#11282)dd42961
[pylint
] Detectpathlib.Path.open
calls inunspecified-encoding
(`PLW15...c80c171
[red-knot] Vendor typeshed's stdlib (#11340)e2fe177
Revert "Simplify arithmetic operation in logical lines checker (#11346)" (#11...e9d1cdd
Simplify arithmetic operation in logical lines checker (#11346)dfe4291
Improveruff_python_semantic::all::extract_all_names()
(#11335)4541337
[red-knot] Remove\<Db: SemanticDb>
contraints in favor of dynamic dispatch ...8e9ddee
Ignore end-of-line comments when determining blank line rules (#11342)702d2fa
Make B024 and B027 documentation more nuanced (#11341)- Additional commits viewable in compare view
Updates pre-commit
from 3.7.0 to 3.7.1
Release notes
Sourced from pre-commit's releases.
pre-commit v3.7.1
Fixes
- Fix
language: rust
default language version check whenrust-toolchain.toml
is present.
- issue by
@gaborbernat
.- #3201 PR by
@asottile
.
Changelog
Sourced from pre-commit's changelog.
3.7.1 - 2024-05-10
Fixes
- Fix
language: rust
default language version check whenrust-toolchain.toml
is present.
- issue by
@gaborbernat
.- #3201 PR by
@asottile
.
Commits
9ee0768
v3.7.1eeac061
Merge pull request #3201 from pre-commit/rust-default-language-version296f592
determine rust default language version independent of rust-toolchain.toml1602328
Merge pull request #3193 from pre-commit/pre-commit-ci-update-config0142f45
[pre-commit.ci] pre-commit autoupdated7e21cd
Merge pull request #3194 from pre-commit/handle-readonly-3-125c3d006
use a simpler gem for testing additional_dependencies0d4c6da
adjust _handle_readonly for typeshed updates85fe182
Merge pull request #3176 from pre-commit/pre-commit-ci-update-config74d05b4
[pre-commit.ci] pre-commit autoupdate- 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