Skip to content
Open
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
10 changes: 3 additions & 7 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ packaging==21.3
# -r requirements-dev.txt
# bleach
# marshmallow
# pyinstaller
# pytest
parsimonious==0.8.1
# via
Expand Down Expand Up @@ -554,7 +555,7 @@ pygments==2.7.4
# -r requirements-dev.txt
# ipython
# pdbpp
pyinstaller==5.1
pyinstaller==6.1.0
# via -r requirements-ci.in
pyinstaller-hooks-contrib==2022.5
# via pyinstaller
Expand Down Expand Up @@ -715,11 +716,6 @@ toml==0.10.2
# pep517
# pylint
# pytest
tomli==2.0.1
# via
# -r requirements-dev.txt
# black
# mypy
toolz==0.9.0
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -799,7 +795,7 @@ unpaddedbase64==1.1.0
# -r requirements-dev.txt
# matrix-synapse
# signedjson
urllib3==1.26.5
urllib3==1.26.18
# via
# -r requirements-dev.txt
# requests
Expand Down
6 changes: 1 addition & 5 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -611,10 +611,6 @@ toml==0.10.2
# pep517
# pylint
# pytest
tomli==2.0.1
# via
# black
# mypy
toolz==0.9.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -679,7 +675,7 @@ unpaddedbase64==1.1.0
# via
# matrix-synapse
# signedjson
urllib3==1.26.5
urllib3==1.26.18
# via
# -r requirements.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.5
urllib3==1.26.18
# via requests
wheel==0.33.4
# via astunparse
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ typing-inspect==0.4.0
# via marshmallow-dataclass
ulid-py==1.1.0
# via -r requirements.in
urllib3==1.26.5
urllib3==1.26.18
# via requests
varint==1.0.2
# via multiaddr
Expand Down