Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
Updated six, pytest, pytest-cov, Sphinx and sphinx_rtd_theme
  • Loading branch information
JonasGe committed Oct 18, 2019
1 parent 81430ee commit 70be715
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
--requirement requirements.txt

# Testing
pytest==3.4.2
pytest-cov==2.5.1
pytest==5.2.1
pytest-cov==2.8.1

# Documentation
Sphinx==1.7.1
sphinx_rtd_theme==0.2.4
Sphinx==2.2.0
sphinx_rtd_theme==0.4.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
six==1.11.0
six==1.12.0

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='language_tags',
version='0.4.7',
version='0.5.0',
url='https://github.com/OnroerendErfgoed/language-tags',
license='MIT',
author='Flanders Heritage Agency',
Expand Down

0 comments on commit 70be715

Please sign in to comment.