summaryrefslogtreecommitdiff
path: root/requirements
Commit message (Collapse)AuthorAgeFilesLines
* chore: make upgrade to get eventlet 0.33.3Ned Batchelder2023-01-174-53/+63
|
* chore: make upgradeNed Batchelder2023-01-174-15/+13
|
* build: unpin dnspython with a var to fix eventletNed Batchelder2023-01-171-4/+0
|
* chore: make upgradeNed Batchelder2023-01-162-4/+23
|
* chore: make upgradeNed Batchelder2023-01-163-9/+9
|
* build: tox fixed the bug in 4.3.2Ned Batchelder2023-01-161-3/+0
| | | | https://github.com/tox-dev/tox/pull/2873
* build: tox 4.3.0 borked environment substitution, pin itNed Batchelder2023-01-164-9/+12
|
* build: dnspython has a problem at the moment, pin itNed Batchelder2023-01-162-4/+10
|
* chore: make upgradeNed Batchelder2023-01-168-116/+146
|
* build: switch from tox-gh-actions to tox-gh, and tox 4Ned Batchelder2023-01-162-4/+1
|
* chore: make upgradeNed Batchelder2023-01-138-219/+415
|
* mypy: install pytest alongside mypy to get its typesNed Batchelder2023-01-102-2/+90
|
* mypy: a separate tox env for mypyNed Batchelder2022-12-298-115/+123
|
* chore: make upgradeNed Batchelder2022-12-272-2/+82
|
* test: add mypy as a dev dependencyNed Batchelder2022-12-271-1/+2
|
* make upgrade, but not ready for tox 4 yetNed Batchelder2022-12-256-115/+19
|
* test: remove pycontractsNed Batchelder2022-12-251-4/+0
|
* chore: make upgradeNed Batchelder2022-12-218-94/+85
|
* chore: make upgradeNed Batchelder2022-12-186-48/+48
|
* chore: make upgradeNed Batchelder2022-12-076-53/+94
|
* build: use tox.pip to ensure all tox pins are the sameNed Batchelder2022-12-071-1/+1
|
* chore: make upgradeNed Batchelder2022-12-076-69/+69
| | | | | | | | | | | | | | | | | | | -check-manifest==0.48 \ +check-manifest==0.49 \ -cibuildwheel==2.11.2 \ +cibuildwheel==2.11.3 \ -filelock==3.8.0 \ +filelock==3.8.2 \ -hypothesis==6.59.0 \ +hypothesis==6.60.0 \ -importlib-resources==5.10.0 \ +importlib-resources==5.10.1 \ -platformdirs==2.5.4 \ +platformdirs==2.6.0 \ -pylint==2.15.7 \ +pylint==2.15.8 \ -virtualenv==20.17.0 \ +virtualenv==20.17.1 \
* chore: make upgradeNed Batchelder2022-12-033-18/+9
|
* build: do we still need this pin?Ned Batchelder2022-12-031-6/+0
|
* chore: make upgradeNed Batchelder2022-12-028-26/+29
|
* chore: make upgradeNed Batchelder2022-12-016-42/+42
|
* chore: make upgradeNed Batchelder2022-11-268-158/+154
|
* chore: make upgradeNed Batchelder2022-11-148-73/+69
|
* chore: make upgradeNed Batchelder2022-11-083-6/+10
|
* chore: make upgradeNed Batchelder2022-11-077-222/+214
|
* chore: make upgradeNed Batchelder2022-11-053-19/+12
|
* build: try removing a certifi pinNed Batchelder2022-11-051-5/+0
|
* chore: make upgradeNed Batchelder2022-11-057-370/+356
|
* build: remove pip pinNed Batchelder2022-11-051-3/+0
| | | | https://github.com/jazzband/pip-tools/issues/1617 was fixed in pip-tools==6.6.1
* chore: make upgrade (3.11 ubuntu gevent changed hash?)Ned Batchelder2022-10-276-27/+28
|
* chore: make upgradeNed Batchelder2022-10-267-202/+137
|
* chore: make upgradeNed Batchelder2022-10-238-395/+421
|
* chore: make upgradeNed Batchelder2022-09-277-63/+63
|
* chore: make upgradeNed Batchelder2022-09-175-41/+35
|
* chore: make upgradeNed Batchelder2022-09-138-282/+297
|
* build: make upgrade (with hashes)Ned Batchelder2022-08-158-251/+1375
|
* build: pin windows-only transitive dependenciesNed Batchelder2022-08-155-2/+35
|
* build: don't install multiple .pip filesNed Batchelder2022-08-151-0/+302
| | | | | | | If .pip files are pip-compile'd separately, they can have different pinned versions. Then when installed together, pip can't resolve the difference. Instead, pip-compile multiple .in files to produce one .pip file that is installed.
* build: make upgradeNed Batchelder2022-08-158-72/+79
|
* Revert "build: switch to hashed dev dependencies"Ned Batchelder2022-08-118-787/+161
| | | | This reverts commit 015e42af088e03c4c69068b191be9212d7808689.
* build: switch to hashed dev dependenciesNed Batchelder2022-08-118-161/+787
| | | | | | | | | | | | | | | I used this tweak to the Makefile to mostly just add hashes, though some dependencies were also upgraded, not sure why... @@ -74,7 +74,7 @@ metasmoke: .PHONY: upgrade -PIP_COMPILE = pip-compile --upgrade --allow-unsafe +PIP_COMPILE = pip-compile --allow-unsafe --generate-hashes upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade upgrade: ## Update the *.pip files with the latest packages satisfying *.in files. pip install -q -r requirements/pip-tools.pip
* chore: make upgradeNed Batchelder2022-06-085-8/+8
|
* chore: make upgradeNed Batchelder2022-06-025-8/+10
|
* chore: make upgradeNed Batchelder2022-05-317-29/+29
|
* chore: make upgradeNed Batchelder2022-05-128-17/+26
| | | | | Wrote this bug for pylint, because I shouldn't have to add a pragma: https://github.com/PyCQA/pylint/issues/6592