Skip to content

Commit 83d6dfe

Browse files
authored
chore: update dependencies for v0.10.5 patch release (#100)
1 parent 87fa29e commit 83d6dfe

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
## [Unreleased]
66
- No unreleased changes so far
77

8+
## [0.10.5] - 2026-04-24
9+
### Changed
10+
- Updated dependencies
11+
812
## [0.10.4] - 2026-02-16
913
### Fixed
1014
- Fixes a bug that caused changeable attributes not to be marked changeable on enable, causing followup problems with plugins (Thanks to user @bragra for finding this issue)
@@ -142,7 +146,8 @@ Note: This connector is required for compatibility with CarConnectivity version
142146
Initial release, let's go and give this to the public to try out...
143147
The API is not yet implemented completely! There is no way to control something in the car yet
144148

145-
[unreleased]: https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen/compare/v0.10.4...HEAD
149+
[unreleased]: https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen/compare/v0.10.5...HEAD
150+
[0.10.5]: https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen/releases/tag/v0.10.5
146151
[0.10.4]: https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen/releases/tag/v0.10.4
147152
[0.10.3]: https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen/releases/tag/v0.10.3
148153
[0.10.2]: https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen/releases/tag/v0.10.2

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ authors = [
1414
{ name = "Till Steinbach" }
1515
]
1616
dependencies = [
17-
"carconnectivity>=0.11.6",
17+
"carconnectivity>=0.11.9",
1818
"oauthlib~=3.3.1",
19-
"requests~=2.32.5",
20-
"pyjwt~=2.10"
19+
"requests~=2.33.1",
20+
"pyjwt~=2.12"
2121
]
2222
readme = "README.md"
2323
license = "MIT"

setup_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flake8~=7.3.0
2-
pylint~=4.0.4
3-
bandit~=1.8.6
2+
pylint~=4.0.5
3+
bandit~=1.9.4
44

55
# For UI only
6-
Flask~=3.1.2
6+
Flask~=3.1.3

0 commit comments

Comments
 (0)