diff --git a/gazelle_python.yaml b/gazelle_python.yaml index 87bdac7c..2ca68da9 100644 --- a/gazelle_python.yaml +++ b/gazelle_python.yaml @@ -913,6 +913,7 @@ manifest: django.views.static: Django exceptiongroup: exceptiongroup iniconfig: iniconfig + iniconfig.exceptions: iniconfig packaging: packaging packaging.markers: packaging packaging.requirements: packaging @@ -947,4 +948,4 @@ manifest: tomli: tomli pip_repository: name: pypi -integrity: 1632c91d586cb16481a3fca278d6985dd99cdb0ed97355d2e7d3ac980d5b80bf +integrity: 59f784e6a14a9d19c0b0f3e66dececc6980ba8ea906f37121d32ba5fde40dbcf diff --git a/requirements.txt b/requirements.txt index b71feff2..21f18d62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,9 +28,9 @@ exceptiongroup==1.1.0 \ --hash=sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e \ --hash=sha256:bcb67d800a4497e1b404c2dd44fca47d3b7a5e5433dbab67f96c1a685cdfdf23 # via pytest -iniconfig==1.1.1 \ - --hash=sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3 \ - --hash=sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32 +iniconfig==2.0.0 \ + --hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \ + --hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374 # via pytest packaging==23.0 \ --hash=sha256:714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2 \