From cb5d0e818d5a252a2d0f8f4fb5212b4af5109a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:02:06 +0200 Subject: [PATCH] chore(deps): bump freezegun from 1.4.0 to 1.5.0 (#847) Bumps [freezegun](https://github.com/spulec/freezegun) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: freezegun dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index f720cca0..049a6333 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ coverage = "==7.5.0" dj-database-url = "==2.1.0" django-configurations = "==2.5.1" docopt = "==0.6.2" -freezegun = "==1.4.0" +freezegun = "==1.5.0" gunicorn = "==22.0.0" idna = "==3.3" pbr = "==6.0.0" diff --git a/Pipfile.lock b/Pipfile.lock index aa09667c..7f6d3e5b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "a3eefcbf63866d73efc9d0671f4b6d18148c4ae08e83107cbbb9e093452e34f1" + "sha256": "807aa91d25b9b47f573dca261985001ab422331a791833a1b6c47bb7eab70aa5" }, "pipfile-spec": 6, "requires": { @@ -349,12 +349,12 @@ }, "freezegun": { "hashes": [ - "sha256:10939b0ba0ff5adaecf3b06a5c2f73071d9678e507c5eaedb23c761d56ac774b", - "sha256:55e0fc3c84ebf0a96a5aa23ff8b53d70246479e9a68863f1fcac5a3e52f19dd6" + "sha256:200a64359b363aa3653d8aac289584078386c7c3da77339d257e46a01fb5c77c", + "sha256:ec3f4ba030e34eb6cf7e1e257308aee2c60c3d038ff35996d7475760c9ff3719" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==1.4.0" + "version": "==1.5.0" }, "gunicorn": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 8f84de8d..2d10a77e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ docopt==0.6.2 execnet==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' fasteners==0.17.3; python_version >= '3.6' filelock==3.5.0; python_version >= '3.7' -freezegun==1.4.0; python_version >= '3.7' +freezegun==1.5.0; python_version >= '3.7' gunicorn==22.0.0; python_version >= '3.7' h11==0.13.0; python_version >= '3.7' idna==3.3; python_version >= '3.5' @@ -55,12 +55,12 @@ ptyprocess==0.7.0 py==1.11.0; python_version >= '3.5' pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pygments==2.11.2; python_version >= '3.5' -pymysql==1.1.0; python_version >= '3.6' +pymysql==1.0.2; python_version >= '3.6' pyopenssl==22.0.0; python_version >= '3.7' pyotp==2.6.0; python_version >= '3.5' pytest==7.0.1; python_version >= '3.6' pytest-forked==1.4.0; python_version >= '3.6' -pytest-html==4.1.1; python_version >= '3.6' +pytest-html==2.0.1; python_version >= '3.6' pytest-metadata==1.11.0; python_version >= '3.6' pytest-ordering==0.6 pytest-rerunfailures==10.2; python_version >= '3.6' @@ -90,7 +90,7 @@ toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, tomli==2.0.1; python_version >= '3.7' tornado==6.1; python_version >= '3.5' traitlets==5.14.3; python_version >= '3.7' -trio==0.25.0; python_version >= '3.7' +trio==0.19.0; python_version >= '3.7' trio-websocket==0.9.2; python_version >= '3.7' typer==0.12.3; python_version >= '3.7' typing-extensions==4.11.0; python_version >= '3.8'