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.0` | `7.1.1` |
| [tinycss2](https://github.com/Kozea/tinycss2) | `1.3.0` | `1.4.0` |
| [mypy](https://github.com/python/mypy) | `1.12.1` | `1.13.0` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.35.44` | `1.35.49` |
| [boto3](https://github.com/boto/boto3) | `1.35.44` | `1.35.49` |
| [ixbrl-viewer](https://github.com/Arelle/ixbrl-viewer) | `1.4.36` | `1.4.37` |



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

Updates `tinycss2` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/Kozea/tinycss2/releases)
- [Changelog](https://github.com/Kozea/tinycss2/blob/main/docs/changelog.rst)
- [Commits](Kozea/tinycss2@v1.3.0...v1.4.0)

Updates `mypy` from 1.12.1 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.12.1...v1.13.0)

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

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

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

---
updated-dependencies:
- dependency-name: rdflib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: tinycss2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  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: ixbrl-viewer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 6da0cef commit 22ae31d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
flake8==7.1.1
flake8-noqa==1.4.0

mypy==1.12.1
mypy==1.13.0

boto3-stubs==1.35.44
boto3-stubs==1.35.49
lxml-stubs==0.5.1
types-PyMySQL==1.1.0.20240524
types-python-dateutil==2.9.0.20241003
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.36
ixbrl-viewer==1.4.37
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.44
boto3==1.35.49
pytest==8.3.3

-r requirements.txt
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ cx_Oracle==8.3.0
pg8000==1.31.2
PyMySQL==1.1.1
pyodbc==5.2.0
RDFLib==7.1.0
RDFLib==7.1.1
# other
graphviz==0.20.3
Pillow==10.4.0
pywin32==308 ; sys_platform == "win32"
tinycss2==1.3.0
tinycss2==1.4.0

0 comments on commit 22ae31d

Please sign in to comment.