Skip to content

Commit 178411d

Browse files
dependabot[bot]Jason Mobarak
andauthored
Update black requirement from ~=22.3 to ~=23.1 (#925)
* Update black requirement from ~=22.3 to ~=23.1 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.3.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * update for new black --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jason Mobarak <[email protected]>
1 parent 8d47008 commit 178411d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = ["pycapnp == 1.2.2"]
99

1010
[project.optional-dependencies]
1111
test = [
12-
"black ~= 22.3",
12+
"black ~= 23.1",
1313
"jedi ~= 0.18.0",
1414
"mypy ~= 0.910",
1515
"pylint ~= 2.15.10",

swiftnav_console/backend_request_broker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828

2929
class BackendRequestBroker(QObject): # pylint: disable=too-many-instance-attributes,too-many-public-methods
30-
3130
endpoint: Any
3231
messages: Any
3332

swiftnav_console/tracking_signals_tab.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def tracking_signals_tab_update() -> Dict[str, Any]:
4444

4545
TRACKING_SIGNALS_TAB: List[Dict[str, Any]] = [tracking_signals_tab_update()]
4646

47+
4748
# pylint:disable=too-many-instance-attributes
4849
@QmlElement
4950
class TrackingSignalsPoints(QObject):

0 commit comments

Comments
 (0)