Skip to content

Commit b739ae1

Browse files
committed
Update dependencies
1 parent 3f7f924 commit b739ae1

File tree

6 files changed

+571
-494
lines changed

6 files changed

+571
-494
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* text=auto
22
CHANGELOG.md merge=union
3+
poetry.lock merge=binary

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.2
1+
3.7.5

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ $(MKDOCS_INDEX): docs/requirements.txt mkdocs.yml docs/*.md
140140
poetry run mkdocs build --clean --strict
141141

142142
docs/requirements.txt: poetry.lock
143-
@ poetry run pip freeze -qqq | grep mkdocs > $@
144-
@ poetry run pip freeze -qqq | grep Pygments >> $@
143+
@ poetry export --dev --without-hashes | grep mkdocs > $@
144+
@ poetry export --dev --without-hashes | grep pygments >> $@
145145

146146
.PHONY: uml
147147
uml: install docs/*.png

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mkdocs==1.0.4
2-
Pygments==2.7.4
1+
mkdocs==1.0.4; (python_full_version >= "2.7.9" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
2+
pygments==2.9.0; python_version >= "3.5"

0 commit comments

Comments
 (0)