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

build(deps): bump the prod-deps group with 12 updates #901

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the prod-deps group with 12 updates:

Package From To
certifi 2023.11.17 2024.8.30
chardet 5.0.0 5.2.0
jq 1.3.0 1.8.0
openpyxl 3.0.10 3.1.5
pandas 1.4.2 2.2.3
paramiko 2.11.0 3.5.0
pydantic 1.10.9 2.9.2
python-slugify 6.1.2 8.0.4
python-snappy 0.6.1 0.7.3
tables 3.7.0 3.9.2
urllib3 1.26.18 1.26.20
xmltodict 0.13.0 0.14.2

Updates certifi from 2023.11.17 to 2024.8.30

Commits
  • 325c2fd 2024.08.30 (#304)
  • d66bf5f Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#302)
  • 2150f23 Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#301)
  • fc9b771 Bump actions/setup-python from 5.1.0 to 5.1.1 (#300)
  • 965b239 Bump actions/download-artifact from 4.1.7 to 4.1.8 (#297)
  • c1f50cc Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#296)
  • bd81538 2024.07.04 (#295)
  • 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294)
  • 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293)
  • e8abcd0 Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#292)
  • Additional commits viewable in compare view

Updates chardet from 5.0.0 to 5.2.0

Release notes

Sourced from chardet's releases.

chardet 5.2.0

Adds support for running chardet CLI via python -m chardet (0e9b7bc20366163efcc221281201baff4100fe19, @​dan-blanchard)

chardet 5.1.0

Features

  • Add should_rename_legacy argument to most functions, which will rename older encodings to their more modern equivalents (e.g., GB2312 becomes GB18030) (#264, @​dan-blanchard)
  • Add capital letter sharp S and ISO-8859-15 support (#222, @​SimonWaldherr)
  • Add a prober for MacRoman encoding (#5 updated as c292b52a97e57c95429ef559af36845019b88b33, Rob Speer and @​dan-blanchard )
  • Add --minimal flag to chardetect command (#214, @​dan-blanchard)
  • Add type annotations to the project and run mypy on CI (#261, @​jdufresne)
  • Add support for Python 3.11 (#274, @​hugovk)

Fixes

Misc changes

Commits

Updates jq from 1.3.0 to 1.8.0

Changelog

Sourced from jq's changelog.

1.8.0

  • Drop support for Python 3.5.

  • Add support for Python 3.13.

  • Build Windows wheels.

1.7.0

  • Update to jq 1.7.1.

  • Include tox.ini in sdist.

  • Use the version of oniguruma distributed with jq.

1.6.0

  • Update to jq 1.7.

  • Add support for building with Cython 3.

  • Add support for building with the system libjq and libonig instead of building using the bundled source.

  • Include tests in sdist.

1.5.0

  • Add input_value, input_values and input_text methods as replacements for the input method. The input method is still supported.

  • Add support for slurp when calling input_text.

  • Add support for Python 3.12.

  • Build macOS arm64 wheels.

1.4.1

  • Improve handling of null bytes in program inputs and outputs.

1.4.0

... (truncated)

Commits
  • 76525df Bump version to 1.8.0
  • 693ce49 Update changelog with Python 3.13 support
  • 2ec70cd chore: update cibuildwheel
  • bf07a27 ci: test all built pypy versions
  • 9c8736f chore: build for 3.13
  • 0ce4b21 Handle exception in _store_error()
  • ae09db3 Add noexcept to _is_integer()
  • 46aa609 Update upload-artifact action to v4
  • dc191ad Update setup-qemu-action to v3
  • 44cbf4a Bump version to 1.8.0a2
  • Additional commits viewable in compare view

Updates openpyxl from 3.0.10 to 3.1.5

Updates pandas from 1.4.2 to 2.2.3

Release notes

Sourced from pandas's releases.

Pandas 2.2.3

We are pleased to announce the release of pandas 2.2.3. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.3 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.2.2

We are pleased to announce the release of pandas 2.2.2. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.2 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.2.1

We are pleased to announce the release of pandas 2.2.1. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.1 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

... (truncated)

Commits

Updates paramiko from 2.11.0 to 3.5.0

Commits

Updates pydantic from 1.10.9 to 2.9.2

Release notes

Sourced from pydantic's releases.

v2.9.2 (2024-09-17)

What's Changed

Fixes

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

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

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.9.2 (2024-09-17)

GitHub release

What's Changed

Fixes

v2.9.1 (2024-09-09)

GitHub release

What's Changed

Fixes

v2.9.0 (2024-09-05)

GitHub release

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

What's Changed

Packaging

New Features

... (truncated)

Commits
  • 7cedbfb history updates
  • 7eab2b8 v bump
  • c0a288f Fix ZoneInfo with various invalid types (#10408)
  • ea6115d Fix variance issue in _IncEx type alias, only allow True (#10414)
  • fbfe25a Fix serialization schema generation when using PlainValidator (#10427)
  • 26cff3c Adding notes on designing callable discriminators (#10400)
  • 8a0e7ad Do not error when trying to evaluate annotations of private attributes (#10358)
  • ecc5275 bump
  • 2c61bfd Fix evaluation of stringified annotations during namespace inspection (#10347)
  • 3d364cb Use correct types namespace when building namedtuple core schemas (#10337)
  • Additional commits viewable in compare view

Updates python-slugify from 6.1.2 to 8.0.4

Changelog

Sourced from python-slugify's changelog.

8.0.4

  • Properly handle uppercase special characters (@​mib1185 - thx)

8.0.3

  • Drop compatibility for unsupported Python Version (@​Viicos - thx)
  • Fix pattern types.

8.0.2

8.0.1

  • Added license notice to readme (@​C-nit - thx)

8.0.0

  • By default, prefer unidecode if installed (@​enkidulan - thx)

7.0.0

  • Drop python 3.6, add python 3.11 (@​hugovk - thx)
Commits

Updates python-snappy from 0.6.1 to 0.7.3

Commits

Updates tables from 3.7.0 to 3.9.2

Release notes

Sourced from tables's releases.

Release v3.9.2

Changes from 3.9.1 to 3.9.2

Bugfixes

  • Fix the assembly of returned slice data in Blosc2 NDim optimized slice reads by using Blosc2's b2nd_copy_buffer (#1078). The bug only showed up when the chunk did not fully cover the innermost dimension. Add unit tests to ckeck for regressions, along with foreign-generated files, and enable and fix Blosc2 NDim tests which were not being run. Thanks to Ivan Vilata.

Improvements

  • PyTables wheels now use a threadsafe build of the HDF5 library (#1075 and #1077). Concurrent reads should be possible with no need for additional locking or monkey-patching of the file open function. Thanks to Kiet Pham.
  • Partial support for the future NumPy 2, with some tests still failing (#1068). Thanks to Thomas Grainger.
  • Relax the reading of Blosc2 NDim to cope with datasets stored with other tools (#1072), e.g. missing chunk rank/shape in filter values, having HDF5 chunks where the Blosc2 super-chunk contains more than one inner chunk, or chunks with data not padded to the full chunk size (example script and tests included). Also enhance checks, comments and logged messages. Thanks to Ivan Vilata.

Other changes

  • Drop compatibility with the obsolete HDF5 1.8 API. PyTables now requires at least the 1.10 API (#1080). Thanks to Antonio Valentino.
  • Require python-blosc2 >= 2.3.0 or c-blosc2 >= 2.11.0 (which adds support for the b2nd_copy_buffer function).
  • Use the main Conda Forge channel for Python 3.12 (#1066). Thanks to Thomas Grainger.
  • Assorted fixes to the b2nd slicing benchmark. Thanks to Ivan Vilata.
  • Assorted fixes to b2nd slicing optimization tips (#1069). Thanks to Ivan Vilata.

Thanks

In alphabetical order:

  • Antonio Valentino
  • Ivan Vilata
  • Kiet Pham
  • Thomas Grainger

Release 3.9.1

Changes from 3.9.0 to 3.9.1

  • [Hot fix] Minimum supported version for Python is 3.9 (see #1062).

Changes from 3.8.0 to 3.9.0

New features

  • Apply optimized slice read to Blosc2-compressed CArray and EArray, with Blosc2 NDim 2-level partitioning for multidimensional arrays (#1056). See "Multidimensional slicing and chunk/block sizes" in the User's Guide. Thanks to Marta Iborra and Ivan Vilata. This development was funded by a NumFOCUS grant.
  • Add basic API for column-level attributes as Col._v_col_attrs (#893 and #821). Thanks to Jonathan Wheeler, Thorben Menne, Ezequiel Cimadevilla Alvarez, odidev, Sander Roet, Antonio Valentino, Munehiro Nishida, Zbigniew Jędrzejewski-Szmek, Laurent Repiton, xmatthias, Logan Kilpatrick.

Other changes

  • Add support for the forthcoming Python 3.12 with binary wheels and automated testing.
  • Drop wheels and automated testing for Python 3.8; users or distributions may still build and test with Python 3.8 on their own (see commit ae1e60e and commit 47f5946).

... (truncated)

Changelog

Sourced from tables's changelog.

Changes from 3.10.0 to 3.9.2

New features

  • New direct chunking API which allows access to raw chunk data skipping the HDF5 filter pipeline (cutting overhead, see "Optimization tips" in User's Guide), as well as querying chunk information (:PR:1187). Thanks to Ivan Vilata and Francesc Alted. This development was funded by a NumFOCUS grant.

Improvements

  • This release is finally compatible with NumPy 2, with wheels being built against it so that they are still binary-compatible with NumPy 1 installations (:PR:1176, :PR:1183, :PR:1184, :PR:1192, :PR:1195, :issue:1160, :issue:1172, :issue:1185). NumPy >= 1.20 is required now. Thanks to Antonio Valentino, Maximilian Linhoff and Eric Larson.
  • Fix compatibility with Python 3.13 (:issue:1166), Python >= 3.10 required. Cython 3.0.10 is required for building. Thanks to Antonio Valentino.
  • Add type hints to atom.py (:PR:1079). This also narrows some types, only allowing bytes to be stored in VLStringAtom and only str in VLUnicodeAtom. Thanks to Nils Carlson.
  • Add type hints to (hopefully) the complete PyTables API (:PR:1119, :PR:1120, :PR:1121, :PR:1123, :PR:1124, :PR:1125, :PR:1125, :PR:1126, :PR:1128, :PR:1129, :PR:1130, :PR:1131, :PR:1132, :PR:1133, :PR:1135, :PR:1136, :PR:1137, :PR:1138, :PR:1139, :PR:1140, :PR:1141, :PR:1142, :PR:1143, :PR:1145, :PR:1146, :PR:1147, :PR:1148, :PR:1150, :PR:1151, :PR:1152). Thanks to Ko Stehner.
  • Reduce impact of CPU information gathering by caching in local file (:PR:1091, :PR:1118, :issue:1081). Thanks to Antti Mäkinen and Maximilian Linhoff.

Bugfixes

  • Fix Windows AMD64 build issues with Bzip2 and C-Blosc2 libraries (:issue:1188). Thanks to Antonio Valentino and Eric Larson.
  • Fix typos and may other language errors in docstrings (:PR:1122). Thanks to Ko Stehner.
  • Fix Blosc2 filter not setting dparams.schunk on decompression (:PR:1110 and :issue:1109). Thanks to Tom Birch.
  • Fix using B2ND optimizations when Blosc2 is not the only enabled filter; move Fletcher32 compression to end of pipeline when enabled (:PR:1191 and :issue:1162). Thanks to Ivan Vilata and Alex Laslavic.
  • Fix broken internal passing of createparents argument in Leaf.copy (:PR:1127 and :issue:1125). Thanks to Ko Stehner.
  • Re-enable relative paths in ExternalLink class (:PR:1095). Thanks to

... (truncated)

Commits
  • ae689fd Merge branch 'releases/v3.9.2'
  • f580b56 Update release date in timeline
  • d26655d Add notes in announcement
  • db32bd3 Update release notes after scanning changes from v3.9.1
  • 9d4f6c0 Bump version to v3.9.2 and set release date in timeline
  • a0124f5 Fix b2nd slicing benchmark data types
  • fc190af Minor fixes to b2nd benchmark
  • 71d093d Merge pull request #1080 from avalentino/feature/H5_USE_110_API
  • 6e4fa4b Remove compatibility code and clean cdocs/comments for HDF5 1.8.x
  • 9430c50 Update comments in setup.py
  • Additional commits viewable in compare view

Updates urllib3 from 1.26.18 to 1.26.20

Release notes

Sourced from urllib3's releases.

1.26.20

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Changes

  • Fixed a crash where certain standard library hash functions were absent in FIPS-compliant environments. (#3432)
  • Replaced deprecated dash-separated setuptools entries in setup.cfg. (#3461)
  • Took into account macOS setting ECONNRESET instead of EPROTOTYPE in its newer versions. (#3416)
  • Backported changes to our tests and CI configuration from v2.x to support testing with CPython 3.12 and 3.13. (#3436)

Full Changelog: urllib3/urllib3@1.26.19...1.26.20

1.26.19

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Changes

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.

Full Changelog: urllib3/urllib3@1.26.18...1.26.19

Note that due to an issue with our release automation, no multiple.intoto.jsonl file is available for this release.

Changelog

Sourced from urllib3's changelog.

1.26.20 (2024-08-29)

  • Fixed a crash where certain standard library hash functions were absent in FIPS-compliant environments. ([#3432](https://github.com/urllib3/urllib3/issues/3432) <https://github.com/urllib3/urllib3/issues/3432>__)
  • Replaced deprecated dash-separated setuptools entries in setup.cfg. ([#3461](https://github.com/urllib3/urllib3/issues/3461) <https://github.com/urllib3/urllib3/pull/3461>__)
  • Took into account macOS setting ECONNRESET instead of EPROTOTYPE in its newer versions. ([#3416](https://github.com/urllib3/urllib3/issues/3416) <https://github.com/urllib3/urllib3/pull/3416>__)
  • Backported changes to our tests and CI configuration from v2.x to support testing with CPython 3.12 and 3.13. ([#3436](https://github.com/urllib3/urllib3/issues/3436) <https://github.com/urllib3/urllib3/pull/3436>__)

1.26.19 (2024-06-17)

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.
  • Fixed handling of OpenSSL 3.2.0 new error message for misconfiguring an HTTP proxy as HTTPS. ([#3405](https://github.com/urllib3/urllib3/issues/3405) <https://github.com/urllib3/urllib3/issues/3405>__)
Commits
  • 6f2ad7c Release 1.26.20
  • 7f925b0 Backport changes to the publish workflow
  • 3d9b2d3 Replace deprecated dash-separated setuptools entries in setup.cfg (#3461)
  • e9ac9bc Upgrade actions (#3437)
  • 0b42b01 Do not limit runs with 3.13 to Ubuntu
  • d135b54 Backport a part of 5d93c9c6c01efc469200044027c21c6e661f2a99
  • 8c13ec8 Backport test_eintr_zero_timeout fix
  • df09e8c Move verbosity flag to noxfile
  • ac96f20 Test test_requesting_large_resources_via_ssl separately
  • 3f1806c Try using same PyPy 3.9 version as in main to fix timeouts
  • Additional commits viewable in compare view

Updates xmltodict from 0.13.0 to 0.14.2

Changelog

Sourced from xmltodict's changelog.

v0.14.2

  • Revert "Ensure significant whitespace is not trimmed"
    • This changed was backwards incompatible and caused downstream issues.

v0.14.1

v0.14.0

  • Drop old Python 2 support leftover code and apply several RUFF code health fixes.
  • Add Python 3.11, 3.12 and 3.13 support and tests.
  • Tests in gh-action.
  • Remove defusedexpat import.
  • Replace deprecated BadZipfile with BadZipFile.
  • Support indent using integer format, enable python -m unittest tests/*.py.
  • Ensure significant whitespace is not trimmed
  • added conda installation command
  • fix attributes not appearing in streaming mode
  • Fix Travis CI status badge URL
  • Update push_release.sh to use twine.
Commits
  • 0952f38 Bump version and update CHANGELOG.
  • 13068aa Revert "Ensure significant whitespace is not trimmed"
  • 34759c3 Bump version and update CHANGELOG.
  • e3f7161 Drop Python 3.4 and 3.5
  • cc54376 Fix misspellings found by codespell
  • 01cea1e Apply ruff/Pyflakes rule F841
  • 48b47c9 Bump version and update CHANGELOG.
  • 94ee05b Remove unnecessary whitespace.
  • efe6060 Merge branch 'DimitriPapadopoulos-pyupgrade'
  • 5b1b511 Get rid of Python 2 basestring and unicode (#346)
  • 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 prod-deps group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.8.30` |
| [chardet](https://github.com/chardet/chardet) | `5.0.0` | `5.2.0` |
| [jq](https://github.com/mwilliamson/jq.py) | `1.3.0` | `1.8.0` |
| [openpyxl](https://openpyxl.readthedocs.io) | `3.0.10` | `3.1.5` |
| [pandas](https://github.com/pandas-dev/pandas) | `1.4.2` | `2.2.3` |
| [paramiko](https://github.com/paramiko/paramiko) | `2.11.0` | `3.5.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `1.10.9` | `2.9.2` |
| [python-slugify](https://github.com/un33k/python-slugify) | `6.1.2` | `8.0.4` |
| [python-snappy](https://github.com/intake/python-snappy) | `0.6.1` | `0.7.3` |
| [tables](https://github.com/PyTables/PyTables) | `3.7.0` | `3.9.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.18` | `1.26.20` |
| [xmltodict](https://github.com/martinblech/xmltodict) | `0.13.0` | `0.14.2` |


Updates `certifi` from 2023.11.17 to 2024.8.30
- [Commits](certifi/python-certifi@2023.11.17...2024.08.30)

Updates `chardet` from 5.0.0 to 5.2.0
- [Release notes](https://github.com/chardet/chardet/releases)
- [Commits](chardet/chardet@5.0.0...5.2.0)

Updates `jq` from 1.3.0 to 1.8.0
- [Changelog](https://github.com/mwilliamson/jq.py/blob/master/CHANGELOG.rst)
- [Commits](mwilliamson/jq.py@1.3.0...1.8.0)

Updates `openpyxl` from 3.0.10 to 3.1.5

Updates `pandas` from 1.4.2 to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v1.4.2...v2.2.3)

Updates `paramiko` from 2.11.0 to 3.5.0
- [Commits](paramiko/paramiko@2.11.0...3.5.0)

Updates `pydantic` from 1.10.9 to 2.9.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.9...v2.9.2)

Updates `python-slugify` from 6.1.2 to 8.0.4
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](un33k/python-slugify@v6.1.2...v8.0.4)

Updates `python-snappy` from 0.6.1 to 0.7.3
- [Commits](https://github.com/intake/python-snappy/commits)

Updates `tables` from 3.7.0 to 3.9.2
- [Release notes](https://github.com/PyTables/PyTables/releases)
- [Changelog](https://github.com/PyTables/PyTables/blob/master/RELEASE_NOTES.rst)
- [Commits](PyTables/PyTables@v3.7.0...v3.9.2)

Updates `urllib3` from 1.26.18 to 1.26.20
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...1.26.20)

Updates `xmltodict` from 0.13.0 to 0.14.2
- [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md)
- [Commits](martinblech/xmltodict@v0.13.0...v0.14.2)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: chardet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: jq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: openpyxl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: paramiko
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: python-slugify
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: python-snappy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: xmltodict
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/release/v0.9/prod-deps-f618779fba branch November 18, 2024 16:05
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.

1 participant