Commit Graph

1978 Commits

Author SHA1 Message Date
qutebrowser bot 9e59ff3762 Update dependencies 2020-08-03 04:26:39 +00:00
Florian Bruhin 9ed3646430 Upgrade to pytest 6.0.1 2020-07-30 19:03:24 +02:00
Florian Bruhin 13267033d0 tests: Make some more plugins optional 2020-07-29 11:26:30 +02:00
qutebrowser bot d5ae296ed2 Update dependencies 2020-07-28 20:44:26 +00:00
Florian Bruhin d220f985a5 Update requirements 2020-07-27 15:52:54 +02:00
Florian Bruhin c3341487e7 Fix conflicting requirements 2020-07-27 15:40:43 +02:00
Florian Bruhin 0119f87fc2 userscripts: Improve qute-pass docs 2020-07-27 15:24:32 +02:00
Florian Bruhin 2c41eeb7d2 Merge remote-tracking branch 'origin/pr/5601' 2020-07-27 14:35:37 +02:00
qutebrowser bot aa55796073 Update dependencies 2020-07-27 04:24:43 +00:00
Florian Bruhin 1daa863218 Add yamllint 2020-07-23 11:21:04 +02:00
Wayne Cheng e6891388eb qute-lastpass: Code-review changes 2020-07-21 12:09:36 -04:00
Wayne Cheng ab7da95441 qute-lastpass: Lint and path fix 2020-07-21 12:09:32 -04:00
Wayne Cheng 94cfadbe1f qute-lastpass: Tighten lookup regex from '.*example.com.*' to '\bexample\.com' 2020-07-21 12:07:51 -04:00
Wayne Cheng 2f9b3f5ab8 qute-lastpass: invoke fake-key for each string, not per character 2020-07-21 12:07:51 -04:00
qutebrowser bot 295b86f120 Update dependencies 2020-07-20 07:36:41 +00:00
Florian Bruhin af74e4b4e2 Release v1.13.1 2020-07-17 17:02:10 +02:00
Florian Bruhin d42c354767 Add Qute-Translate to userscripts
See #5592
2020-07-17 13:43:37 +02:00
qutebrowser bot 8feb5e9684 Update dependencies 2020-07-13 04:24:55 +00:00
Wayne Cheng 4f83bf6559 qute-lastpass merge-candidate bugfix from @user202729 2020-07-07 21:25:59 -04:00
Florian Bruhin 0baa454736
Merge pull request #5571 from qutebrowser/update-dependencies
Update dependencies
2020-07-06 13:59:02 +02:00
Florian Bruhin f50faee0ea Fix PYINSTALLER_DEBUG 2020-07-06 13:09:53 +02:00
Florian Bruhin ad645bba52 Add PYINSTALLER_DEBUG 2020-07-06 12:04:01 +02:00
qutebrowser bot 2c44122171 Update dependencies 2020-07-06 04:27:05 +00:00
Florian Bruhin 69d6d58990 ci: Remove codecov requirements
We don't need to install codecov anymore as we use the GitHub Action
2020-07-03 18:56:51 +02:00
Florian Bruhin a4de4ef6a4 ci: Remove remaining Travis/AppVeyor specific code
Also reenables some tests which have been problematic on Travis/AppVeyor but
maybe work fine nowadays.
2020-07-03 18:55:46 +02:00
qutebrowser bot c11cfdcbfd
Update dependencies (#5556) 2020-06-30 20:01:39 +02:00
Florian Bruhin 14823c5d7d ci: Improve requirements updates action 2020-06-30 17:59:37 +02:00
pyup.io bot fe0276ef54
Scheduled weekly dependency update for week 26 (#5554)
* Update idna from 2.9 to 2.10

* Update idna from 2.9 to 2.10

* Update idna from 2.9 to 2.10

* Update idna from 2.9 to 2.10

* Update hypothesis from 5.18.0 to 5.18.3

* Update py from 1.8.2 to 1.9.0

* Update py from 1.8.2 to 1.9.0

* Update wcwidth from 0.2.4 to 0.2.5

* Update distlib from 0.3.0 to 0.3.1

* Update tox from 3.15.2 to 3.16.1

* Update virtualenv from 20.0.24 to 20.0.25
2020-06-30 11:00:48 +02:00
Florian Bruhin 74ba8f3dc6 Release v1.13.0 2020-06-26 08:31:20 +02:00
Florian Bruhin 0e2db8eadc Add "tox -e mypy-diff"
Not done by default with "tox -e mypy" because it disables mypy's caching,
causing its runtime to go from <1s to ~15s:
https://github.com/python/mypy/issues/9041

See #1456
2020-06-24 15:01:16 +02:00
Florian Bruhin a04e7fe0df mypy requirements: Add lxml 2020-06-24 14:00:58 +02:00
Florian Bruhin 2d74558e80 Upgrade requirements
Upgrade PyVirtualDisplay
    Update virtualenv from 20.0.21 to 20.0.24
    Update pytest-xvfb from 1.2.0 to 2.0.0
    Update pytest-instafail from 0.4.1.post0 to 0.4.2
    Update pytest-cov from 2.9.0 to 2.10.0
    Update py-cpuinfo from 5.0.0 to 6.0.0
    Update py from 1.8.1 to 1.8.2
    Update more-itertools from 8.3.0 to 8.4.0
    Update hypothesis from 5.16.0 to 5.18.0
    Update sphinx from 3.1.0 to 3.1.1
    Update setuptools from 47.1.1 to 47.3.1
    Update mypy from 0.780 to 0.781
    Update pep8-naming from 0.10.0 to 0.11.1
    Update flake8 from 3.8.2 to 3.8.3
    Update requests from 2.23.0 to 2.24.0
    Update codecov from 2.1.4 to 2.1.7
    Update certifi from 2020.4.5.2 to 2020.6.20
2020-06-23 13:16:16 +02:00
Florian Bruhin 24f7b1f369 requirements: Remove lxml from dev requirements
d805e2d71e removed lxml in check_coverage.py,
5e64aae70b removed ua_fetch.py

Thus, no lxml usages are remaining.
2020-06-12 12:31:05 +02:00
Florian Bruhin f5562728d8 Merge remote-tracking branch 'origin/pr/5492' 2020-06-09 13:58:43 +02:00
pyup-bot 0f9720adac Update tox from 3.15.1 to 3.15.2 2020-06-08 21:30:27 +02:00
pyup-bot 82c77bae8b Update wcwidth from 0.2.2 to 0.2.4 2020-06-08 21:30:26 +02:00
pyup-bot 6f5f80f77f Update sortedcontainers from 2.1.0 to 2.2.2 2020-06-08 21:30:25 +02:00
pyup-bot 4e97186a11 Update pytest-mock from 3.1.0 to 3.1.1 2020-06-08 21:30:23 +02:00
pyup-bot 59dbbc6396 Update pytest-bdd from 3.3.0 to 3.4.0 2020-06-08 21:30:22 +02:00
pyup-bot b550fb348f Update pytest from 5.4.2 to 5.4.3 2020-06-08 21:30:21 +02:00
pyup-bot d32063dcf5 Update sphinx from 3.0.4 to 3.1.0 2020-06-08 21:30:20 +02:00
pyup-bot 593fee8793 Update lazy-object-proxy from 1.4.3 to 1.5.0 2020-06-08 21:30:19 +02:00
pyup-bot 95b2063506 Update mypy from 0.770 to 0.780 2020-06-08 21:30:18 +02:00
pyup-bot daca14aa3b Update flake8-comprehensions from 3.2.2 to 3.2.3 2020-06-08 21:30:17 +02:00
pyup-bot 3284adf5fe Update codecov from 2.1.3 to 2.1.4 2020-06-08 21:30:16 +02:00
pyup-bot 0285c0a206 Update certifi from 2020.4.5.1 to 2020.4.5.2 2020-06-08 21:30:14 +02:00
pyup-bot 63070432a7 Update certifi from 2020.4.5.1 to 2020.4.5.2 2020-06-08 21:30:13 +02:00
pyup-bot 992f4cb41e Update certifi from 2020.4.5.1 to 2020.4.5.2 2020-06-08 21:30:12 +02:00
pyup-bot 6047a83b90 Update certifi from 2020.4.5.1 to 2020.4.5.2 2020-06-08 21:30:11 +02:00
J. Nathanael Philipp 1606246dc1
Add cmd argument for control port. 2020-06-04 09:27:02 +02:00