From f548857c13c857e6863c180b6ad867f4bc849c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 09:22:18 +0000 Subject: [PATCH] build(deps): bump pygments from 2.11.2 to 2.12.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.12.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.11.2...2.12.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index c9c7d5d..66dd577 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ gunicorn = "~=20.1.0" ipython = "~=8.2.0" mistune = "~=2.0.2" psycopg2 = "~=2.9.3" -pygments = "~=2.11.2" +pygments = "~=2.12.0" social-auth-app-django = "~=5.0.0" whitenoise = "~=6.0.0" diff --git a/Pipfile.lock b/Pipfile.lock index 5399555..5557bdb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9142d7968758585d90dc09ea182bc61287f7a0d5d6544ce7620f02b3c9216f21" + "sha256": "d18c119e77ac490b91e07fb132c87ba64ad4f5464b9e347d7d195c044dd35791" }, "pipfile-spec": 6, "requires": { @@ -324,11 +324,11 @@ }, "pygments": { "hashes": [ - "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65", - "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a" + "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb", + "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519" ], "index": "pypi", - "version": "==2.11.2" + "version": "==2.12.0" }, "pyjwt": { "hashes": [ @@ -881,7 +881,7 @@ "sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708", "sha256:f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376" ], - "markers": "python_version < '3.10'", + "markers": "python_version >= '3.7'", "version": "==4.2.0" }, "wrapt": {