From a6d6d328c10d6d09efa521f79beeb55c233c5059 Mon Sep 17 00:00:00 2001 From: Aadesh-Baral Date: Tue, 11 Jul 2023 13:59:13 +0545 Subject: [PATCH] Bump flask-cors from 3.0.10 to 4.0.0 using PDM. --- pdm.lock | 11 +++++------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pdm.lock b/pdm.lock index e162d4f45b..d349b084c8 100644 --- a/pdm.lock +++ b/pdm.lock @@ -140,11 +140,10 @@ dependencies = [ [[package]] name = "flask-cors" -version = "3.0.10" +version = "4.0.0" summary = "A Flask extension adding a decorator for CORS support" dependencies = [ "Flask>=0.9", - "Six", ] [[package]] @@ -658,7 +657,7 @@ dependencies = [ lock_version = "4.2" cross_platform = true groups = ["default", "dev", "lint", "test"] -content_hash = "sha256:488563b6e59a6b37b2f024536165f733fe27056f6b9295c28ae12157e32760c5" +content_hash = "sha256:de8f98aea62944c3728f85ae3bfe0da791805d71e04514cb09e91e48a6a1b201" [metadata.files] "alembic 1.11.1" = [ @@ -941,9 +940,9 @@ content_hash = "sha256:488563b6e59a6b37b2f024536165f733fe27056f6b9295c28ae12157e {url = "https://files.pythonhosted.org/packages/4d/00/ef81c18da32fdfcde6381c315f4b11597fb6691180a330418848efee0ae7/Flask-2.3.2.tar.gz", hash = "sha256:8c2f9abd47a9e8df7f0c3f091ce9497d011dc3b31effcf4c85a6e2b50f4114ef"}, {url = "https://files.pythonhosted.org/packages/fa/1a/f191d32818e5cd985bdd3f47a6e4f525e2db1ce5e8150045ca0c31813686/Flask-2.3.2-py3-none-any.whl", hash = "sha256:77fd4e1249d8c9923de34907236b747ced06e5467ecac1a7bb7115ae0e9670b0"}, ] -"flask-cors 3.0.10" = [ - {url = "https://files.pythonhosted.org/packages/cf/25/e3b2553d22ed542be807739556c69621ad2ab276ae8d5d2560f4ed20f652/Flask-Cors-3.0.10.tar.gz", hash = "sha256:b60839393f3b84a0f3746f6cdca56c1ad7426aa738b70d6c61375857823181de"}, - {url = "https://files.pythonhosted.org/packages/db/84/901e700de86604b1c4ef4b57110d4e947c218b9997adf5d38fa7da493bce/Flask_Cors-3.0.10-py2.py3-none-any.whl", hash = "sha256:74efc975af1194fc7891ff5cd85b0f7478be4f7f59fe158102e91abb72bb4438"}, +"flask-cors 4.0.0" = [ + {url = "https://files.pythonhosted.org/packages/10/69/1e6cfb87117568a9de088c32d6258219e9d1ff7c131abf74249ef2031279/Flask_Cors-4.0.0-py2.py3-none-any.whl", hash = "sha256:bc3492bfd6368d27cfe79c7821df5a8a319e1a6d5eab277a3794be19bdc51783"}, + {url = "https://files.pythonhosted.org/packages/c8/b0/bd7130837a921497520f62023c7ba754e441dcedf959a43e6d1fd86e5451/Flask-Cors-4.0.0.tar.gz", hash = "sha256:f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0"}, ] "flask-httpauth 4.8.0" = [ {url = "https://files.pythonhosted.org/packages/22/21/0160aa217c4df74e44a04919213f9c8af7e68551c10267b055f1e09d421c/Flask-HTTPAuth-4.8.0.tar.gz", hash = "sha256:66568a05bc73942c65f1e2201ae746295816dc009edd84b482c44c758d75097a"}, diff --git a/pyproject.toml b/pyproject.toml index 22260e2201..7842ff23b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "bleach==6.0.0", "cachetools==5.3.1", "Flask==2.3.2", - "Flask-Cors==3.0.10", + "Flask-Cors==4.0.0", "Flask-HTTPAuth==4.8.0", "Flask-Migrate==4.0.4", "Flask-Mail==0.9.1",