Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/167.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Versions of all dependencies are pinned to avoid accidental breakages from upstream changes.
23 changes: 12 additions & 11 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ ansicolors==1.0.2 # via cuvner
anyio==1.0.0 # via asks
appdirs==1.4.3
argh==0.26.2 # via watchdog
asks==2.3.5
asks==2.3.3
asn1crypto==0.24.0 # via cryptography
aspy.yaml==1.3.0 # via pre-commit
astroid==2.2.5 # via pylint
async-exit-stack==1.0.1
async-generator==1.10
async-timeout==3.0.1 # via aiohttp
async_exit_stack==1.0.1
atomicwrites==1.3.0 # via pytest
attrs==19.1.0
automat==0.7.0 # via twisted
Expand Down Expand Up @@ -60,7 +60,7 @@ mypy-extensions==0.4.1 # via mypy, trio-typing
mypy==0.720 # via trio-typing
nodeenv==1.3.3 # via pre-commit
outcome==1.0.0 # via trio
packaging==19.0 # via pytest-sugar, sphinx
packaging==19.0 # via pytest, pytest-sugar, sphinx
parso==0.4.0
pathtools==0.1.2 # via watchdog
pkginfo==1.5.0.1 # via twine
Expand All @@ -75,23 +75,23 @@ pyhamcrest==1.9.0 # via twisted
pylint==2.3.1
pyopenssl==19.0.0 # via twisted
pyparsing==2.4.0 # via packaging
pyrsistent==0.15.3
pyrsistent==0.15.2
pytest-clarity==0.1.0a1
pytest-cov==2.6.1
pytest-sugar==0.9.2
pytest==4.4.1
pytest==5.0.1
pytz==2019.1 # via babel
pyyaml==5.1
pyyaml==5.1.1
readme-renderer==24.0 # via twine
requests-toolbelt==0.8.0 # via twine
requests==2.21.0
service-identity==18.1.0 # via twisted
six==1.12.0 # via astroid, automat, bleach, cfgv, cryptography, cuvner, packaging, pre-commit, pyhamcrest, pyopenssl, pyrsistent, pytest, readme-renderer, tox, treq
six==1.12.0 # via astroid, automat, bleach, cfgv, cryptography, cuvner, packaging, pre-commit, pyhamcrest, pyopenssl, pyrsistent, readme-renderer, tox, treq
sniffio==1.1.0 # via anyio, trio
snowballstemmer==1.2.1 # via sphinx
sortedcontainers==2.1.0 # via trio
sphinx-rtd-theme==0.4.3
sphinx==2.0.1
sphinx==2.1.2
sphinxcontrib-applehelp==1.0.1 # via sphinx
sphinxcontrib-devhelp==1.0.1 # via sphinx
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
Expand All @@ -100,12 +100,12 @@ sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
termcolor==1.1.0 # via pytest-clarity, pytest-sugar
toml==0.10.0
toolz==0.10.0
toolz==0.9.0
tox==3.9.0
tqdm==4.31.1 # via twine
treq==18.6.0
trio-typing==0.2.0
trio==0.11.0
trio_typing==0.2.0
twine==1.13.0
twisted[tls]==19.2.0
typed-ast==1.4.0 # via astroid, mypy
Expand All @@ -115,6 +115,7 @@ urllib3==1.24.2
virtualenv==16.4.3 # via pre-commit, tox
vulture==1.0
watchdog==0.9.0 # via cuvner
wcwidth==0.1.7 # via pytest
webencodings==0.5.1 # via bleach
wrapt==1.11.1 # via astroid
xmltodict==0.12.0
Expand All @@ -124,4 +125,4 @@ zipp==0.5.2 # via importlib-metadata
zope.interface==4.6.0 # via twisted

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via pyhamcrest, pytest, sphinx, tox, twine, zope.interface
# setuptools==41.0.1 # via pyhamcrest, sphinx, tox, twine, zope.interface
38 changes: 19 additions & 19 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
click
toolz
attrs
parso
bump2version
click==7.0
toolz==0.9.0
attrs==19.1.0
parso==0.4.0
bump2version==0.5.10
trio==0.11.0
async_generator
async_exit_stack
appdirs
toml
asks
marshmallow>=3.0rc1
pyrsistent
trio_typing
docutils
sphinx
pytest
importlib_metadata
xmltodict
pyyaml
async_generator==1.10
async_exit_stack==1.0.1
appdirs==1.4.3
toml==0.10.0
asks==2.3.3
marshmallow==3.0rc8
pyrsistent==0.15.2
trio_typing==0.2.0
docutils==0.14
sphinx==2.1.2
pytest==5.0.1
importlib_metadata==0.18
xmltodict==0.12.0
pyyaml==5.1.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ alabaster==0.7.12 # via sphinx
anyio==1.0.0 # via asks
appdirs==1.4.3
asks==2.3.3
async-exit-stack==1.0.1
async-generator==1.10
async_exit_stack==1.0.1
atomicwrites==1.3.0 # via pytest
attrs==19.1.0
babel==2.7.0 # via sphinx
Expand All @@ -24,7 +24,7 @@ imagesize==1.1.0 # via sphinx
importlib-metadata==0.18
jinja2==2.10.1 # via sphinx
markupsafe==1.1.1 # via jinja2
marshmallow==3.0.0rc7
marshmallow==3.0rc8
more-itertools==7.2.0 # via pytest
mypy-extensions==0.4.1 # via mypy, trio-typing
mypy==0.711 # via trio-typing
Expand Down Expand Up @@ -53,8 +53,8 @@ sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
toml==0.10.0
toolz==0.9.0
trio-typing==0.2.0
trio==0.11.0
trio_typing==0.2.0
typed-ast==1.4.0 # via mypy
typing-extensions==3.7.4 # via trio-typing
urllib3==1.25.3 # via requests
Expand Down