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 6 updates #294

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

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

Package From To
rdflib 7.1.1 7.1.2
holidays 0.63 0.64
boto3-stubs 1.35.92 1.35.97
boto3 1.35.92 1.35.97
aniso8601 9.0.1 10.0.0
ixbrl-viewer 1.4.47 1.4.48

Updates rdflib from 7.1.1 to 7.1.2

Release notes

Sourced from rdflib's releases.

7.1.2

2025-01-10 RELEASE 7.1.2

A minor release that bumped up a few dev dependencies and achieved a few small but notable improvements, particularly with longturtle sorting:

Feature PRs:

Dependency bumps:

  • ruff from 0.71 -> 0.8.6
  • orjson to 3.10.10
  • pytest-cov to 6.0.0
  • coverage to 7.6.10
  • pytest to 8.3.4
  • poetry to 2.0.0
Changelog

Sourced from rdflib's changelog.

2025-01-10 RELEASE 7.1.2

A minor release that bumped up a few dev dependencies and achieved a few small but notable improvements, particularly with longturtle sorting:

Feature PRs:

Dependency bumps:

  • ruff from 0.71 -> 0.8.6
  • orjson 3.10.10 ->
  • pytest-cov to 6.0.0
  • coverage to 7.6.10
  • pytest to 8.3.4
  • poetry to 2.0.0
Commits
  • 46f2239 7.1.2 pre release prep (#3030)
  • fd21a00 Add RDFLib Path to SHACL path utility and corresponding tests (#2990)
  • c37d399 build(deps-dev): bump mypy from 1.13.0 to 1.14.1 (#3023)
  • 97ff668 Dataset documentation improvements (#3012)
  • 54b3bb6 [pre-commit.ci] pre-commit autoupdate (#3026)
  • e9a3e46 move to PEP621 (Poetry 2.0.0) pyproject.toml (#3027)
  • e9bf586 Pass base uri to serializer when writing to file. (#2977)
  • 6747715 Fixed incorrect ASK behaviour for dataset with one element (#2989)
  • bc17fb7 jsonld: Do not merge nodes with different invalid URIs (#3011)
  • 182c3ba feat: deterministic longturtle serialisation using RDF canonicalization + n-t...
  • Additional commits viewable in compare view

Updates holidays from 0.63 to 0.64

Release notes

Sourced from holidays's releases.

v0.64

Version 0.64

Released January 6, 2025

New Contributors:

Full Changelog: vacanza/holidays@v0.63...v0.64

Changelog

Sourced from holidays's changelog.

Version 0.64

Released January 6, 2025

Commits

Updates boto3-stubs from 1.35.92 to 1.35.97

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates boto3 from 1.35.92 to 1.35.97

Commits
  • 4673c59 Merge branch 'release-1.35.97'
  • 7b9ebbb Bumping version to 1.35.97
  • e28898c Add changelog entries from botocore
  • 72c953c Merge branch 'release-1.35.96'
  • 28fc5bb Merge branch 'release-1.35.96' into develop
  • 15f3198 Bumping version to 1.35.96
  • 84ce3c0 Add changelog entries from botocore
  • 72e84a2 Merge branch 'release-1.35.95'
  • 0855227 Merge branch 'release-1.35.95' into develop
  • b9361b6 Bumping version to 1.35.95
  • Additional commits viewable in compare view

Updates aniso8601 from 9.0.1 to 10.0.0

Changelog

Sourced from aniso8601's changelog.

aniso8601 10.0.0

Release date: 2025-01-09

Changed

  • Reduced accuracy representations of years when parsing a calendar date are now only allowed to be [YY] (see 31 <https://bitbucket.org/nielsenb/aniso8601/issues/31/year-doesnt-adhere-to-minimum-of-4-digits>_)
  • No longer specify a Python interpreter version to Black
  • Cleanup unsupported Pylint configuration options
  • Fix used-before-assignment errors
  • Fix coverage issue caused by unreachable conditional in _parse_interval_end
Commits
  • 55b1b84 Start work on 9.0.2.
  • 8819c46 Whitespace fix.
  • ae3946a Various code cleanups.
  • d8aece4 Only accept [YY] as a reduced accuracy representation of a date.
  • 6acfd9c Correct version number.
  • 16e674d Change supported python versions to match current supported versions.
  • 888a2a1 Make pipeline report Python version.
  • cc2dfb1 Wording.
  • 6de3898 Fix version.
  • 76bb51f Explicitly limit coverage test files.
  • Additional commits viewable in compare view

Updates ixbrl-viewer from 1.4.47 to 1.4.48

Release notes

Sourced from ixbrl-viewer's releases.

1.4.48

What's Changed

⬆️ Dependencies

  • Bump mypy from 1.14.0 to 1.14.1 in the pip-dependencies group (#792) @​dependabot
  • Bump actions/upload-artifact from 4.4.3 to 4.5.0 in the github-action-dependencies group (#791) @​dependabot
  • Bump mypy from 1.13.0 to 1.14.0 in the pip-dependencies group (#790) @​dependabot
Commits
  • 152352f Merge pull request #794 from paulwarren-wk/fix-inspector-resize
  • cc8c997 Fix inspector resize.
  • fdaccc1 Merge pull request #792 from Arelle/dependabot/pip/pip-dependencies-3882926312
  • 3727d07 Bump mypy from 1.14.0 to 1.14.1 in the pip-dependencies group
  • f5714da Merge pull request #791 from Arelle/dependabot/github_actions/github-action-d...
  • d35d910 Merge pull request #790 from Arelle/dependabot/pip/pip-dependencies-38d0ee0751
  • a556bdd Bump actions/upload-artifact in the github-action-dependencies group
  • 29b4d7f Bump mypy from 1.13.0 to 1.14.0 in the pip-dependencies group
  • See full diff 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 python-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rdflib](https://github.com/RDFLib/rdflib) | `7.1.1` | `7.1.2` |
| [holidays](https://github.com/vacanza/holidays) | `0.63` | `0.64` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.35.92` | `1.35.97` |
| [boto3](https://github.com/boto/boto3) | `1.35.92` | `1.35.97` |
| [aniso8601](https://bitbucket.org/nielsenb/aniso8601) | `9.0.1` | `10.0.0` |
| [ixbrl-viewer](https://github.com/Arelle/ixbrl-viewer) | `1.4.47` | `1.4.48` |



Updates `rdflib` from 7.1.1 to 7.1.2
- [Release notes](https://github.com/RDFLib/rdflib/releases)
- [Changelog](https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md)
- [Commits](RDFLib/rdflib@7.1.1...7.1.2)

Updates `holidays` from 0.63 to 0.64
- [Release notes](https://github.com/vacanza/holidays/releases)
- [Changelog](https://github.com/vacanza/holidays/blob/dev/CHANGES)
- [Commits](vacanza/holidays@v0.63...v0.64)

Updates `boto3-stubs` from 1.35.92 to 1.35.97
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.35.92 to 1.35.97
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.92...1.35.97)

Updates `aniso8601` from 9.0.1 to 10.0.0
- [Changelog](https://bitbucket.org/nielsenb/aniso8601/src/master/CHANGELOG.rst)
- [Commits](https://bitbucket.org/nielsenb/aniso8601/branches/compare/v10.0.0..v9.0.1)

Updates `ixbrl-viewer` from 1.4.47 to 1.4.48
- [Release notes](https://github.com/Arelle/ixbrl-viewer/releases)
- [Commits](Arelle/ixbrl-viewer@1.4.47...1.4.48)

---
updated-dependencies:
- dependency-name: rdflib
  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: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: aniso8601
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: ixbrl-viewer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

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 Jan 13, 2025
@dependabot dependabot bot had a problem deploying to integration-tests January 13, 2025 10:59 Failure
@dependabot dependabot bot had a problem deploying to integration-tests January 13, 2025 10:59 Failure
@dependabot dependabot bot had a problem deploying to integration-tests January 13, 2025 10:59 Failure
@dependabot dependabot bot had a problem deploying to integration-tests January 13, 2025 10:59 Failure
@dependabot dependabot bot had a problem deploying to integration-tests January 13, 2025 10:59 Failure
@dependabot dependabot bot had a problem deploying to integration-tests January 13, 2025 10:59 Failure
Copy link
Author

dependabot bot commented on behalf of github Jan 20, 2025

Superseded by #296.

@dependabot dependabot bot closed this Jan 20, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-406865db56 branch January 20, 2025 11:01
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