Merge pull request #2456 from GSA/dependabot/pip/python-dotenv-1.1.0

Bump python-dotenv from 1.0.1 to 1.1.0
This commit is contained in:
Alex Janousek
2025-03-28 13:06:49 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -2597,14 +2597,14 @@ six = ">=1.5"
[[package]] [[package]]
name = "python-dotenv" name = "python-dotenv"
version = "1.0.1" version = "1.1.0"
description = "Read key-value pairs from a .env file and set them as environment variables" description = "Read key-value pairs from a .env file and set them as environment variables"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.9"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, {file = "python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d"},
{file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, {file = "python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"},
] ]
[package.extras] [package.extras]
@@ -3296,4 +3296,4 @@ files = [
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "3bc9a79936a2b10ff7c39ec45beed85586c41d057be26c461a3bcc7b2ccb6a28" content-hash = "212dc833b90747090782c012e93979d4349dfb0ab9ae44760e5de05d8553f2c9"
+1 -1
View File
@@ -31,7 +31,7 @@ pyexcel-xls = "==0.7.1"
pyexcel-xlsx = "==0.6.0" pyexcel-xlsx = "==0.6.0"
openpyxl = "==3.0.10" openpyxl = "==3.0.10"
pyproj = "==3.7.1" pyproj = "==3.7.1"
python-dotenv = "==1.0.1" python-dotenv = "==1.1.0"
pytz = "^2024.1" pytz = "^2024.1"
rtreelib = "==0.2.0" rtreelib = "==0.2.0"
werkzeug = "^3.0.6" werkzeug = "^3.0.6"