Browse Source

Update requirements

Arkadiusz Ryś 2 years ago
parent
commit
83fe9441b0
2 changed files with 13 additions and 11 deletions
  1. 4 3
      pyproject.toml
  2. 9 8
      requirements.txt

+ 4 - 3
pyproject.toml

@@ -25,6 +25,7 @@ dependencies = [
     "arklog~=0.5.1",
     "dacite~=1.8.1",
     "rdflib~=6.3.2",
+    "certifi~=2023.7.22",
 ]
 
 [project.optional-dependencies]
@@ -32,11 +33,11 @@ test = [
     "pytest~=7.4.0",
 ]
 doc = [
-    "sphinx~=7.0.1",
+    "sphinx~=7.1.0",
 ]
 dev = [
     "tox~=4.6.4",
-    "pip~=23.2",
+    "pip~=23.2.1",
     "flit~=3.9.0",
     "twine~=4.0.2",
     "invoke~=2.2.0",
@@ -44,7 +45,7 @@ dev = [
     "flake8~=6.0.0",
     "coverage~=7.2.7",
     "pyinstaller~=5.13.0",
-    "pyinstaller-hooks-contrib~=2023.5",
+    "pyinstaller-hooks-contrib~=2023.6",
 ]
 graphical = [
     "dearpygui~=1.9.1",

+ 9 - 8
requirements.txt

@@ -1,16 +1,17 @@
 # Graph Exploring Tool
-owly   ~= 0.0.2
-toml   ~= 0.10.2
-arklog ~= 0.5.1
-dacite ~= 1.8.1
-rdflib ~= 6.3.2
+owly    ~= 0.0.2
+toml    ~= 0.10.2
+arklog  ~= 0.5.1
+dacite  ~= 1.8.1
+rdflib  ~= 6.3.2
+certifi ~= 2023.7.22
 # Test
 pytest ~= 7.4.0
 # Doc
-sphinx ~= 7.0.1
+sphinx ~= 7.1.0
 # Dev
 tox         ~= 4.6.4
-pip         ~= 23.2
+pip         ~= 23.2.1
 flit        ~= 3.9.0
 twine       ~= 4.0.2
 invoke      ~= 2.2.0
@@ -18,7 +19,7 @@ jinja2      ~= 3.1.2
 flake8      ~= 6.0.0
 coverage    ~= 7.2.7
 pyinstaller ~= 5.13.0
-pyinstaller-hooks-contrib ~= 2023.5
+pyinstaller-hooks-contrib ~= 2023.6
 # pylode        ~= 3.0.4
 # owlready2     ~= 0.40
 # graphviz      ~= 0.20.1