]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Require regex version 2019.8
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Sun, 13 Oct 2019 17:24:11 +0000 (10:24 -0700)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Sun, 13 Oct 2019 17:24:11 +0000 (10:24 -0700)
Pipfile

diff --git a/Pipfile b/Pipfile
index d82e2fedf6ad36a3fce102b8d9d362548d87259a..c461004dfc98085e820ef81afb3e91c15d618009 100644 (file)
--- a/Pipfile
+++ b/Pipfile
@@ -12,7 +12,7 @@ toml = ">=0.9.4"
 black = {path = ".",extras = ["d"],editable = true}
 aiohttp-cors = "*"
 typed-ast = ">=1.3.1"
-regex = "*"
+regex = ">=2019.8"
 
 [dev-packages]
 pre-commit = "*"