From 76ccff76a694207638781fd3600afa12aea6c943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:27:01 +0000 Subject: [PATCH] Bump inflect from 7.0.0 to 7.2.0 Bumps [inflect](https://github.com/jaraco/inflect) from 7.0.0 to 7.2.0. - [Release notes](https://github.com/jaraco/inflect/releases) - [Changelog](https://github.com/jaraco/inflect/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/inflect/compare/v7.0.0...v7.2.0) --- updated-dependencies: - dependency-name: inflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index caef96253..1758f40e0 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ gino = "==1.0.1" gitpython = "==3.1.43" hypothesis = "==6.100.1" ib3 = "==0.2.0" -inflect = "==7.0.0" +inflect = "==7.2.0" irc = "==20.1.0" isort = "==5.13.2" munch = "==4.0.0" diff --git a/Pipfile.lock b/Pipfile.lock index c4ed1798d..941ad6497 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7e7e4b94c1ebdf2047ce562f0cee6701966f5650bbf4c89ef9ace8357825df66" + "sha256": "c88a5b71819176f9f49f362482d5b6fbf86c8d0ee0167c36a20cb1fca88606a0" }, "pipfile-spec": 6, "requires": { @@ -612,12 +612,12 @@ }, "inflect": { "hashes": [ - "sha256:63da9325ad29da81ec23e055b41225795ab793b4ecb483be5dc1fa363fd4717e", - "sha256:9544afed6182176e43955c44b1acdaed30f9b2b56c16d1fc5b222d98218b546e" + "sha256:32feacfacfcae2f22e6fccdea10f0ddf26a638fac434d0dddaafbca0034f3784", + "sha256:b41e1677ea799f26f371a5d6d57b9eb966a5f9ba3b341a96464a6cac50aeccf3" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==7.0.0" + "version": "==7.2.0" }, "iniconfig": { "hashes": [ @@ -703,11 +703,11 @@ }, "more-itertools": { "hashes": [ - "sha256:626c369fa0eb37bac0291bce8259b332fd59ac792fa5497b59837309cd5b114a", - "sha256:64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6" + "sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684", + "sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1" ], "markers": "python_version >= '3.8'", - "version": "==10.1.0" + "version": "==10.2.0" }, "multidict": { "hashes": [ @@ -1270,6 +1270,14 @@ "markers": "python_version >= '3.7'", "version": "==0.12.4" }, + "typeguard": { + "hashes": [ + "sha256:24bb8f05ccaee423309daf980ba19e978b18766334ee01994503b853fc44efde", + "sha256:2aeae510750fca88d0a2ceca3e86de7f71aa43b6c3e6c267737ce1f5effc4b34" + ], + "markers": "python_version >= '3.8'", + "version": "==4.2.0" + }, "typing-extensions": { "hashes": [ "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0",