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 python-dependencies group across 1 directory with 10 updates #245

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the python-dependencies group with 10 updates in the / directory:

Package From To
lxml 5.2.2 5.3.0
pyparsing 3.1.2 3.1.4
holidays 0.53 0.55
ixbrl-viewer 1.4.30 1.4.31
certifi 2024.7.4 2024.8.30
furo 2024.7.18 2024.8.6
boto3 1.34.153 1.35.10
mypy 1.11.1 1.11.2
boto3-stubs 1.34.153 1.35.10
types-python-dateutil 2.9.0.20240316 2.9.0.20240821

Updates lxml from 5.2.2 to 5.3.0

Changelog

Sourced from lxml's changelog.

5.3.0 (2024-08-10)

Features added

  • GH#421: Nested CDATA sections are no longer rejected but split on output to represent ]]> correctly. Patch by Gertjan Klein.

Bugs fixed

  • LP#2060160: Attribute values serialised differently in xmlfile.element() and xmlfile.write().

  • LP#2058177: The ISO-Schematron implementation could fail on unknown prefixes. Patch by David Lakin.

Other changes

  • LP#2067707: The strip_cdata option in HTMLParser() turned out to be useless and is now deprecated.

  • Binary wheels use the library versions libxml2 2.12.9 and libxslt 1.1.42.

  • Windows binary wheels use the library versions libxml2 2.11.8 and libxslt 1.1.39.

  • Built with Cython 3.0.11.

Commits
  • 475f4ab Update release date.
  • e356a1e Build: Add some debug output.
  • 8345680 Build: Retry library downloads on failures.
  • 2fe6c90 CI: Test oldest officially supported library versions again (the slightly new...
  • 00335a1 Build: Improve download regexes.
  • f3da47d Prepare release of lxml 5.3.0.
  • 3119703 Add missing global name to "all" in lxml.etree.
  • 9de6180 Build: Upgrade cibuildwheel version also for the matrix setup.
  • 54e36cb Build: Upgrade libxslt to latest (1.1.42).
  • d4f56ee Build: Slightly increase the oldest libxslt version that we test against to w...
  • Additional commits viewable in compare view

Updates pyparsing from 3.1.2 to 3.1.4

Changelog

Sourced from pyparsing's changelog.

Version 3.1.4 - August, 2024

  • Fixed a regression introduced in pyparsing 3.1.3, addition of a type annotation that referenced re.Pattern. Since this type was introduced in Python 3.7, using this type definition broke Python 3.6 installs of pyparsing 3.1.3. PR submitted by Felix Fontein, nice work!

Version 3.1.3 - August, 2024

  • Added new Tag ParserElement, for inserting metadata into the parsed results. This allows a parser to add metadata or annotations to the parsed tokens. The Tag element also accepts an optional value parameter, defaulting to True. See the new tag_metadata.py example in the examples directory.

    Example:

      # add tag indicating mood
      end_punc = "." | ("!" + Tag("enthusiastic")))
      greeting = "Hello" + Word(alphas) + end_punc
    

    result = greeting.parse_string("Hello World.") print(result.dump())

    result = greeting.parse_string("Hello World!") print(result.dump())

    prints:

      ['Hello', 'World', '.']
    

    ['Hello', 'World', '!']

    • enthusiastic: True
  • Added example mongodb_query_expression.py, to convert human-readable infix query expressions (such as a==100 and b>=200) and transform them into the equivalent query argument for the pymongo package ({'$and': [{'a': 100}, {'b': {'$gte': 200}}]}). Supports many equality and inequality operators - see the docstring for the transform_query function for more examples.

  • Fixed issue where PEP8 compatibility names for ParserElement static methods were not themselves defined as staticmethods. When called using a ParserElement instance, this resulted in a TypeError exception. Reported by eylenburg (#548).

  • To address a compatibility issue in RDFLib, added a property setter for the ParserElement.name property, to call ParserElement.set_name.

  • Modified ParserElement.set_name() to accept a None value, to clear the defined name and corresponding error message for a ParserElement.

  • ... (truncated)

    Commits
    • b846e4a Prep for 3.1.4 release
    • 9bd2356 Add Python 3.6 to CI (#566)
    • ee50a19 Add Tag notes to HowToUsePyparsing.rst
    • 3ffc3ef Fix typo
    • e5e97f7 Add mongodb_query_expression.py to examples; updated 0README.html and test_ex...
    • 10cef98 Add Tag ParserElement class
    • cf41d90 Prep for 3.1.3 release
    • d7c163c Some minor code changes in chemical_formulas.py
    • eb56030 Various code cleanups
    • a9e7d47 Added name property setter, and enhanced set_name() to accept a None value to...
    • Additional commits viewable in compare view

    Updates holidays from 0.53 to 0.55

    Release notes

    Sourced from holidays's releases.

    v0.55

    Version 0.55

    Released August 19, 2024

    Full Changelog: vacanza/holidays@v0.54...v0.55

    New Contributors

    v0.54

    Version 0.54

    Released August 5, 2024

    New Contributors

    Full Changelog: vacanza/holidays@v0.53...v0.54

    Changelog

    Sourced from holidays's changelog.

    Version 0.55

    Released August 19, 2024

    Version 0.54

    Released August 5, 2024

    Commits

    Updates ixbrl-viewer from 1.4.30 to 1.4.31

    Release notes

    Sourced from ixbrl-viewer's releases.

    1.4.31

    What's Changed

    ⬆️ Dependencies

    Commits
    • 335db4a Merge pull request #721 from austinmatherne-wk/handle-non-inline-xbrl
    • 5bb6d9e Don't process non-inline models
    • ffd2329 Merge pull request #720 from Arelle/dependabot/npm_and_yarn/npm-dependencies-...
    • 65a06eb Merge pull request #719 from Arelle/dependabot/pip/pip-dependencies-adb2922e5a
    • 615e3f1 Bump the npm-dependencies group with 33 updates
    • 56a3480 Bump mypy from 1.11.1 to 1.11.2 in the pip-dependencies group
    • 71208e1 Merge pull request #718 from Arelle/dependabot/npm_and_yarn/stylelint-c07bf20c38
    • 6875964 Merge pull request #717 from Arelle/dependabot/npm_and_yarn/npm-dependencies-...
    • ca915dc Bump stylelint from 16.8.1 to 16.8.2 in the stylelint group
    • f855c4c Bump the npm-dependencies group with 12 updates
    • Additional commits viewable in compare view

    Updates certifi from 2024.7.4 to 2024.8.30

    Commits

    Updates furo from 2024.7.18 to 2024.8.6

    Changelog

    Sourced from furo's changelog.

    Changelog

    2024.08.06 -- Energetic Eminence

    • ✨ Add support for Sphinx 8
    • ✨ Add smoother transitions between breakpoints
    • Increase specificity of table-wrapper selector
    • Avoid page breaks inside paragraphs

    2024.07.18 -- Dull Denim

    • Improve how icons are handled and aligned.
    • Improve scroll event handler.
    • Hide the copybutton by default.
    • Fix source_view_link configuration handling.
    • Fix close tag on pencil icon.

    2024.05.06 -- Cheerful Cerulean

    • ✨ Add new custom icons for auto mode, reflecting the currently active theme.
    • ✨ Add a view this page button.
    • ✨ Add colours and highlighting to "version modified" API helpers.
    • ✨ Add release information to various customisation knobs.
    • Make all icons bigger and use a thinner stroke with them.

    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

    ... (truncated)

    Commits
    • 1bbf4ee Prepare release: 2024.08.06
    • bcb22c3 Update changelog
    • e633f02 Improve the selector for sidebar
    • d2fa2e0 [pre-commit.ci] pre-commit autoupdate (#821)
    • 05a2d63 Add smoother transitions between breakpoints
    • d261d3b [pre-commit.ci] pre-commit autoupdate (#810)
    • 2d3b6ba Add support for Sphinx 8
    • bf98041 Increase specificity of table-wrapper selector
    • fc6337c Fix the figures
    • fd3f422 Avoid page breaks inside paragraphs
    • Additional commits viewable in compare view

    Updates boto3 from 1.34.153 to 1.35.10

    Commits
    • 85cba10 Merge branch 'release-1.35.10'
    • 7264985 Bumping version to 1.35.10
    • 4e8bc10 Add changelog entries from botocore
    • 6f961e2 Merge branch 'release-1.35.9'
    • 25ebb36 Merge branch 'release-1.35.9' into develop
    • ed635b5 Bumping version to 1.35.9
    • 3a06379 Add changelog entries from botocore
    • 0733f58 Merge branch 'release-1.35.8'
    • 1cbfeec Merge branch 'release-1.35.8' into develop
    • 79f7f2c Bumping version to 1.35.8
    • Additional commits viewable in compare view

    Updates mypy from 1.11.1 to 1.11.2

    Commits
    • 789f02c Bump version to 1.11.2
    • 917cc75 An alternative fix for a union-like literal string (#17639)
    • 7d805b3 Unwrap TypedDict item types before storing (#17640)
    • 32675dd Revert "Fix Literal strings containing pipe characters" (#17638)
    • 778542b Revert "Fix RawExpressionType.accept crash with --cache-fine-grained" (#1...
    • 14ab742 Bump version to 1.11.2+dev
    • See full diff in compare view

    Updates boto3-stubs from 1.34.153 to 1.35.10

    Commits

    Updates types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240821

    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 python-dependencies group with 10 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [lxml](https://github.com/lxml/lxml) | `5.2.2` | `5.3.0` |
    | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.2` | `3.1.4` |
    | [holidays](https://github.com/vacanza/python-holidays) | `0.53` | `0.55` |
    | [ixbrl-viewer](https://github.com/Arelle/ixbrl-viewer) | `1.4.30` | `1.4.31` |
    | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
    | [furo](https://github.com/pradyunsg/furo) | `2024.7.18` | `2024.8.6` |
    | [boto3](https://github.com/boto/boto3) | `1.34.153` | `1.35.10` |
    | [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` |
    | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.153` | `1.35.10` |
    | [types-python-dateutil](https://github.com/python/typeshed) | `2.9.0.20240316` | `2.9.0.20240821` |
    
    
    
    Updates `lxml` from 5.2.2 to 5.3.0
    - [Release notes](https://github.com/lxml/lxml/releases)
    - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
    - [Commits](lxml/lxml@lxml-5.2.2...lxml-5.3.0)
    
    Updates `pyparsing` from 3.1.2 to 3.1.4
    - [Release notes](https://github.com/pyparsing/pyparsing/releases)
    - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
    - [Commits](pyparsing/pyparsing@pyparsing_3.1.2...3.1.4)
    
    Updates `holidays` from 0.53 to 0.55
    - [Release notes](https://github.com/vacanza/python-holidays/releases)
    - [Changelog](https://github.com/vacanza/python-holidays/blob/dev/CHANGES)
    - [Commits](vacanza/holidays@v0.53...v0.55)
    
    Updates `ixbrl-viewer` from 1.4.30 to 1.4.31
    - [Release notes](https://github.com/Arelle/ixbrl-viewer/releases)
    - [Commits](Arelle/ixbrl-viewer@1.4.30...1.4.31)
    
    Updates `certifi` from 2024.7.4 to 2024.8.30
    - [Commits](certifi/python-certifi@2024.07.04...2024.08.30)
    
    Updates `furo` from 2024.7.18 to 2024.8.6
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2024.07.18...2024.08.06)
    
    Updates `boto3` from 1.34.153 to 1.35.10
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Commits](boto/boto3@1.34.153...1.35.10)
    
    Updates `mypy` from 1.11.1 to 1.11.2
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.11.1...v1.11.2)
    
    Updates `boto3-stubs` from 1.34.153 to 1.35.10
    - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
    - [Commits](https://github.com/youtype/mypy_boto3_builder/commits)
    
    Updates `types-python-dateutil` from 2.9.0.20240316 to 2.9.0.20240821
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: lxml
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: pyparsing
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-dependencies
    - dependency-name: holidays
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: ixbrl-viewer
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-dependencies
    - dependency-name: certifi
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: furo
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: boto3
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: python-dependencies
    - dependency-name: boto3-stubs
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: types-python-dateutil
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: python-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 Sep 2, 2024
    Copy link
    Author

    dependabot bot commented on behalf of github Sep 9, 2024

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

    @dependabot dependabot bot closed this Sep 9, 2024
    @dependabot dependabot bot deleted the dependabot/pip/python-dependencies-47e60bcb70 branch September 9, 2024 10:26
    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