summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Enable bugbear extension and fix warningsJordan Cook2023-05-081-1/+1
|
* Replace flake8 with ruffJordan Cook2023-05-081-0/+7
|
* Update dependencies and pre-commit hooksJordan Cook2023-05-081-2/+2
|
* Use time-machine instead of sleep for timing-based testsJordan Cook2023-04-021-1/+2
|
* Update dependencies, pre-commit hooks, and contributorsJordan Cook2023-03-241-3/+3
|
* Update dependenciesJordan Cook2023-03-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump rrainn/dynamodb-action from 2.0.1 to 3.0.0 Bumps [rrainn/dynamodb-action](https://github.com/rrainn/dynamodb-action) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/rrainn/dynamodb-action/releases) - [Commits](https://github.com/rrainn/dynamodb-action/compare/v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: rrainn/dynamodb-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump pytest from 7.1.3 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump pytest-xdist from 2.5.0 to 3.0.2 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 to 3.0.2. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.5.0...v3.0.2) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump sphinx-autodoc-typehints from 1.19.5 to 1.20.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.19.5 to 1.20.1. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.19.5...1.20.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump ujson from 5.6.0 to 5.7.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.6.0...5.7.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump coverage from 6.5.0 to 7.0.5 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.0.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.5.0...7.0.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Add a couple more project links on PyPIJordan Cook2022-12-131-0/+4
|
* Update for cattrs 22.2Jordan Cook2022-10-081-4/+1
|
* Bump cattrs from 22.1.0 to 22.2.0dependabot[bot]2022-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cattrs](https://github.com/python-attrs/cattrs) from 22.1.0 to 22.2.0. - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.rst) - [Commits](https://github.com/python-attrs/cattrs/compare/v22.1.0...v22.2.0) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump coverage from 6.4.4 to 6.5.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.4 to 6.5.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.4.4...6.5.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Remove upper version constraint for all non-dev dependenciesJordan Cook2022-08-241-13/+13
|
* Update only_if_cached to take precedence over refresh or other revalidation ↵Jordan Cook2022-07-301-1/+1
| | | | conditions
* Add retries for MongoDB ServerSelectionTimeoutError on GitHub Actions runnersJordan Cook2022-07-051-1/+2
|
* Run pre-deploy tests for most recent python and requests versionsJordan Cook2022-06-291-1/+1
|
* Use sphinx-design tabs instead of sphinx-inline-tabsJordan Cook2022-06-171-3/+2
|
* Sphinx + extension updates:Jordan Cook2022-06-171-5/+6
| | | | | | * Update to Sphinx 5 * Add sphinxext-opengraph * Replace sphinx-panels with sphinx-design (its intended successor)
* Save a couple microsecondsJordan Cook2022-06-161-0/+1
|
* Run integration tests with all serializers _only_ for Filesystem backend; ↵Jordan Cook2022-06-101-0/+1
| | | | for all other backends, only test with default serializer
* Bump nox-poetry from 0.9.0 to 1.0.0dependabot[bot]2022-05-211-1/+1
| | | | | | | | | | | | | | Bumps [nox-poetry](https://github.com/cjolowicz/nox-poetry) from 0.9.0 to 1.0.0. - [Release notes](https://github.com/cjolowicz/nox-poetry/releases) - [Commits](https://github.com/cjolowicz/nox-poetry/compare/v0.9.0...v1.0.0) --- updated-dependencies: - dependency-name: nox-poetry dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Update repo links, changelog, and contributorsJordan Cook2022-05-151-7/+6
|
* Bump rich, pre-commit, and linkify-it-pydependabot[bot]2022-05-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump rich from 12.3.0 to 12.4.0 Bumps [rich](https://github.com/willmcgugan/rich) from 12.3.0 to 12.4.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v12.3.0...v12.4.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump pre-commit from 2.18.1 to 2.19.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.18.1 to 2.19.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.18.1...v2.19.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump linkify-it-py from 1.0.3 to 2.0.0 Bumps [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) from 1.0.3 to 2.0.0. - [Release notes](https://github.com/tsutsu3/linkify-it-py/releases) - [Changelog](https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/tsutsu3/linkify-it-py/compare/v1.0.3...v2.0.0) --- updated-dependencies: - dependency-name: linkify-it-py dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Temporary fix for missing 'exceptiongroup' dependency in cattrs 22.1 for ↵Jordan Cook2022-04-221-2/+4
| | | | python 3.10
* Fix parameter forwarding for redis-py 4.2 and pymongo 4.1 on python <=3.8Jordan Cook2022-04-211-4/+2
|
* Major bump!Jordan Cook2022-04-191-2/+2
|
* Run pytest --verbose in CIJordan Cook2022-04-191-11/+6
|
* Update some user docsJordan Cook2022-04-191-3/+3
|
* Move all cache policy-related modules to separate 'policy' subpackageJordan Cook2022-04-171-1/+0
|
* Move detailed backend docs from rst docstings to md filesJordan Cook2022-04-161-2/+2
|
* Fix failing tests on python 3.10 (missing dependency on GitHub Actions only)Jordan Cook2022-04-091-0/+1
|
* Add compatibility with cattrs 21.1+, and clean up preconf module a bitJordan Cook2022-04-091-1/+1
|
* Update dependency restrictions for pymongo and redis-py on python 3.7 and 3.8Jordan Cook2022-04-061-6/+16
|
* Update docs, doc dependencies, changelog, and contributorsJordan Cook2022-04-011-10/+10
| | | | | Also: Restrict redis-py to <4.2, which breaks parameter forwarding on python 3.7 and 3.8
* Swap out appdirs for platformdirsJordan Cook2022-03-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | * platformdirs is a more actively maintained fork of appdirs. * Also relax requirements a bit for attrs and urllib (minimum instead of caret constraint) Dependabot update: Bump responses from 0.16.0 to 0.19.0 Bumps [responses](https://github.com/getsentry/responses) from 0.16.0 to 0.19.0. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.16.0...0.19.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update changelog, docs, and bump versionJordan Cook2022-03-111-1/+1
|
* Move mypy config from setup.cfg to pyroject.tomlJordan Cook2022-03-111-0/+3
|
* Fix handling BSON serializer differences between pymongo's bson and ↵Jordan Cook2022-02-151-1/+1
| | | | standalone bson codec.
* Update changelog, bump dev dependencies, and bump versionJordan Cook2022-01-291-3/+3
|
* Bump sphinx-automodapi from 0.13 to 0.14.1dependabot[bot]2022-01-151-1/+1
| | | | | | | | | | | | | | | Bumps [sphinx-automodapi](https://github.com/astropy/sphinx-automodapi) from 0.13 to 0.14.1. - [Release notes](https://github.com/astropy/sphinx-automodapi/releases) - [Changelog](https://github.com/astropy/sphinx-automodapi/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/sphinx-automodapi/compare/v0.13...v0.14.1) --- updated-dependencies: - dependency-name: sphinx-automodapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update changelog and bump versionJordan Cook2022-01-101-2/+2
|
* Bump dependenciesdependabot[bot]2022-01-101-1/+1
| | | | | | | | | | | | | | | | | | Bump cattrs from 1.9.0 to 1.10.0 Bumps [cattrs](https://github.com/python-attrs/cattrs) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.rst) - [Commits](https://github.com/python-attrs/cattrs/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Format using a more typical line length of 100Jordan Cook2022-01-011-2/+2
|
* Bump pymongo from 3.12.2 to 4.0dependabot[bot]2021-12-041-1/+1
| | | | | | | | | | | | | | | Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.2 to 4.0. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.12.2...4.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Squash dependabot updatesdependabot[bot]2021-11-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump redis from 3.5.3 to 4.0.1 Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.0.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/3.5.3...v4.0.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump supercharge/mongodb-github-action from 1.6.0 to 1.7.0 Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/supercharge/mongodb-github-action/releases) - [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/supercharge/mongodb-github-action/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump nox-poetry from 0.8.6 to 0.9.0 Bumps [nox-poetry](https://github.com/cjolowicz/nox-poetry) from 0.8.6 to 0.9.0. - [Release notes](https://github.com/cjolowicz/nox-poetry/releases) - [Commits](https://github.com/cjolowicz/nox-poetry/compare/v0.8.6...v0.9.0) --- updated-dependencies: - dependency-name: nox-poetry dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump rich from 10.13.0 to 10.14.0 Bumps [rich](https://github.com/willmcgugan/rich) from 10.13.0 to 10.14.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/willmcgugan/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v10.13.0...v10.14.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump responses from 0.15.0 to 0.16.0 Bumps [responses](https://github.com/getsentry/responses) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.15.0...0.16.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump dev dependencies and pre-commit hooksJordan Cook2021-11-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump sphinx-notfound-page from 0.7.1 to 0.8 Bumps [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) from 0.7.1 to 0.8. - [Release notes](https://github.com/readthedocs/sphinx-notfound-page/releases) - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/master/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/0.7.1...0.8) --- updated-dependencies: - dependency-name: sphinx-notfound-page dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump rich from 10.12.0 to 10.13.0 Bumps [rich](https://github.com/willmcgugan/rich) from 10.12.0 to 10.13.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/willmcgugan/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v10.12.0...v10.13.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump furo from 2021.10.9 to 2021.11.12.1 Bumps [furo](https://github.com/pradyunsg/furo) from 2021.10.9 to 2021.11.12.1. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2021.10.09...2021.11.12.1) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump sphinx from 4.2.0 to 4.3.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump unreleased changes into a minor release (0.9) and format changelogJordan Cook2021-10-231-1/+1
|
* Add explicit 'coverage' dependency for python 3.10Jordan Cook2021-10-041-1/+2
|
* Use correct SPDX license short identifier in package metadataJordan Cook2021-10-041-1/+1
| | | | Fixes #427
* Bump dev dependencies:dependabot[bot]2021-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump pytest-xdist from 2.3.0 to 2.4.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump ujson from 4.1.0 to 4.2.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/4.1.0...4.2.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump rich from 10.10.0 to 10.11.0 Bumps [rich](https://github.com/willmcgugan/rich) from 10.10.0 to 10.11.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/willmcgugan/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v10.10.0...v10.11.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump dependenciesJordan Cook2021-09-181-3/+3
|
* Vectorize logo, color it to match light/dark theme colors on rtd, and add ↵Jordan Cook2021-09-181-1/+1
| | | | modified version to Readme
* Switch from coveralls to codecovJordan Cook2021-09-181-0/+3
|