Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > e484248a7341d6670bd3e8be95df84f7 > files > 1

python-lsp-server-1.5.0-5.mga9.src.rpm

diff -ruN python-lsp-server-1.5.0/pyproject.toml python-lsp-server-1.5.0.new/pyproject.toml
--- python-lsp-server-1.5.0/pyproject.toml	2022-06-28 18:50:47.000000000 +0200
+++ python-lsp-server-1.5.0.new/pyproject.toml	2022-09-08 17:52:47.772848305 +0200
@@ -26,33 +26,33 @@
 
 [project.optional-dependencies]
 all = [
-    "autopep8>=1.6.0,<1.7.0",
-    "flake8>=4.0.0,<4.1.0",
-    "mccabe>=0.6.0,<0.7.0",
-    "pycodestyle>=2.8.0,<2.9.0",
+    "autopep8>=1.6.0",
+    "flake8>=4.0.0",
+    "mccabe>=0.6.0",
+    "pycodestyle>=2.8.0",
     "pydocstyle>=2.0.0",
-    "pyflakes>=2.4.0,<2.5.0",
+    "pyflakes>=2.4.0",
     "pylint>=2.5.0",
     "rope>=0.10.5",
     "yapf",
     "whatthepatch"
 ]
-autopep8 = ["autopep8>=1.6.0,<1.7.0"]
-flake8 = ["flake8>=4.0.0,<4.1.0"]
-mccabe = ["mccabe>=0.6.0,<0.7.0"]
-pycodestyle = ["pycodestyle>=2.8.0,<2.9.0"]
+autopep8 = ["autopep8>=1.6.0"]
+flake8 = ["flake8>=4.0.0"]
+mccabe = ["mccabe>=0.6.0"]
+pycodestyle = ["pycodestyle>=2.8.0"]
 pydocstyle = ["pydocstyle>=2.0.0"]
-pyflakes = ["pyflakes>=2.4.0,<2.5.0"]
+pyflakes = ["pyflakes>=2.4.0"]
 pylint = ["pylint>=2.5.0"]
 rope = ["rope>0.10.5"]
-yapf = ["yapf", "whatthepatch>=1.0.2,<2.0.0"]
+yapf = ["yapf", "whatthepatch>=1.0.2"]
 websockets = ["websockets>=10.3"]
 test = [
     "pylint>=2.5.0",
     "pytest",
     "pytest-cov",
     "coverage",
-    "numpy<1.23",
+    "numpy",
     "pandas",
     "matplotlib",
     "pyqt5",