From d713b2cdc0ec413ef0aa56a67a53783bf11b4a4c Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:31:06 +0000 Subject: [PATCH] chore(deps): update dependency pythonanywhere_core to v0.2.7 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7215cc9..f573d47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytest==8.3.3 pytest-cov==5.0.0 pytest-mock==3.14.1 pytest-mypy==0.10.3 -pythonanywhere_core==0.2.4 +pythonanywhere_core==0.2.7 requests==2.32.3 responses==0.25.3 schema==0.7.2 diff --git a/setup.py b/setup.py index ef57b92..fecf659 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "docopt", "packaging", "python-dateutil", - "pythonanywhere_core==0.2.4", + "pythonanywhere_core==0.2.7", "requests", "schema", "snakesay",