Skip to content

Commit

Permalink
Bump the python-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [isodate](https://github.com/gweis/isodate) | `0.6.1` | `0.7.2` |
| [rdflib](https://github.com/RDFLib/rdflib) | `7.0.0` | `7.1.0` |
| [mypy](https://github.com/python/mypy) | `1.12.0` | `1.12.1` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.35.41` | `1.35.44` |
| [boto3](https://github.com/boto/boto3) | `1.35.41` | `1.35.44` |


Updates `isodate` from 0.6.1 to 0.7.2
- [Changelog](https://github.com/gweis/isodate/blob/master/CHANGES.txt)
- [Commits](gweis/isodate@0.6.1...0.7.2)

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

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 239d5da commit 4934080
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0
mypy==1.12.1

boto3-stubs==1.35.41
boto3-stubs==1.35.44
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-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.35.41
boto3==1.35.44
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 @@ -5,7 +5,7 @@ lxml==5.3.0
OpenPyXL==3.1.5
pyparsing==3.1.4
regex==2024.9.11
isodate==0.6.1
isodate==0.7.2
aniso8601==9.0.1
CherryPy==18.10.0
Cheroot==10.0.1
Expand All @@ -28,7 +28,7 @@ cx_Oracle==8.3.0
pg8000==1.31.2
PyMySQL==1.1.1
pyodbc==5.2.0
RDFLib==7.0.0
RDFLib==7.1.0
# other
graphviz==0.20.3
Pillow==10.4.0
Expand Down

0 comments on commit 4934080

Please sign in to comment.