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 9 updates #302

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

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

Package From To
rdflib 7.1.1 7.1.3
holidays 0.63 0.65
boto3 1.35.92 1.36.11
certifi 2024.12.14 2025.1.31
filelock 3.16.1 3.17.0
aniso8601 9.0.1 10.0.0
pytz 2024.2 2025.1
ixbrl-viewer 1.4.47 1.4.54
boto3-stubs 1.35.92 1.36.11

Updates rdflib from 7.1.1 to 7.1.3

Release notes

Sourced from rdflib's releases.

2025-01-18 RELEASE 7.1.3

A fix-up release that re-adds support for Python 3.8 after it was accidentally removed in Release 7.1.2.

This release cherrypicks many additions to 7.1.2 added to 7.1.1 but leaves out typing changes that are not compatible with Python 3.8.

Also not carried over from 7.1.2 is the change from Poetry 1.x to 2.0.

Included are PRs such as Defined Namespace warnings fix, sort longturtle blank nodes, deterministic longturtle serialisation and Dataset documentation improvements.

Changelog

Sourced from rdflib's changelog.

2025-01-17 RELEASE 7.1.3

A fix-up release that re-adds support for Python 3.8 after it was accidentally removed in Release 7.1.2.

This release cherrypicks many additions to 7.1.2 added to 7.1.1 but leaves out typing changes that are not compatible with Python 3.8.

Also not carried over from 7.1.2 is the change from Poetry 1.x to 2.0.

Included are PRs such as Defined Namespace warnings fix, sort longturtle blank nodes, deterministic longturtle serialisation and Dataset documentation improvements.

For the full list of included PRs, see the preparatory PR: RDFLib/rdflib#3036.

2025-01-10 RELEASE 7.1.2

A minor release that inadvertently removed support for Python 3.8. This release how now been deleted.

All the improved features initially made available in this release that were compatible with Python 3.8 have been preserved in the 7.1.3 release. The main additions to 7.1.2 not preserved in 7.1.3 are updated type hints.

Commits

Updates holidays from 0.63 to 0.65

Release notes

Sourced from holidays's releases.

v0.65

Version 0.65

Released January 20, 2025

New Contributors:

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

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.65

Released January 20, 2025

Version 0.64

Released January 6, 2025

Commits

Updates boto3 from 1.35.92 to 1.36.11

Commits
  • 1f4efb9 Merge branch 'release-1.36.11'
  • c7543e5 Bumping version to 1.36.11
  • 18d8817 Add changelog entries from botocore
  • 7893a06 Merge branch 'release-1.36.10'
  • c5c634b Merge branch 'release-1.36.10' into develop
  • f147d86 Bumping version to 1.36.10
  • 07397a2 Add changelog entries from botocore
  • 6003754 Merge branch 'release-1.36.9'
  • 622fdef Merge branch 'release-1.36.9' into develop
  • 76e9059 Bumping version to 1.36.9
  • Additional commits viewable in compare view

Updates certifi from 2024.12.14 to 2025.1.31

Commits

Updates filelock from 3.16.1 to 3.17.0

Release notes

Sourced from filelock's releases.

Drop 3.8

Full Changelog: tox-dev/filelock@3.16.1...3.17.0

Commits

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 :code:_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 pytz from 2024.2 to 2025.1

Commits

Updates ixbrl-viewer from 1.4.47 to 1.4.54

Release notes

Sourced from ixbrl-viewer's releases.

1.4.54

What's Changed

1.4.53

What's Changed

1.4.52

What's Changed

⬆️ Dependencies

1.4.51

What's Changed

⬆️ Dependencies

  • Bump stylelint from 16.13.0 to 16.13.2 in the stylelint group (#802) @dependabot[bot]
  • Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 in the github-action-dependencies group (#803) @dependabot[bot]

1.4.50

What's Changed

1.4.49

What's Changed

⬆️ Dependencies

1.4.48

... (truncated)

Commits
  • d9b6620 Merge pull request #810 from austinmatherne-wk/app-lang-localstorage
  • 9d3ec04 Persist user app language selection to local storage
  • ec5d4ec Merge pull request #807 from paulwarren-wk/sub-element-outline-performance
  • f135d5b Merge pull request #805 from paulwarren-wk/footnote-fixes
  • d5765a3 Use CSS rules for element selection.
  • ab399df Merge pull request #806 from paulwarren-wk/sub-element-performance
  • d7c3b40 Fix review mode CSS rules.
  • b5db769 Switch to using CSS inheritance for highlighting sub-elements.
  • 66b5daa Various fixes for display of footnotes in inspector.
  • 8fd5ca0 Merge pull request #804 from Arelle/dependabot/npm_and_yarn/undici-6.21.1
  • Additional commits viewable in compare view

Updates boto3-stubs from 1.35.92 to 1.36.11

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

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 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rdflib](https://github.com/RDFLib/rdflib) | `7.1.1` | `7.1.3` |
| [holidays](https://github.com/vacanza/holidays) | `0.63` | `0.65` |
| [boto3](https://github.com/boto/boto3) | `1.35.92` | `1.36.11` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.17.0` |
| [aniso8601](https://bitbucket.org/nielsenb/aniso8601) | `9.0.1` | `10.0.0` |
| [pytz](https://github.com/stub42/pytz) | `2024.2` | `2025.1` |
| [ixbrl-viewer](https://github.com/Arelle/ixbrl-viewer) | `1.4.47` | `1.4.54` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.35.92` | `1.36.11` |



Updates `rdflib` from 7.1.1 to 7.1.3
- [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.3)

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

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

Updates `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)

Updates `filelock` from 3.16.1 to 3.17.0
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.16.1...3.17.0)

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 `pytz` from 2024.2 to 2025.1
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.2...release_2025.1)

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

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

---
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
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: aniso8601
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: pytz
  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
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Feb 3, 2025
@dependabot dependabot bot had a problem deploying to integration-tests February 3, 2025 11:08 Failure
@dependabot dependabot bot had a problem deploying to integration-tests February 3, 2025 11:08 Failure
@dependabot dependabot bot had a problem deploying to integration-tests February 3, 2025 11:08 Failure
@dependabot dependabot bot had a problem deploying to integration-tests February 3, 2025 11:09 Failure
@dependabot dependabot bot had a problem deploying to integration-tests February 3, 2025 11:09 Failure
@dependabot dependabot bot had a problem deploying to integration-tests February 3, 2025 11:09 Failure
Copy link
Author

dependabot bot commented on behalf of github Feb 10, 2025

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

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-e62126a146 branch February 10, 2025 10:38
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