From 0ef9e139082654c314b2f12e4c4ef9ad550c2591 Mon Sep 17 00:00:00 2001 From: Randhir Date: Mon, 24 Feb 2025 19:05:04 +0000 Subject: [PATCH] Updated pipenv version with latest as well to merge other PR and also to fix the current issue. --- python/helpers/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/helpers/requirements.txt b/python/helpers/requirements.txt index 93cf08a621..62e6c9218e 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,8 +1,8 @@ pip==25.0.1 pip-tools==7.4.1 -flake8==7.1.0 +flake8==7.1.2 hashin==1.0.3 -pipenv==2024.0.2 +pipenv==2024.4.1 plette==2.1.0 poetry==1.8.5 # TODO: Replace 3p package `tomli` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10.