Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

robotframework-pythonlibcore

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robotframework-pythonlibcore - pypi Package Compare versions

Comparing version
4.5.0
to
4.5.1
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: robotframework-pythonlibcore
Version: 4.5.0
Version: 4.5.1
Summary: Tools to ease creating larger test libraries for Robot Framework using Python.

@@ -5,0 +5,0 @@ Home-page: https://github.com/robotframework/PythonLibCore

Metadata-Version: 2.4
Name: robotframework-pythonlibcore
Version: 4.5.0
Version: 4.5.1
Summary: Tools to ease creating larger test libraries for Robot Framework using Python.

@@ -5,0 +5,0 @@ Home-page: https://github.com/robotframework/PythonLibCore

@@ -29,3 +29,3 @@ # Copyright 2017- Robot Framework Foundation

__version__ = "4.5.0"
__version__ = "4.5.1"

@@ -32,0 +32,0 @@ __all__ = [

@@ -25,3 +25,3 @@ # Copyright 2017- Robot Framework Foundation

if translation and isinstance(translation, Path) and translation.is_file():
with translation.open("r") as file:
with translation.open("r", encoding="utf-8") as file:
try:

@@ -28,0 +28,0 @@ return json.load(file)