robotcode-repl-server 2.0.4__tar.gz → 2.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode-repl-server
3
- Version: 2.0.4
3
+ Version: 2.2.0
4
4
  Summary: RobotCode REPL Server for Robot Framework
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -25,8 +25,8 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
25
25
  Classifier: Topic :: Utilities
26
26
  Classifier: Typing :: Typed
27
27
  Requires-Python: >=3.10
28
- Requires-Dist: robotcode-jsonrpc2==2.0.4
29
- Requires-Dist: robotcode-runner==2.0.4
28
+ Requires-Dist: robotcode-jsonrpc2
29
+ Requires-Dist: robotcode-runner
30
30
  Description-Content-Type: text/markdown
31
31
 
32
32
  # robotcode-repl-server
@@ -28,8 +28,8 @@ classifiers = [
28
28
  ]
29
29
  dynamic = ["version"]
30
30
  dependencies = [
31
- "robotcode-jsonrpc2==2.0.4",
32
- "robotcode-runner==2.0.4"
31
+ "robotcode-jsonrpc2",
32
+ "robotcode-runner"
33
33
  ]
34
34
 
35
35
  [project.entry-points.robotcode]
@@ -0,0 +1 @@
1
+ __version__ = "2.2.0"
@@ -1 +0,0 @@
1
- __version__ = "2.0.4"