forked from Arelle/Arelle
-
Notifications
You must be signed in to change notification settings - Fork 0
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Jan 13, 2025
Superseded by #296. |
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the python-dependencies group with 6 updates in the / directory:
7.1.1
7.1.2
0.63
0.64
1.35.92
1.35.97
1.35.92
1.35.97
9.0.1
10.0.0
1.4.47
1.4.48
Updates
rdflib
from 7.1.1 to 7.1.2Release notes
Sourced from rdflib's releases.
Changelog
Sourced from rdflib's changelog.
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...Updates
holidays
from 0.63 to 0.64Release notes
Sourced from holidays's releases.
Changelog
Sourced from holidays's changelog.
Commits
8355518
Finalize v0.64c2b4dca
Refactor XNYS holidays: standardize US market holidays' days of mourning entr...512ad34
Add Afghanistan holidays (#2198)9c8b43a
Update pre-commit hooks (#2212)bdea920
Update El Salvador holidays, add l10n support (#2209)56596d8
Update Poland holidays: add Christmas Eve holiday since 2025 (#2210)16e6f17
Introducecommon.WorkingDayTests
class (#2207)ad07258
Update pre-commit hooks (#2208)a387595
Bump coverage from 7.6.9 to 7.6.10 (#2205)e12a8fb
Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#2204)Updates
boto3-stubs
from 1.35.92 to 1.35.97Release notes
Sourced from boto3-stubs's releases.
Commits
Updates
boto3
from 1.35.92 to 1.35.97Commits
4673c59
Merge branch 'release-1.35.97'7b9ebbb
Bumping version to 1.35.97e28898c
Add changelog entries from botocore72c953c
Merge branch 'release-1.35.96'28fc5bb
Merge branch 'release-1.35.96' into develop15f3198
Bumping version to 1.35.9684ce3c0
Add changelog entries from botocore72e84a2
Merge branch 'release-1.35.95'0855227
Merge branch 'release-1.35.95' into developb9361b6
Bumping version to 1.35.95Updates
aniso8601
from 9.0.1 to 10.0.0Changelog
Sourced from aniso8601's changelog.
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.Updates
ixbrl-viewer
from 1.4.47 to 1.4.48Release notes
Sourced from ixbrl-viewer's releases.
Commits
152352f
Merge pull request #794 from paulwarren-wk/fix-inspector-resizecc8c997
Fix inspector resize.fdaccc1
Merge pull request #792 from Arelle/dependabot/pip/pip-dependencies-38829263123727d07
Bump mypy from 1.14.0 to 1.14.1 in the pip-dependencies groupf5714da
Merge pull request #791 from Arelle/dependabot/github_actions/github-action-d...d35d910
Merge pull request #790 from Arelle/dependabot/pip/pip-dependencies-38d0ee0751a556bdd
Bump actions/upload-artifact in the github-action-dependencies group29b4d7f
Bump mypy from 1.13.0 to 1.14.0 in the pip-dependencies groupDependabot 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