toucan-connectors
toucan-connectors copied to clipboard
build(deps): bump the prod-deps group across 1 directory with 4 updates
Bumps the prod-deps group with 4 updates in the / directory: dataiku-api-client, google-cloud-bigquery, gspread and lxml.
Updates dataiku-api-client
from 12.6.0 to 12.6.2
Changelog
Sourced from dataiku-api-client's changelog.
12.6.2 (2024-05-16)
- Initial release for DSS 12.6.2
Commits
6be8aee
Task/dss12.6.2 publish package (#292)- See full diff in compare view
Updates google-cloud-bigquery
from 3.22.0 to 3.23.0
Release notes
Sourced from google-cloud-bigquery's releases.
v3.23.0
3.23.0 (2024-05-16)
Features
- Adds timer decorator to facilitate debugging (#1917) (ea750e0)
- Support insertAll for range (#1909) (74e75e8)
Bug Fixes
Changelog
Sourced from google-cloud-bigquery's changelog.
3.23.0 (2024-05-16)
Features
- Adds timer decorator to facilitate debugging (#1917) (ea750e0)
- Support insertAll for range (#1909) (74e75e8)
Bug Fixes
Commits
a429e8f
chore(main): release 3.23.0 (#1911)01fc0ef
chore(deps): update all dependencies (#1916)ea750e0
feat: adds timer decorator to facilitate debugging (#1917)b739596
fix: edit presubmit for to simplify configuration (#1915)a86d7b9
fix: add pyarrow version check for range support (#1914)74e75e8
feat: support insertAll for range (#1909)- See full diff in compare view
Updates gspread
from 6.1.0 to 6.1.1
Release notes
Sourced from gspread's releases.
v6.1.1
What's Changed
- Add some missing typing in code by
@lavigne958
in burnash/gspread#1448- More fixes for
Worksheet.update
argument ordering & single cell updating (i.e. nowWorksheet.update_acell
) by@alexmalins
in burnash/gspread#1449- Added 'add_data_validation
to
Workhsheet` [Issue #1420] by@muddi900
in burnash/gspread#1444- Bump typing-extensions from 4.10.0 to 4.11.0 by
@dependabot
in burnash/gspread#1450- Bump black from 23.3.0 to 24.4.0 by
@dependabot
in burnash/gspread#1452- Fix incorrect version number in HISTORY.rst from 6.0.1 to 6.1.0 by
@yhay81
in burnash/gspread#1455- add
get_notes
by@nbwzx
in burnash/gspread#1451- Bump mypy from 1.9.0 to 1.10.0 by
@dependabot
in burnash/gspread#1459- Bump black from 24.4.0 to 24.4.2 by
@dependabot
in burnash/gspread#1460- bugfix: handle domain name in spreadsheet copy permissions by
@lavigne958
in burnash/gspread#1458- Fix/api key auth version by
@alifeee
in burnash/gspread#1463- Ignore pip vulnerabilities in CI. by
@lavigne958
in burnash/gspread#1464- Remove StrEnum dependency and added custom class[issue #1462] by
@muddi900
in burnash/gspread#1469New Contributors
@alexmalins
made their first contribution in burnash/gspread#1449@yhay81
made their first contribution in burnash/gspread#1455@nbwzx
made their first contribution in burnash/gspread#1451Full Changelog: https://github.com/burnash/gspread/compare/v6.1.0...v6.1.1
Changelog
Sourced from gspread's changelog.
6.1.1 (2024-05-16)
- Add some missing typing in code by
@lavigne958
in burnash/gspread#1448- More fixes for
Worksheet.update
argument ordering & single cell updating (i.e. nowWorksheet.update_acell
) by@alexmalins
in burnash/gspread#1449- Added 'add_data_validation
to
Workhsheet` [Issue #1420] by@muddi900
in burnash/gspread#1444- Bump typing-extensions from 4.10.0 to 4.11.0 by
@dependabot
in burnash/gspread#1450- Bump black from 23.3.0 to 24.4.0 by
@dependabot
in burnash/gspread#1452- Fix incorrect version number in HISTORY.rst from 6.0.1 to 6.1.0 by
@yhay81
in burnash/gspread#1455- add
get_notes
by@nbwzx
in burnash/gspread#1451- Bump mypy from 1.9.0 to 1.10.0 by
@dependabot
in burnash/gspread#1459- Bump black from 24.4.0 to 24.4.2 by
@dependabot
in burnash/gspread#1460- bugfix: handle domain name in spreadsheet copy permissions by
@lavigne958
in burnash/gspread#1458- Fix/api key auth version by
@alifeee
in burnash/gspread#1463- Ignore pip vulnerabilities in CI. by
@lavigne958
in burnash/gspread#1464- Remove StrEnum dependency and added custom class[issue #1462] by
@muddi900
in burnash/gspread#1469
Commits
85fd0e9
Release v6.1.12573dfb
Merge pull request #1469 from muddi900/add/local-strenum460f544
ran formatterd6d2d87
Remove StrEnum dependency and added custom class[issue #1462]476211f
Merge pull request #1464 from burnash/ci/ignore_pip_issue7dd34df
Merge pull request #1463 from burnash/fix/api_key-auth-version8cc2b1c
Ignore pip vulnerabilities in CI.033d4ca
Merge pull request #1458 from burnash/bugfix/copy_sheet_domain_permission618fb49
Merge pull request #1460 from burnash/dependabot/pip/black-24.4.2c79c293
Merge pull request #1459 from burnash/dependabot/pip/mypy-1.10.0- Additional commits viewable in compare view
Updates lxml
from 5.2.1 to 5.2.2
Release notes
Sourced from lxml's releases.
lxml-5.2.2
5.2.2 (2024-05-12)
Bugs fixed
GH#417: The
test_feed_parser
test could fail iflxml_html_clean
was not installed. It is now skipped in that case.LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", without SSE 4.2.
If libxml2 uses iconv, the compile time version is available as
etree.ICONV_COMPILED_VERSION
.
Changelog
Sourced from lxml's changelog.
5.2.2 (2024-??-??)
Bugs fixed
GH#417: The
test_feed_parser
test could fail iflxml_html_clean
was not installed. It is now skipped in that case.LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", without SSE 4.2.
If libxml2 uses iconv, the compile time version is available as
etree.ICONV_COMPILED_VERSION
.
Commits
8e4b14c
Prepare release of lxml 5.2.2.ddaa6ed
Provide compile time version of libiconv as "etree.ICONV_COMPILED_VERSION".1ab00bd
CI: Do not install lxml as dependency of "lxml_html_clean".b325054
CI: Stop building LTO wheels to avoid messing with the library build cache.81624c2
CI: Exclude now-unsupported Python versions 3.6/7 from macOS jobs.069fa36
Fix typo.e0df2ba
Fix typo.df55eaf
Update changelog.f3e77fa
Remove dependency on SSE4 instructions, reverting back to "core2" as a target...a22e83c
Update changelog.- 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