Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

masterthermconnect

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

masterthermconnect - npm Package Compare versions

Comparing version
2.2.9
to
2.2.10
+2
-3
masterthermconnect.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: masterthermconnect
Version: 2.2.9
Version: 2.2.10
Summary: Python 3 API wrapper for Mastertherm API

@@ -36,4 +36,3 @@ Author-email: Richard Holmes <richard@shedc.uk>

License-File: LICENSE
Requires-Dist: aiohttp==3.9.0b0; python_version >= "3.12"
Requires-Dist: aiohttp==3.8.5; python_version < "3.12"
Requires-Dist: aiohttp>=3.9.1
Requires-Dist: natsort>=8.3.1

@@ -40,0 +39,0 @@ Provides-Extra: dev

+1
-6

@@ -0,9 +1,4 @@

aiohttp>=3.9.1
natsort>=8.3.1
[:python_version < "3.12"]
aiohttp==3.8.5
[:python_version >= "3.12"]
aiohttp==3.9.0b0
[dev]

@@ -10,0 +5,0 @@ black

"""Python API wrapper for Mastertherm Connect."""
__version__ = "2.2.9"
__version__ = "2.2.10"
Metadata-Version: 2.1
Name: masterthermconnect
Version: 2.2.9
Version: 2.2.10
Summary: Python 3 API wrapper for Mastertherm API

@@ -36,4 +36,3 @@ Author-email: Richard Holmes <richard@shedc.uk>

License-File: LICENSE
Requires-Dist: aiohttp==3.9.0b0; python_version >= "3.12"
Requires-Dist: aiohttp==3.8.5; python_version < "3.12"
Requires-Dist: aiohttp>=3.9.1
Requires-Dist: natsort>=8.3.1

@@ -40,0 +39,0 @@ Provides-Extra: dev

@@ -7,3 +7,3 @@ [build-system]

name = "masterthermconnect"
version = "2.2.9"
version = "2.2.10"
description = "Python 3 API wrapper for Mastertherm API"

@@ -20,4 +20,3 @@ readme = "README.md"

dependencies = [
"aiohttp==3.9.0b0;python_version>='3.12'",
"aiohttp==3.8.5;python_version<'3.12'",
"aiohttp>=3.9.1",
"natsort>=8.3.1"

@@ -37,3 +36,3 @@ ]

[tool.bumpver]
current_version = "2.2.9"
current_version = "2.2.10"
version_pattern = "MAJOR.MINOR.PATCH[-PYTAGNUM]"

@@ -40,0 +39,0 @@ commit_message = "bump version {old_version} -> {new_version}"

@@ -1,3 +0,2 @@

aiohttp==3.9.0b0;python_version>='3.12'
aiohttp==3.8.5;python_version<'3.12'
aiohttp>=3.9.1
build>=0.8.0

@@ -4,0 +3,0 @@ bumpver>=2023.1124