Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
update deps - fix deprecation
pytest-datadir 1.2.1
bsdiff 1.1.5
mkdocs 1.0.4
  • Loading branch information
JMSwag committed Oct 2, 2018
1 parent 9a0d617 commit eb06a13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/requirements.txt
@@ -1,5 +1,5 @@
memory_profiler
mkdocs == 0.16.3
mkdocs == 1.0.4
mkdocs-material
PyUpdater-s3-Plugin
tox
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Expand Up @@ -2,7 +2,7 @@ site_name: PyUpdater
site_url: http://www.pyupdater.org
site_description: Pyinstaller Auto-Update Framework
google_analytics: ['UA-76455631-6', 'www.pyupdater.org']
pages:
nav:
- Home: index.md
- User Guide:
- Installation: installation.md
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
appdirs >= 1.4.0
bsdiff4 == 1.1.4
bsdiff4 == 1.1.5
certifi >= 2016.9.26
dsdev-utils >= 0.9.6
ed25519 == 1.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
required = f.read().splitlines()

# ToDo: Remove in PyUpdater 3.0
extra_patch = 'bsdiff4 == 1.1.4'
extra_patch = 'bsdiff4 == 1.1.5'
# End ToDo
extra_s3 = 'PyUpdater-s3-Plugin >= 3.0.6'
extra_scp = 'PyUpdater-scp-Plugin >= 3.0.5'
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Expand Up @@ -2,7 +2,7 @@ codecov>=1.4.0
coverage
filelock
pytest
pytest-datadir==0.2.0
pytest-datadir==1.2.1
pytest-cov
pytest-xdist
pytest-remove-stale-bytecode
Expand Down

0 comments on commit eb06a13

Please sign in to comment.