Merge pull request #3301 from rommapp/dependabot/uv/python-dotenv-1.2.2

chore(deps): bump python-dotenv from 1.0.1 to 1.2.2
This commit is contained in:
Georges-Antoine Assi
2026-04-22 19:25:09 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ dependencies = [
"psycopg[c] ~= 3.2",
"pydantic ~= 2.11",
"pydash ~= 8.0",
"python-dotenv ~= 1.0",
"python-dotenv~=1.2",
"python-magic ~= 0.4",
"python-socketio ~= 5.11",
"redis ~= 6.2",
Generated
+5 -5
View File
@@ -7,7 +7,7 @@ resolution-markers = [
]
[options]
exclude-newer = "2026-04-08T23:41:46.43846Z"
exclude-newer = "2026-04-14T21:02:25.541164975Z"
exclude-newer-span = "P7D"
[[package]]
@@ -1973,11 +1973,11 @@ wheels = [
[[package]]
name = "python-dotenv"
version = "1.0.1"
version = "1.2.2"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/bc/57/e84d88dfe0aec03b7a2d4327012c1627ab5f03652216c63d49846d7a6c58/python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca", size = 39115, upload-time = "2024-01-23T06:33:00.505Z" }
sdist = { url = "https://files.pythonhosted.org/packages/82/ed/0301aeeac3e5353ef3d94b6ec08bbcabd04a72018415dcb29e588514bba8/python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3", size = 50135, upload-time = "2026-03-01T16:00:26.196Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/6a/3e/b68c118422ec867fa7ab88444e1274aa40681c606d59ac27de5a5588f082/python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a", size = 19863, upload-time = "2024-01-23T06:32:58.246Z" },
{ url = "https://files.pythonhosted.org/packages/0b/d7/1959b9648791274998a9c3526f6d0ec8fd2233e4d4acce81bbae76b44b2a/python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a", size = 22101, upload-time = "2026-03-01T16:00:25.09Z" },
]
[[package]]
@@ -2233,7 +2233,7 @@ requires-dist = [
{ name = "pytest-env", marker = "extra == 'test'", specifier = "~=1.1" },
{ name = "pytest-mock", marker = "extra == 'test'", specifier = "~=3.12" },
{ name = "pytest-recording", marker = "extra == 'test'", specifier = "~=0.13" },
{ name = "python-dotenv", specifier = "~=1.0" },
{ name = "python-dotenv", specifier = "~=1.2" },
{ name = "python-magic", specifier = "~=0.4" },
{ name = "python-socketio", specifier = "~=5.11" },
{ name = "pyyaml", specifier = "~=6.0" },