nautobot 2.4.9__py3-none-any.whl → 2.4.10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of nautobot might be problematic. Click here for more details.

Files changed (38) hide show
  1. nautobot/core/api/parsers.py +56 -2
  2. nautobot/core/models/__init__.py +2 -0
  3. nautobot/core/tests/test_csv.py +92 -1
  4. nautobot/core/tests/test_jinja_filters.py +59 -0
  5. nautobot/core/tests/test_views.py +73 -0
  6. nautobot/core/urls.py +2 -2
  7. nautobot/core/views/__init__.py +21 -0
  8. nautobot/dcim/models/device_component_templates.py +4 -0
  9. nautobot/dcim/models/device_components.py +12 -0
  10. nautobot/dcim/models/devices.py +6 -0
  11. nautobot/extras/context_managers.py +2 -2
  12. nautobot/extras/models/customfields.py +2 -0
  13. nautobot/extras/models/datasources.py +8 -0
  14. nautobot/extras/models/groups.py +18 -0
  15. nautobot/extras/models/jobs.py +14 -0
  16. nautobot/extras/models/metadata.py +2 -0
  17. nautobot/extras/models/models.py +4 -0
  18. nautobot/extras/models/secrets.py +7 -0
  19. nautobot/extras/secrets/__init__.py +14 -0
  20. nautobot/extras/tests/test_context_managers.py +20 -0
  21. nautobot/extras/tests/test_models.py +26 -0
  22. nautobot/ipam/models.py +32 -0
  23. nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +39 -38
  24. nautobot/project-static/docs/release-notes/version-1.6.html +297 -0
  25. nautobot/project-static/docs/release-notes/version-2.4.html +101 -0
  26. nautobot/project-static/docs/search/search_index.json +1 -1
  27. nautobot/project-static/docs/sitemap.xml +298 -298
  28. nautobot/project-static/docs/sitemap.xml.gz +0 -0
  29. nautobot/project-static/docs/user-guide/administration/security/index.html +0 -1
  30. nautobot/project-static/docs/user-guide/administration/security/notices.html +113 -1
  31. nautobot/users/models.py +4 -0
  32. nautobot/virtualization/models.py +4 -0
  33. {nautobot-2.4.9.dist-info → nautobot-2.4.10.dist-info}/METADATA +2 -2
  34. {nautobot-2.4.9.dist-info → nautobot-2.4.10.dist-info}/RECORD +38 -38
  35. {nautobot-2.4.9.dist-info → nautobot-2.4.10.dist-info}/LICENSE.txt +0 -0
  36. {nautobot-2.4.9.dist-info → nautobot-2.4.10.dist-info}/NOTICE +0 -0
  37. {nautobot-2.4.9.dist-info → nautobot-2.4.10.dist-info}/WHEEL +0 -0
  38. {nautobot-2.4.9.dist-info → nautobot-2.4.10.dist-info}/entry_points.txt +0 -0
Binary file
@@ -10208,7 +10208,6 @@
10208
10208
  <ul>
10209
10209
  <li>Glenn Matthews (<strong><a href="https://github.com/glennmatthews">@glennmatthews</a></strong>) <code>&lt;glenn.matthews@networktocode.com&gt;</code> <a href="https://keybase.io/glennmatthews/pgp_keys.asc">[4096R/C3DF1C5D9727F82ACF8F743238BF0D0E68B9F76C]</a></li>
10210
10210
  <li>Bryan Culver (<strong><a href="https://github.com/bryanculver">@bryanculver</a></strong>) <code>&lt;bryan.culver@networktocode.com&gt;</code> <a href="https://keybase.io/bryanculver/pgp_keys.asc">[4096R/810BA9FC788A8B2C9EB9559C834D7494DEDB1DD8]</a></li>
10211
- <li>John Anderson (<strong><a href="https://github.com/lampwins">@lampwins</a></strong>) <code>&lt;john.anderson@networktocode.com&gt;</code></li>
10212
10211
  <li>Jonathan Swisher (<strong><a href="https://github.com/LoneStar-Swish">@LoneStar-Swish</a></strong>) <code>&lt;jonathan.swisher@networktocode.com&gt;</code> <a href="https://keybase.io/jswisher/pgp_keys.asc">[4096R/E0B0E95E80BF2E652BABA4C67BC452A3795882D6]</a></li>
10213
10212
  </ul>
10214
10213
  <h3 id="security-vulnerability-response">Security Vulnerability Response<a class="headerlink" href="#security-vulnerability-response" title="Permanent link">&para;</a></h3>
@@ -1926,6 +1926,24 @@
1926
1926
  </label>
1927
1927
  <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
1928
1928
 
1929
+ <li class="md-nav__item">
1930
+ <a href="#cve-2025-49142" class="md-nav__link">
1931
+ <span class="md-ellipsis">
1932
+ CVE-2025-49142
1933
+ </span>
1934
+ </a>
1935
+
1936
+ </li>
1937
+
1938
+ <li class="md-nav__item">
1939
+ <a href="#cve-2025-49143" class="md-nav__link">
1940
+ <span class="md-ellipsis">
1941
+ CVE-2025-49143
1942
+ </span>
1943
+ </a>
1944
+
1945
+ </li>
1946
+
1929
1947
  <li class="md-nav__item">
1930
1948
  <a href="#cve-2024-36112" class="md-nav__link">
1931
1949
  <span class="md-ellipsis">
@@ -10187,6 +10205,24 @@
10187
10205
  </label>
10188
10206
  <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
10189
10207
 
10208
+ <li class="md-nav__item">
10209
+ <a href="#cve-2025-49142" class="md-nav__link">
10210
+ <span class="md-ellipsis">
10211
+ CVE-2025-49142
10212
+ </span>
10213
+ </a>
10214
+
10215
+ </li>
10216
+
10217
+ <li class="md-nav__item">
10218
+ <a href="#cve-2025-49143" class="md-nav__link">
10219
+ <span class="md-ellipsis">
10220
+ CVE-2025-49143
10221
+ </span>
10222
+ </a>
10223
+
10224
+ </li>
10225
+
10190
10226
  <li class="md-nav__item">
10191
10227
  <a href="#cve-2024-36112" class="md-nav__link">
10192
10228
  <span class="md-ellipsis">
@@ -10298,8 +10334,84 @@
10298
10334
 
10299
10335
  <h1 id="nautobot-security-notices">Nautobot Security Notices<a class="headerlink" href="#nautobot-security-notices" title="Permanent link">&para;</a></h1>
10300
10336
  <p>As a part of the Nautobot development team's commitment to security, we maintain the below historical list of security issues which have been fixed and disclosed. Note that this list <strong>only</strong> includes issues in Nautobot itself; while we frequently update our library dependencies to keep them up-to-date and free of known security issues therein, any reported issues in such libraries, and the corresponding updates to Nautobot's specified dependencies, are out of scope for this document.</p>
10301
- <h2 id="cve-2024-36112">CVE-2024-36112<a class="headerlink" href="#cve-2024-36112" title="Permanent link">&para;</a></h2>
10302
10337
  <!-- pyml disable-num-lines 500 proper-names -->
10338
+
10339
+ <h2 id="cve-2025-49142">CVE-2025-49142<a class="headerlink" href="#cve-2025-49142" title="Permanent link">&para;</a></h2>
10340
+ <!-- pyml disable-next-line no-inline-html -->
10341
+ <table>
10342
+ <tr>
10343
+ <th>Disclosure&nbsp;Date</th>
10344
+ <td>June 9, 2025</td>
10345
+ </tr>
10346
+ <tr>
10347
+ <th>Summary</th>
10348
+ <td>Due to insufficient security configuration of the Jinja2 templating feature used in computed fields, custom links, etc. in Nautobot:
10349
+ <ol>
10350
+ <li>A malicious user could configure this feature set in ways that could expose the value of Secrets defined in Nautobot when the templated content is rendered.</li>
10351
+ <li>A malicious user could configure this feature set in ways that could call Python APIs to modify data within Nautobot when the templated content is rendered, bypassing the object permissions assigned to the viewing user.</li>
10352
+ </ol>
10353
+ </td>
10354
+ </tr>
10355
+ <tr>
10356
+ <th>Full&nbsp;Description</th>
10357
+ <td><a href="https://github.com/nautobot/nautobot/security/advisories/GHSA-wjw6-95h5-4jpx">GHSA-wjw6-95h5-4jpx</a></td>
10358
+ </tr>
10359
+ <tr>
10360
+ <th>Affected&nbsp;Versions</th>
10361
+ <td>
10362
+ <ul>
10363
+ <li>&lt;1.6.32</li>
10364
+ <li>&ge;2.0.0, &lt;2.4.10</li>
10365
+ </ul>
10366
+ </td>
10367
+ </tr>
10368
+ <tr>
10369
+ <th>Patched&nbsp;Versions</th>
10370
+ <td>
10371
+ <ul>
10372
+ <li>1.6.32 (<a href="https://github.com/nautobot/nautobot/commit/1c59263fa0284b7ad5293292c60ed03725a4603f">patch</a>)</li>
10373
+ <li>2.4.10 (<a href="https://github.com/nautobot/nautobot/commit/a8356bc06642de9c7e6b71a8c89bea6f8a86702b">patch</a>)</li>
10374
+ </ul>
10375
+ </td>
10376
+ </tr>
10377
+ </table>
10378
+
10379
+ <h2 id="cve-2025-49143">CVE-2025-49143<a class="headerlink" href="#cve-2025-49143" title="Permanent link">&para;</a></h2>
10380
+ <!-- pyml disable-next-line no-inline-html -->
10381
+ <table>
10382
+ <tr>
10383
+ <th>Disclosure&nbsp;Date</th>
10384
+ <td>June 9, 2025</td>
10385
+ </tr>
10386
+ <tr>
10387
+ <th>Summary</th>
10388
+ <td>Files uploaded by users to Nautobot's <code>MEDIA_ROOT</code> directory, including DeviceType image attachments as well as images attached to a Location, Device, or Rack, are served to users via a URL endpoint that was not enforcing user authentication. As a consequence, such files can be retrieved by anonymous users who know or can guess the correct URL for a given file.</td>
10389
+ </tr>
10390
+ <tr>
10391
+ <th>Full&nbsp;Description</th>
10392
+ <td><a href="https://github.com/nautobot/nautobot/security/advisories/GHSA-rh67-4c8j-hjjh">GHSA-rh67-4c8j-hjjh</a></td>
10393
+ </tr>
10394
+ <tr>
10395
+ <th>Affected&nbsp;Versions</th>
10396
+ <td>
10397
+ <ul>
10398
+ <li>&lt;1.6.32</li>
10399
+ <li>&ge;2.0.0, &lt;2.4.10</li>
10400
+ </ul>
10401
+ </td>
10402
+ </tr>
10403
+ <tr>
10404
+ <th>Patched&nbsp;Versions</th>
10405
+ <td>
10406
+ <ul>
10407
+ <li>1.6.32 (<a href="https://github.com/nautobot/nautobot/commit/d99a53b065129cff3a0fa9abe7355a9ef1ad4c95">patch</a>)</li>
10408
+ <li>2.4.10 (<a href="https://github.com/nautobot/nautobot/commit/9c892dc300429948a4714f743c9c2879d8987340">patch</a>)</li>
10409
+ </ul>
10410
+ </td>
10411
+ </tr>
10412
+ </table>
10413
+
10414
+ <h2 id="cve-2024-36112">CVE-2024-36112<a class="headerlink" href="#cve-2024-36112" title="Permanent link">&para;</a></h2>
10303
10415
  <!-- pyml disable-next-line no-inline-html -->
10304
10416
  <table>
10305
10417
  <tr>
nautobot/users/models.py CHANGED
@@ -139,6 +139,8 @@ class User(BaseModel, AbstractUser):
139
139
  if commit:
140
140
  self.save()
141
141
 
142
+ set_config.alters_data = True
143
+
142
144
  def clear_config(self, path, commit=False):
143
145
  """
144
146
  Delete a configuration parameter specified by its dotted path. The key and any child keys will be deleted.
@@ -166,6 +168,8 @@ class User(BaseModel, AbstractUser):
166
168
  if commit:
167
169
  self.save()
168
170
 
171
+ clear_config.alters_data = True
172
+
169
173
 
170
174
  #
171
175
  # Proxy models for admin
@@ -444,6 +444,8 @@ class VMInterface(PrimaryModel, BaseInterface):
444
444
  instance.validated_save()
445
445
  return len(ip_addresses)
446
446
 
447
+ add_ip_addresses.alters_data = True
448
+
447
449
  def remove_ip_addresses(self, ip_addresses):
448
450
  """Remove one or more IPAddress instances from this interface's `ip_addresses` many-to-many relationship.
449
451
 
@@ -463,6 +465,8 @@ class VMInterface(PrimaryModel, BaseInterface):
463
465
  count += deleted_count
464
466
  return count
465
467
 
468
+ remove_ip_addresses.alters_data = True
469
+
466
470
  @property
467
471
  def parent(self):
468
472
  return self.virtual_machine
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nautobot
3
- Version: 2.4.9
3
+ Version: 2.4.10
4
4
  Summary: Source of truth and network automation platform.
5
5
  Home-page: https://nautobot.com
6
6
  License: Apache-2.0
@@ -22,7 +22,7 @@ Provides-Extra: mysql
22
22
  Provides-Extra: napalm
23
23
  Provides-Extra: remote-storage
24
24
  Provides-Extra: sso
25
- Requires-Dist: Django (>=4.2.21,<4.3.0)
25
+ Requires-Dist: Django (>=4.2.22,<4.3.0)
26
26
  Requires-Dist: GitPython (>=3.1.44,<3.2.0)
27
27
  Requires-Dist: Jinja2 (>=3.1.6,<3.2.0)
28
28
  Requires-Dist: Markdown (>=3.6,<3.7)
@@ -138,7 +138,7 @@ nautobot/core/api/filter_backends.py,sha256=hsC8CZ0Z-z72eELmltHWyuA0zqV-Lg4MFC7H
138
138
  nautobot/core/api/metadata.py,sha256=36sHurc5gQF-BOd7n5BwiADa0mzb3876qpyiqkl_Jjk,2538
139
139
  nautobot/core/api/mixins.py,sha256=__JGFn1dPNHhR8_409jC7XuiQ0fycIjwBMxabYMJmAA,5109
140
140
  nautobot/core/api/pagination.py,sha256=KwGW5FR1NA_tdzqS3uZNOSAI5duYp5pbqjG8kRXDZMo,2380
141
- nautobot/core/api/parsers.py,sha256=WVxlirRukGlBp_gAWONfc1vJZ5ZB9w45yWayEtFDL4Y,9699
141
+ nautobot/core/api/parsers.py,sha256=b5xwy7SxikztmZSJ-eRKCFXVKtZP0T-86LNKfTSiIgc,11977
142
142
  nautobot/core/api/renderers.py,sha256=gQECYABDTBKfpBzEapQ99_RWzFJwFTgC3qZF8XX9WUo,6734
143
143
  nautobot/core/api/routers.py,sha256=yLOxLdq9xcBonLvG_fsuCYb9qjF7AAfjtFQv4DbII34,2951
144
144
  nautobot/core/api/schema.py,sha256=4HmYazTzrC1-YWsQLthIXXswFexydXB-RbvKJEc5zIs,20000
@@ -204,7 +204,7 @@ nautobot/core/management/commands/send_installation_metrics.py,sha256=fIHmbBeWqE
204
204
  nautobot/core/management/commands/start.py,sha256=LherN1UxKQtDCUAsRNHaz1yqfruWb9D4WIplMj69uno,154
205
205
  nautobot/core/management/commands/validate_models.py,sha256=ouzDz8aR6uVop6VP26GRlYDxU0KNeA7JcKrpoCp4RmQ,2995
206
206
  nautobot/core/middleware.py,sha256=ggP_MAcRKWvDQDJysNyGw2tozYT0ctyQnsNAKT3eR3U,6416
207
- nautobot/core/models/__init__.py,sha256=n-C3qfdB0I9ODl5kJiQo1iNpHxg9DRTDIe0yNvlsKRQ,15515
207
+ nautobot/core/models/__init__.py,sha256=u0sIeIeLUDXPfDsdgzXYyKI1n3vQY8YwxKJ3cwFmHdo,15554
208
208
  nautobot/core/models/fields.py,sha256=qw-Zv05LXsBP-LJ6ovCMLEu_cxE9Mz1mqsCHfDfeCbU,17364
209
209
  nautobot/core/models/generics.py,sha256=eitI2Hvp4By9nnnHPCWGCZaD_86Cu9wvfiZUffnuBV4,1817
210
210
  nautobot/core/models/managers.py,sha256=p7PXZdGCc0FKwJxjM4OYgMtCPtHUoQfHJOOKqqQeUPk,1903
@@ -405,13 +405,13 @@ nautobot/core/tests/test_checks.py,sha256=yxZu2ZxM778RWXiN4s9lH0hLfz730MFLDBuPq5
405
405
  nautobot/core/tests/test_choices.py,sha256=XrzM3lX3ubVxJ3ugHGaovBBWhIDG3c_HFx1ASJS7Lhk,916
406
406
  nautobot/core/tests/test_commands.py,sha256=wbvQEF6lcdOoGP2mHfaRyqexvT7rHfO1mzdYy6mfj2M,1163
407
407
  nautobot/core/tests/test_config.py,sha256=4kN1-yd0Y5pl5RWhpkdm3-Xt1RNXPMkwWW2i_LMTfzw,4816
408
- nautobot/core/tests/test_csv.py,sha256=pQdEmsfFrT_8yVtl5mGO3E8j1XSU5Rk3BwpWT2c1lK8,15120
408
+ nautobot/core/tests/test_csv.py,sha256=obK5rImQxt4HHRqa9GUm8TDYLk6k5UJ0l7qqlAsyhJU,19708
409
409
  nautobot/core/tests/test_events.py,sha256=1uV2RF2yEGEuOmXwtPB8K1oQTmg6-76gSVGA6egqJCg,12088
410
410
  nautobot/core/tests/test_factory.py,sha256=-e4MBBgRWbYFOi0ae1Znm8JWTiDCcFY9YGVzJpPiN8A,1785
411
411
  nautobot/core/tests/test_filters.py,sha256=JNGcY474Ke4lnqHhpqfkDAXyhamjUeAdbd0XRuSRIKg,66248
412
412
  nautobot/core/tests/test_forms.py,sha256=3JVYokcjcXvVP0Re9kEuXtRv7FrG62jMdW8ljdc3FsA,35523
413
413
  nautobot/core/tests/test_graphql.py,sha256=XwskLnd7gdqXf1p5ZBC9n5QlEQ5-K6X56lWNIVd3pdU,108926
414
- nautobot/core/tests/test_jinja_filters.py,sha256=xaNZzleIlN92Ss692_htXz5NdHKBqsUtAI3i3CgEUyk,3415
414
+ nautobot/core/tests/test_jinja_filters.py,sha256=y5MqljKR0SyfVP-yXdy6OrcID0_3aURfDoUg-zme5Jc,6088
415
415
  nautobot/core/tests/test_jobs.py,sha256=06Jo5-qdS2EGuRGEA13BP_1nCl6jb5Iy0eZurmd5ZJw,56930
416
416
  nautobot/core/tests/test_logging.py,sha256=rmuKmhWEac2HBZMn27GA9c9LEjFshzwTDmXnXukWXvk,3043
417
417
  nautobot/core/tests/test_managers.py,sha256=31PqBV_T83ZLoYxpKr-Zo0wD9MC366l-OBrjfLnaTOM,5653
@@ -430,7 +430,7 @@ nautobot/core/tests/test_templatetags_netutils.py,sha256=GSjUPovPDpP1x5PTluZEYaq
430
430
  nautobot/core/tests/test_tree_queries.py,sha256=i0qh7rc2zVxrDgHXS2LXNjPf1IbBACZ9NBLs0E0YFzU,2690
431
431
  nautobot/core/tests/test_ui.py,sha256=pRM2bNaX1OhkrQXmEn148FFs_9lRn5S8ysBnf5DujUk,7965
432
432
  nautobot/core/tests/test_utils.py,sha256=3Cyil7_QcIQshSNW54-gpUZzcqMG8xj8Fua0nwUmN2E,43809
433
- nautobot/core/tests/test_views.py,sha256=6_4z1-r_f29CvfpGVfBJFbb4SQMQM23wz2g5uHpfr8k,32374
433
+ nautobot/core/tests/test_views.py,sha256=KxFnniBG5_pnPVENFGgXhyz622ksu14xF_U6EjhMyZ8,35690
434
434
  nautobot/core/tests/test_views_utils.py,sha256=yZIiArDcyQh7dJUO8JWy8gfCIdIjcPuNUQtPLjVykLc,7749
435
435
  nautobot/core/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
436
436
  nautobot/core/ui/base.py,sha256=tg8MQ1S_fs2m6pjIHoIX7cFDDVHCnV-8yjToOV9Be-4,446
@@ -439,7 +439,7 @@ nautobot/core/ui/homepage.py,sha256=duhnoDnjL2u_67QhAwOkI_4797W9ycKyF9fVL8b8P00,
439
439
  nautobot/core/ui/nav.py,sha256=k5HNWT2qpm89yCf_ZY8EzjiTeorAW0KGBexWE0sBslI,9811
440
440
  nautobot/core/ui/object_detail.py,sha256=0oDDORQmttLcdfRTDJXXrmxxmNh6z0_aCrjDvEQayq4,86389
441
441
  nautobot/core/ui/utils.py,sha256=HU1CvwIIuG4lEnjIU94hxW8DMs1kurVcl2OZ-4k1fgc,1418
442
- nautobot/core/urls.py,sha256=9Jm0Jh6X2SIQaTxwOxIEdVteDt_Qf3fdV3a0ebAb6JU,4271
442
+ nautobot/core/urls.py,sha256=-crIwkn1zkCXFi9_GShJx_JxPCC-skGWc_I_2hmyjXg,4236
443
443
  nautobot/core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
444
444
  nautobot/core/utils/color.py,sha256=VST2TWSzTPIr4uf6iJQgI9Df8XFEmfEldtpFkCyDyNA,986
445
445
  nautobot/core/utils/config.py,sha256=J5jTid2hqcZYrkrUakSR_mo9ffaLiUVti2ukBwb_iLQ,1702
@@ -454,7 +454,7 @@ nautobot/core/utils/module_loading.py,sha256=1-aIKTeeslquI1vX_2v7JC2CQoiBKfH-IYf
454
454
  nautobot/core/utils/permissions.py,sha256=KFtDvCm3aS4qCmLCKvOGKGsSSBlv2xMW8IQ4ZR-2NaY,3344
455
455
  nautobot/core/utils/querysets.py,sha256=Fsftouekyf8POFNQfDJhLBVLbJr2dtpZsleEFFtpzYE,2517
456
456
  nautobot/core/utils/requests.py,sha256=DWNYzVhBQLxMxfOSYtVsdZH1YW3PjgaWQsCiAp3as4M,9253
457
- nautobot/core/views/__init__.py,sha256=BwcBTr4qB7RMS_k3PtPligIf55oFD1-27hs01nQJd5c,22376
457
+ nautobot/core/views/__init__.py,sha256=MpCFCQHfSJ6votAxNjim-n5lC-h6-ONbcrkmso_siUA,23180
458
458
  nautobot/core/views/generic.py,sha256=z-yEsMdhCP-T_sNLh-P-dC0mdvmKDzZLDQutdj_kcRU,66298
459
459
  nautobot/core/views/mixins.py,sha256=8-yIVlkuDQmitaidCWO-0JRP_3Jiqh8lCI1SD3jmR5w,59503
460
460
  nautobot/core/views/paginator.py,sha256=rKJLBbOA4jrL69q_eyFxY6Dpli25ydn2-2FOMcQe1zE,2677
@@ -561,9 +561,9 @@ nautobot/dcim/migrations/0069_softwareimagefile_external_integration.py,sha256=A
561
561
  nautobot/dcim/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
562
562
  nautobot/dcim/models/__init__.py,sha256=Z96FtH_gZO-0FCJsxnfj1--priOQeVrjUzw8A201WPU,2226
563
563
  nautobot/dcim/models/cables.py,sha256=3lnM-CJ4iDecLSVtyuykeuckhQG_Dhqsm3CwVe7_zhA,20071
564
- nautobot/dcim/models/device_component_templates.py,sha256=sWAnbOBFwH_DgjGG7UQke6HVVXpjcMh1WyXh54wJHgU,17729
565
- nautobot/dcim/models/device_components.py,sha256=5JxdTdC688avHsPF53cggUm41Ua5gg56epPaeUXIqdw,46312
566
- nautobot/dcim/models/devices.py,sha256=1ZCPMeiZkys7w_3Gov6zHcCoBnF1OSHBLitcgexvWXE,75728
564
+ nautobot/dcim/models/device_component_templates.py,sha256=ueAD-qNLjc_mgsp35hXdnuuaf7KxMTLtFb75rcLH6jg,17807
565
+ nautobot/dcim/models/device_components.py,sha256=Z20yclS9KBAyqIbs0FT_Y_2zazsY5K6rFqjbL8OwHaI,46551
566
+ nautobot/dcim/models/devices.py,sha256=y9SC02QrT46BdCNqZuCdxUqTdx1LISzNrzRLmfqxuDU,75859
567
567
  nautobot/dcim/models/locations.py,sha256=ZbX5sAy3UM9N-w7o25jf9AUMSJJ_qac2MKteRU1mcGw,13582
568
568
  nautobot/dcim/models/power.py,sha256=Cm_4EHJAR7rptUXnqyfIq7mXH1LrQm5GuHKdnmMrxao,6138
569
569
  nautobot/dcim/models/racks.py,sha256=BdP8GeVuriyvVY22h4djXmBq8sx8gxIv-nMEReXuLk4,20357
@@ -753,7 +753,7 @@ nautobot/extras/api/views.py,sha256=2cnugMPm9jtO8d400-MwnpblsplE_L55q_RyO0OmIjE,
753
753
  nautobot/extras/apps.py,sha256=lDAGcH6jwT8cTz8CHVIzlvy5FLjhiARgRgVJvjuCZrQ,2472
754
754
  nautobot/extras/choices.py,sha256=DK8p85AxVnhm1WMs9vppK7kgbKsZWHC_NPvbYp1d9bw,12365
755
755
  nautobot/extras/constants.py,sha256=baxJqNlyqWkCisRN4toOqecu8sYOpKrDHfjFsqQ0bmA,1583
756
- nautobot/extras/context_managers.py,sha256=4udo9Sln4k_LNnLYv4PGETP-4RRawUd_he4l6WcRx9I,13284
756
+ nautobot/extras/context_managers.py,sha256=OFmJIMTqnFqEGREykbSQw7BAPI9lqnr8Mw8qfXDFyRg,13345
757
757
  nautobot/extras/datasources/__init__.py,sha256=Rsoo4HkPNXs0yOJE4OfyYdViCAVnJXBPFNl85_7vAxc,710
758
758
  nautobot/extras/datasources/git.py,sha256=G3g3-qqxcAo6j9cLXN2aFF0lTYnF9hD4mgF9sDR5qsI,49980
759
759
  nautobot/extras/datasources/registry.py,sha256=nduZ2lvxGRYg0SY923YLHREJ4MEQuvLMuq35phI-Oic,3003
@@ -911,16 +911,16 @@ nautobot/extras/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
911
911
  nautobot/extras/models/__init__.py,sha256=-0_7ox9M1AvYaf-Xx_-8W0DgphXvUBR80IyS7NVXB8A,2467
912
912
  nautobot/extras/models/change_logging.py,sha256=KTw47h5gB96nHwDjZg3z0oR9RuFZkr-KOu-PxdeEIy0,10877
913
913
  nautobot/extras/models/contacts.py,sha256=_JVQMtU17DmHwqQmV9phsEbG1k6k2dFdiqSs82YO5es,4056
914
- nautobot/extras/models/customfields.py,sha256=VU5iRC6ptsvVCoP-fundYTiU37950xVJh1FF1NDzrTg,40658
915
- nautobot/extras/models/datasources.py,sha256=bLmcZVU1FzpPHssXZ_SLr7SbbeW-1uhl7yalyD_f2Pk,9881
916
- nautobot/extras/models/groups.py,sha256=iAlm-T15Ar3eKt1MVRN73odbj7Uhln4nInukbZ5BQP4,51662
917
- nautobot/extras/models/jobs.py,sha256=TUiOrjgVcMEyL95jRnJL6XOJsOnmfmlsb1-DwCHI7CY,58240
918
- nautobot/extras/models/metadata.py,sha256=sBafkFG3JdEjQMIffJTA84DyXlRLNei2wy32xBZq7Y8,20595
914
+ nautobot/extras/models/customfields.py,sha256=V0oNY0ZlrbXpblKUfkCBAKuaGLt-J7CkLHZlPcpO1aA,40688
915
+ nautobot/extras/models/datasources.py,sha256=qkw37YPiNyEuDXmhoHvkwaHZXIdkDhELcMPawD2EtQg,10053
916
+ nautobot/extras/models/groups.py,sha256=pwdggJGZLxWGNkCHMuJdRwJK0YHMSdLnEZzQ94pohG8,52003
917
+ nautobot/extras/models/jobs.py,sha256=BiYPU5GMdEgFUSUHeCwKev8sWActfZfzUB7kviAOlog,58531
918
+ nautobot/extras/models/metadata.py,sha256=eHozr4w2hdDFRKVUfZEuiu7KsShTav8PUpiThc9EUvQ,20634
919
919
  nautobot/extras/models/mixins.py,sha256=uOfakOMjmX3Wt4PU23NP9ZZumeKTQ21CqxL8k-BTBFc,5429
920
- nautobot/extras/models/models.py,sha256=65RW0mFayN4Z-kXN2mrarGnV4Ek9P5nm--0pGh3VvvE,40937
920
+ nautobot/extras/models/models.py,sha256=vT6s1LPT93FpcyBvbgdvuruGLUwqm-A3x68BtNPs9C8,40997
921
921
  nautobot/extras/models/relationships.py,sha256=vNU4voSbJdU7BG0-kvVA4Pd54teoXnwN4BqVS883Yj0,48481
922
922
  nautobot/extras/models/roles.py,sha256=IoE2zlVJTUHNY8_iMtTaJgrmBBGwYHvDeAJnluXhNbw,1204
923
- nautobot/extras/models/secrets.py,sha256=n6QVZDZ5O6o4xb_3KVaYAjxMflCuRGOcrP-vAshi8iY,5629
923
+ nautobot/extras/models/secrets.py,sha256=bA1HQ2l0OIfEk8aTsM9wF4ROEq2dy865-lzi0NN0--8,5788
924
924
  nautobot/extras/models/statuses.py,sha256=zZLjPLDQsVUxrZmmeoq571q0lM5hMfMt2bTAhBjkv1U,4093
925
925
  nautobot/extras/models/tags.py,sha256=ZXRzBZrawhxSspPUIm5xmHvzqMxSu5Is6EQkkolypGM,3159
926
926
  nautobot/extras/navigation.py,sha256=AXA255hWX6pbXrJcxU4mejvm4FGF2OL5kwImj_bdOBw,19704
@@ -934,7 +934,7 @@ nautobot/extras/plugins/validators.py,sha256=dutyyniQBxAhWmg6nEYn_xrL2jbxbKfnbSy
934
934
  nautobot/extras/plugins/views.py,sha256=eHSxxHimPy3RcuAKetIsg1fn14aqQTmY__Mk1TkNA-0,8194
935
935
  nautobot/extras/querysets.py,sha256=aWLCVfdEotaD2xJoXRkgpjcq9WqXTp1-S-e4bBtnLu8,10935
936
936
  nautobot/extras/registry.py,sha256=p18j0CzEA20UVUPWKMB1x07KLm_kVbUCQFC9lqlkw40,2641
937
- nautobot/extras/secrets/__init__.py,sha256=Rr0_hHcTVVST3T3njqFj5rQBYORnFGgf6mf_wdka7qI,2226
937
+ nautobot/extras/secrets/__init__.py,sha256=0B4KnBFQ_jidCw0u9wApbg33qxZXqFCLUxZQz1eXwBI,2877
938
938
  nautobot/extras/secrets/exceptions.py,sha256=cQXyJrW96wQyg78E3tJ13kFYZkG8OiVjWDwDUcDDixA,1564
939
939
  nautobot/extras/secrets/providers.py,sha256=mR6cCdSD1J4PEdQFjkTawLJj7gaIqHKvirkh3uob5x8,2938
940
940
  nautobot/extras/signals.py,sha256=wjUgbh694GQl2d4uyUdnaVPudC7DOFUqlx8eAGLn-zQ,27533
@@ -1110,7 +1110,7 @@ nautobot/extras/tests/integration/test_relationships.py,sha256=2ukByk5j-jTvgS8rr
1110
1110
  nautobot/extras/tests/integration/test_tagfilter.py,sha256=qlX0BTjXxUU3Cy6Yij6volS8-myl5Riz13tGjhFFQzU,2531
1111
1111
  nautobot/extras/tests/test_api.py,sha256=e_ye8HATjOUmP7-ITwcrrCu-otPCEJ8PZQM9u631qDo,184220
1112
1112
  nautobot/extras/tests/test_changelog.py,sha256=BCRt7ByqrwxNeJuCMoIXVcIBbgNooz6fZzTi1OS8O0g,28004
1113
- nautobot/extras/tests/test_context_managers.py,sha256=4C65yISHMuhsDy18I58L0tDT8t5HfaUktjlKvY8t6IM,19054
1113
+ nautobot/extras/tests/test_context_managers.py,sha256=autsPHycMrps0DK_2r_EjWeoJW5vxn3Pv9IyXdsyu-k,20403
1114
1114
  nautobot/extras/tests/test_customfields.py,sha256=Kdq5lm79jD4ko-zCc5wQFP4t3I5I-ekT9wwChJ_gkUs,96134
1115
1115
  nautobot/extras/tests/test_datasources.py,sha256=bsMJh8y7HFnapnq6lX8u8l6BBQfaPHtmkc-0nysdQyM,39493
1116
1116
  nautobot/extras/tests/test_dynamicgroups.py,sha256=v1H5p3SYKzHLIpxoy1zleLT_BpZiSAvFSeXrM8FgTI4,58023
@@ -1120,7 +1120,7 @@ nautobot/extras/tests/test_job_variables.py,sha256=dK6PhwqcpL0MvG3ZveQvRhHMEMdXh
1120
1120
  nautobot/extras/tests/test_jobs.py,sha256=tGaRrsKWmOVOX4eHvggXwdArUshWev4ubGGFCAQp_S4,56798
1121
1121
  nautobot/extras/tests/test_management.py,sha256=zXfK433EaY5MQm__BWeXfRcJCCOAqFXmNzN8W8NBbW0,2282
1122
1122
  nautobot/extras/tests/test_migrations.py,sha256=N9VzlAkfu4ZNOTDumCT4IgDbss-Xi432TEYxFTLHo8s,6166
1123
- nautobot/extras/tests/test_models.py,sha256=6h45JxAPXBcssNG34P_7bUUyDso09kZJsQHQse8vTD4,143556
1123
+ nautobot/extras/tests/test_models.py,sha256=viwQBxxi2BPzPfVDJ7jfsb-Bt-z_WnyuAdk1uuGLBd8,144834
1124
1124
  nautobot/extras/tests/test_notes.py,sha256=foT_9YLXhYEnuaMug-Bz0EA2exAwrJGUV5dEVyleCGI,1456
1125
1125
  nautobot/extras/tests/test_plugins.py,sha256=lhEIDyvT-6hM2MfyGNtU7oYW7OgPvD07HNgSEybXGRI,38295
1126
1126
  nautobot/extras/tests/test_registry.py,sha256=evPBCr-C8VzbbNtfjcONuEsJqarw0uUronYwfWAPoZ0,2762
@@ -1209,7 +1209,7 @@ nautobot/ipam/migrations/0050_vlangroup_range.py,sha256=acCX6_sxXWyvK7Q0V3TvuDeD
1209
1209
  nautobot/ipam/migrations/0051_added_optional_vrf_relationship_to_vdc.py,sha256=Kp-C4Ff-c8Md7V0T1VR-8kRftl5g5riebRfFpabHYyg,1367
1210
1210
  nautobot/ipam/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1211
1211
  nautobot/ipam/mixins.py,sha256=bd6hX3q0j64Lmu5N08scSRz5JGNk1Ua5jenUQaXo-wM,1578
1212
- nautobot/ipam/models.py,sha256=-6g_VbLOQQFMfU4gMSwPRdbRSN25yPAYMXH6ZhUzwf8,62520
1212
+ nautobot/ipam/models.py,sha256=L18ZxgH_odvneVLzK26pS3SrXWdYS6laOQDN7yIIK6w,63154
1213
1213
  nautobot/ipam/navigation.py,sha256=8M-BjE_GNOEThoURIg1cpkEKGB3GMRq9RjPiNGgr7a8,7111
1214
1214
  nautobot/ipam/querysets.py,sha256=QP2XSsHQIOxuOeIM0OYmZhu001tF5oOwKjdgdkOLjeU,21071
1215
1215
  nautobot/ipam/signals.py,sha256=9P5IngYBf08oybNYtihOv92C2BU_yEIZfx8O7NoGD_M,5120
@@ -1425,7 +1425,7 @@ nautobot/project-static/docs/development/apps/api/platform-features/index.html,s
1425
1425
  nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html,sha256=5U8ivSlSao_BqW4PwJJ0ZTfKQLGYdyO2xbFeobrq-nw,177320
1426
1426
  nautobot/project-static/docs/development/apps/api/platform-features/jobs.html,sha256=-ONB0b0XrGTeBUDzdc64N1TK5VvIx_gdnTsX-KSkYqo,177246
1427
1427
  nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html,sha256=-VARIrTkVa4UqVslwb5m2g9dcSPNJxPPItbYWyztgwM,184112
1428
- nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html,sha256=Jv6P9XafWUi5iiAqjpKMzpMOR8QeS-c0tj3LbpRsN3Q,182780
1428
+ nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html,sha256=DiXa_kFX8XZuM2ncG0tJU4itxce4qrqYgC_W5OZiFrw,182862
1429
1429
  nautobot/project-static/docs/development/apps/api/platform-features/table-extensions.html,sha256=6dmX2i7K8x57RPYD13l5I8H5ywxl4rTDDEPYj9FFZWw,185066
1430
1430
  nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html,sha256=6ccwf22m_H_8waHWiAlbkchhmmgOCCIZfmrwrgDGvPk,185188
1431
1431
  nautobot/project-static/docs/development/apps/api/prometheus.html,sha256=2nnd8XZzQsTfSwiTySIuVVMTaRYbvJNQO-boZFZxdNU,176954
@@ -1734,17 +1734,17 @@ nautobot/project-static/docs/release-notes/version-1.2.html,sha256=tYgU3YOLAULHz
1734
1734
  nautobot/project-static/docs/release-notes/version-1.3.html,sha256=SICaKRSQnedSIzIlrZb7SEWtiXUewVsrWQkyU1X-zC8,275812
1735
1735
  nautobot/project-static/docs/release-notes/version-1.4.html,sha256=4Oq6x9joaRfhdS23nGGojOacR_sskpnt0ynC9yXmy4E,296978
1736
1736
  nautobot/project-static/docs/release-notes/version-1.5.html,sha256=VuIo8IkVDcrrngfXFDKodbXK4Q2Akk372WXlVZu89fI,327027
1737
- nautobot/project-static/docs/release-notes/version-1.6.html,sha256=1C0CT926LC5wbt3D_NGJwpXuqpN5dTHYuAT-MRtJT2Y,304579
1737
+ nautobot/project-static/docs/release-notes/version-1.6.html,sha256=ihUFjypM0nZWH0HkKruYHf82UBG_Qi0x7WrYZ1Bv6us,314843
1738
1738
  nautobot/project-static/docs/release-notes/version-2.0.html,sha256=-5u-0FYhGEEWuKTsuWcOfKlK2EbApFS_qPjsZsM37is,441358
1739
1739
  nautobot/project-static/docs/release-notes/version-2.1.html,sha256=hSxJcpe7K0PQLboYgaXft7K5YF3kS8XIhMfcQR9GCSw,281538
1740
1740
  nautobot/project-static/docs/release-notes/version-2.2.html,sha256=tKsB2icAgJrhHbrJXY1rpc1Wt-6IcWdY4A6txycYCgs,279679
1741
1741
  nautobot/project-static/docs/release-notes/version-2.3.html,sha256=iLImziB47D8zABiAt4CWYTDb247MYaF47GwGsypLdXI,335389
1742
- nautobot/project-static/docs/release-notes/version-2.4.html,sha256=meNpr8U2gSUskYdV1GJoTtpW5RIVSugFoOmxOD11SqY,328809
1742
+ nautobot/project-static/docs/release-notes/version-2.4.html,sha256=S-aTL3YTRTMVcHEj8FsIYltypwYb3wVwtvgP3tPbuv0,332515
1743
1743
  nautobot/project-static/docs/requirements.txt,sha256=C5V3JqSebRLubQbp7vwZ0LClYeeQrEkkjW64DFUQNGM,386
1744
1744
  nautobot/project-static/docs/rest-api/overview.html,sha256=VQVyL2N2SzKlJdGHCge8_Mh3f2W4ioPqI6BBRraIIwo,618
1745
- nautobot/project-static/docs/search/search_index.json,sha256=AqKh28ZvZmrF1PUY6m4D_0p_iFz2f0xJBBmO-5w6jsU,2973983
1746
- nautobot/project-static/docs/sitemap.xml,sha256=qWS5s7vphDO37D13v2o4f4MPAaVP5LJCYRgnl9V4Ss8,53440
1747
- nautobot/project-static/docs/sitemap.xml.gz,sha256=BDKe9GFRXTdhrBiki7HGqU38hMpfa3x50dM70xU-R4U,2643
1745
+ nautobot/project-static/docs/search/search_index.json,sha256=OkanJ18S8DF5sUMOWQmFhBDxa96pnnMJqwBP7R4SwY0,2980416
1746
+ nautobot/project-static/docs/sitemap.xml,sha256=9uAFahFhtFOwaFNR4B1YL2KeF7HTe626h4hVWCFxNEI,53440
1747
+ nautobot/project-static/docs/sitemap.xml.gz,sha256=oqJGUr4PvB7VwQsBzwkY8XsesYQNsfqNm8VBYOANTD0,2643
1748
1748
  nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html,sha256=BinNscZgCVhEoALyC_vYTT4Iu5-ALsWGjeD_EvOmtNI,213453
1749
1749
  nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html,sha256=C8FVmOhIfKYJUo6nL5VsXBTP29FZIGd6M7mP0toNYfU,177964
1750
1750
  nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html,sha256=rIKEq7fG7V8iZ1lUGgfVAeKRdHMogP62Gx7cieEOCvk,253942
@@ -1781,8 +1781,8 @@ nautobot/project-static/docs/user-guide/administration/installation-extras/healt
1781
1781
  nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.html,sha256=aP6MQKpm6ZSYP9UX-TKBhtwUu2xuNF6UQ6duEED72aA,534
1782
1782
  nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html,sha256=VePoJgbBTqelTnf3kqXn5N8gpRmSh2iiKPn4I1UOpA0,225525
1783
1783
  nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html,sha256=PrhH1BeiOmseUlng8Vw3HEOVYI1vWZBkPmxRuOwsawg,188982
1784
- nautobot/project-static/docs/user-guide/administration/security/index.html,sha256=zFjEflu-8AmR_nQKT21ZdiTv2BYgLBjCEbNAcDUwfNM,180323
1785
- nautobot/project-static/docs/user-guide/administration/security/notices.html,sha256=61f-22F4ry6a-o-tRf_vsbzPf41At32THWrJYdrgs0g,188265
1784
+ nautobot/project-static/docs/user-guide/administration/security/index.html,sha256=iCHDsbTK6P5KDk0hUjhY8StvepmSzakfdSunmtPO1_c,180176
1785
+ nautobot/project-static/docs/user-guide/administration/security/notices.html,sha256=_FwTo792MOjmOEQJWStA7f77t3c2hfPWaVTAzLwyXIU,191895
1786
1786
  nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html,sha256=5TUsBiaDSK3IO0_AppyH6-evVNZetuGiec9t9pVfVGA,246846
1787
1787
  nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html,sha256=p8VTPPYtvGLwEoKHbmuFKMkWHJRbu7r5ynuDt5I0CE4,208347
1788
1788
  nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html,sha256=Rdia8BCuLAZXdb3Rxv1zoiEwEkIaIyM-FVg78Sq5fxs,174171
@@ -2303,7 +2303,7 @@ nautobot/users/migrations/0008_make_object_permission_a_changelogged_model.py,sh
2303
2303
  nautobot/users/migrations/0009_update_all_charfields_max_length_to_255.py,sha256=j6WdDsfoCf9B10rF8v6IbZ9kQFG5TZIcQS5mJAV3yGU,782
2304
2304
  nautobot/users/migrations/0010_user_default_saved_views.py,sha256=BiG72CPjGzMJqN68Uk0MHHLX5LR5fhaXK7-7SY6U2WQ,575
2305
2305
  nautobot/users/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2306
- nautobot/users/models.py,sha256=ZTe4g6HC8MKeD4F8bmfEcoSYRK874hdvFjM1BkfGXqk,10070
2306
+ nautobot/users/models.py,sha256=nw40Xc00Mhxrf5xvQ8WNoQKGpJjzFrV_CXTtt-Uk_Tg,10142
2307
2307
  nautobot/users/templates/users/advanced_settings_edit.html,sha256=Cx5_kZK5VpDyPERJSF36i2Tk0EMFR3ZjIsRk8TH9gaM,1313
2308
2308
  nautobot/users/templates/users/api_tokens.html,sha256=3FzV4QWmSx3y880aXNW8Ml3eaXYRbmJN2MJH6dKU-lE,3763
2309
2309
  nautobot/users/templates/users/base.html,sha256=UWxYuElD0aHh-SRFzw8p09y9qrXYc77Vvtegyqwnreo,1374
@@ -2363,7 +2363,7 @@ nautobot/virtualization/migrations/0028_update_all_charfields_max_length_to_255.
2363
2363
  nautobot/virtualization/migrations/0029_add_role_field_to_interface_models.py,sha256=NCJaSX7JcTlpkTDWIojTiSVETUg5Zbr86QU0OH1dNyI,784
2364
2364
  nautobot/virtualization/migrations/0030_alter_virtualmachine_local_config_context_data_owner_content_type_and_more.py,sha256=p8IAo33hl3F1FfDqxNIP7VvzFGwoyG1bKKufmCA5_dI,2512
2365
2365
  nautobot/virtualization/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2366
- nautobot/virtualization/models.py,sha256=e7Pm1kEPNB4B3eUjGUQAxzw4Q0uVcQ8jWQN_5r12CAE,14865
2366
+ nautobot/virtualization/models.py,sha256=T36nTJBDYycALgCkNhlee72rBkRVMndvHP-bFkwJIEI,14950
2367
2367
  nautobot/virtualization/navigation.py,sha256=nPxhdqf8VVHQz21VYTF_tZO6rMs0RNWhwPhreTz8kJY,3648
2368
2368
  nautobot/virtualization/signals.py,sha256=2t3J0H-BRnZj6ypeTVy-7TafxA9wNEfr87LMzjs8UaE,526
2369
2369
  nautobot/virtualization/tables.py,sha256=Aivs2dq6ZRMO3gFAFycuT27IIIfhVBvwlrfhWn_DVKM,6677
@@ -2416,9 +2416,9 @@ nautobot/wireless/tests/test_models.py,sha256=Fpqc8H7qxXhlM8M8EuBVxTu623L58AHW_e
2416
2416
  nautobot/wireless/tests/test_views.py,sha256=_387uMzc_F9xgxdRGu81PkVyDLmNFb1J-vXt3PdQGFA,18781
2417
2417
  nautobot/wireless/urls.py,sha256=yfYcx1WHLx99pBesoaF602_fUQLXHtodWOi7XHtuX4c,395
2418
2418
  nautobot/wireless/views.py,sha256=Mgj-1yUuPuP5_qV-WaQ8ABp4g9fKr9qJlL15qx5nG9I,5472
2419
- nautobot-2.4.9.dist-info/LICENSE.txt,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
2420
- nautobot-2.4.9.dist-info/METADATA,sha256=jTzvoJXuPGSeK4MVz77SLTYo_3bMHQfPDHljjICeAsw,9961
2421
- nautobot-2.4.9.dist-info/NOTICE,sha256=RA2yQ-u70Ex-APSWYkMN6IdM7zp7cWK0SzmVrqBCcUA,284
2422
- nautobot-2.4.9.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
2423
- nautobot-2.4.9.dist-info/entry_points.txt,sha256=kUwm_Ve_FyUFjcYqTtQWsqJ2JKWPkHFOD8rcK71jX2k,58
2424
- nautobot-2.4.9.dist-info/RECORD,,
2419
+ nautobot-2.4.10.dist-info/LICENSE.txt,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
2420
+ nautobot-2.4.10.dist-info/METADATA,sha256=1NP19dH5CsBPXO869XKAkNKCirePb6IVNhNXSDRKNO0,9962
2421
+ nautobot-2.4.10.dist-info/NOTICE,sha256=RA2yQ-u70Ex-APSWYkMN6IdM7zp7cWK0SzmVrqBCcUA,284
2422
+ nautobot-2.4.10.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
2423
+ nautobot-2.4.10.dist-info/entry_points.txt,sha256=kUwm_Ve_FyUFjcYqTtQWsqJ2JKWPkHFOD8rcK71jX2k,58
2424
+ nautobot-2.4.10.dist-info/RECORD,,