Skip to content

Commit

Permalink
Bump the python-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 0af93d3 commit 236ede5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flake8-noqa==1.4.0

mypy==1.14.1

boto3-stubs==1.35.92
boto3-stubs==1.35.97
lxml-stubs==0.5.1
types-PyMySQL==1.1.0.20241103
types-openpyxl==3.1.5.20241225
Expand Down
2 changes: 1 addition & 1 deletion requirements-plugins.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ixbrl-viewer==1.4.47
ixbrl-viewer==1.4.48
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.35.92
boto3==1.35.97
pytest==8.3.4

-r requirements.txt
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OpenPyXL==3.1.5
pyparsing==3.2.1
regex==2024.11.6
isodate==0.7.2
aniso8601==9.0.1
aniso8601==10.0.0
CherryPy==18.10.0
Cheroot==10.0.1
python-dateutil==2.9.0.post0
Expand All @@ -17,7 +17,7 @@ NumPy==2.0.2 ; python_version <= "3.9"
NumPy==2.2.0 ; python_version > "3.9"
Matplotlib==3.9.4 ; python_version <= "3.9"
Matplotlib==3.10.0 ; python_version > "3.9"
holidays==0.63
holidays==0.64
pytz==2024.2
Tornado==6.4.2
# security plugin
Expand All @@ -27,7 +27,7 @@ cx_Oracle==8.3.0
pg8000==1.31.2
PyMySQL==1.1.1
pyodbc==5.2.0
RDFLib==7.1.1
RDFLib==7.1.2
# other
graphviz==0.20.3
Pillow==11.1.0
Expand Down

0 comments on commit 236ede5

Please sign in to comment.