summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-05 12:39:04 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-05 12:39:04 -0500
commite760ae7ac6460b16d7104b2e108e7a283f475ac7 (patch)
treeb17994aa4c7b2e0dafea14cc55918a342f2f3a45 /pyproject.toml
parentc4633f42411bb89a327caae217c1ab86a047ea54 (diff)
downloadrequests-cache-e760ae7ac6460b16d7104b2e108e7a283f475ac7.tar.gz
Update dev dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 374858d..82049e2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -94,7 +94,7 @@ timeout-decorator = "^0.5"
# For linting, etc.; additional tools are managed by pre-commit
mypy = "^0.910"
-pre-commit = "^2.12"
+pre-commit = "^2.15"
# For convenience in local development
nox = "^2021.6.12"