insanum / sncli

Simplenote CLI
MIT License
397 stars 35 forks source link

Update all dependencies #133

Closed lostways closed 1 year ago

lostways commented 1 year ago
➜  sncli git:(update-dependancies) pipenv update       
Running $ pipenv lock then $ pipenv sync.
Locking [packages] dependencies...
Locking [dev-packages] dependencies...
Updated Pipfile.lock (1437e3eefc8ef2ccca6c660ed5e36ed0ad9fb90ef012cb25e3d571d757e4a7b1)!
Installing dependencies from Pipfile.lock (e4a7b1)...
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
All dependencies are now up-to-date!
➜  sncli git:(update-dependancies) pipenv graph
chardet==3.0.4
mypy==0.991
  - mypy-extensions [required: >=0.4.3, installed: 0.4.3]
  - tomli [required: >=1.1.0, installed: 2.0.1]
  - typing-extensions [required: >=3.10, installed: 4.4.0]
sncli==0.4.1
  - requests [required: Any, installed: 2.28.1]
    - certifi [required: >=2017.4.17, installed: 2022.12.7]
    - charset-normalizer [required: >=2,<3, installed: 2.1.1]
    - idna [required: >=2.5,<4, installed: 3.4]
    - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.13]
  - Simperium3 [required: Any, installed: 0.1.5]
    - requests [required: Any, installed: 2.28.1]
      - certifi [required: >=2017.4.17, installed: 2022.12.7]
      - charset-normalizer [required: >=2,<3, installed: 2.1.1]
      - idna [required: >=2.5,<4, installed: 3.4]
      - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.13]
  - urwid [required: Any, installed: 2.1.2]
sphinx==6.0.0
  - alabaster [required: >=0.7,<0.8, installed: 0.7.12]
  - babel [required: >=2.9, installed: 2.11.0]
    - pytz [required: >=2015.7, installed: 2022.7]
  - docutils [required: >=0.18,<0.20, installed: 0.19]
  - imagesize [required: >=1.3, installed: 1.4.1]
  - Jinja2 [required: >=3.0, installed: 3.1.2]
    - MarkupSafe [required: >=2.0, installed: 2.1.1]
  - packaging [required: >=21.0, installed: 22.0]
  - Pygments [required: >=2.12, installed: 2.14.0]
  - requests [required: >=2.25.0, installed: 2.28.1]
    - certifi [required: >=2017.4.17, installed: 2022.12.7]
    - charset-normalizer [required: >=2,<3, installed: 2.1.1]
    - idna [required: >=2.5,<4, installed: 3.4]
    - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.13]
  - snowballstemmer [required: >=2.0, installed: 2.2.0]
  - sphinxcontrib-applehelp [required: Any, installed: 1.0.2]
  - sphinxcontrib-devhelp [required: Any, installed: 1.0.2]
  - sphinxcontrib-htmlhelp [required: >=2.0.0, installed: 2.0.0]
  - sphinxcontrib-jsmath [required: Any, installed: 1.0.1]
  - sphinxcontrib-qthelp [required: Any, installed: 1.0.3]
  - sphinxcontrib-serializinghtml [required: >=1.1.5, installed: 1.1.5]
lostways commented 1 year ago

See issue #132

lostways commented 1 year ago

I ran the app using docker and using the pipenv. Both seem to work.

I also complied the docs with Sphinx to test the updates to those dependencies:

(sncli) ➜  docs git:(update-dependancies) make html
Running Sphinx v6.0.0
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 8 source files that are out of date
updating environment: [new config] 8 added, 0 changed, 0 removed
reading sources... [100%] tips                                                                                                                                                                                                    
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] tips                                                                                                                                                                                                     
generating indices... genindex done
writing additional pages... search done
copying images... [100%] screenshots/screenshot4.png                                                                                                                                                                              
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.

The HTML pages are in _build/html.