Skip to content

Commit

Permalink
pip(deps): bump the pip group with 9 updates (#471)
Browse files Browse the repository at this point in the history
Bumps the pip group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/tiangolo/fastapi) | `0.104.0` | `0.104.1`
|
| [boto3](https://github.com/boto/boto3) | `1.28.67` | `1.28.69` |
| [botocore](https://github.com/boto/botocore) | `1.31.69` | `1.31.74` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) |
`1.28.69` | `1.28.74` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.4.6` | `9.4.7` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `7.4.3` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.332`
| `1.1.333` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.1` | `0.1.3` |
| [ddtrace](https://github.com/DataDog/dd-trace-py) | `2.1.1` | `2.1.4`
|

Updates `fastapi` from 0.104.0 to 0.104.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tiangolo/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.104.1</h2>
<h3>Fixes</h3>
<ul>
<li>📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug
crashing it in 5.9.1. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10529">#10529</a>
by <a
href="https://github.com/alejandraklachquin"><code>@​alejandraklachquin</code></a>.
<ul>
<li>This is not really a bug in FastAPI but in Swagger UI, nevertheless
pinning the version will work while a solution is found on the <a
href="https://redirect.github.com/swagger-api/swagger-ui/issues/9337">Swagger
UI side</a>.</li>
</ul>
</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Update data structure and render for external-links. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10495">#10495</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>✏️ Fix link to SPDX license identifier in
<code>docs/en/docs/tutorial/metadata.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10433">#10433</a>
by <a
href="https://github.com/worldworm"><code>@​worldworm</code></a>.</li>
<li>📝 Update example validation error from Pydantic v1 to match Pydantic
v2 in <code>docs/en/docs/tutorial/path-params.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10043">#10043</a>
by <a
href="https://github.com/giuliowaitforitdavide"><code>@​giuliowaitforitdavide</code></a>.</li>
<li>✏️ Fix typos in emoji docs and in some source examples. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10438">#10438</a>
by <a
href="https://github.com/afuetterer"><code>@​afuetterer</code></a>.</li>
<li>✏️ Fix typo in <code>docs/en/docs/reference/dependencies.md</code>.
PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10465">#10465</a>
by <a
href="https://github.com/suravshresth"><code>@​suravshresth</code></a>.</li>
<li>✏️ Fix typos and rewordings in
<code>docs/en/docs/tutorial/body-nested-models.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10468">#10468</a>
by <a
href="https://github.com/yogabonito"><code>@​yogabonito</code></a>.</li>
<li>📝 Update docs, remove references to removed
<code>pydantic.Required</code> in
<code>docs/en/docs/tutorial/query-params-str-validations.md</code>. PR
<a
href="https://redirect.github.com/tiangolo/fastapi/pull/10469">#10469</a>
by <a
href="https://github.com/yogabonito"><code>@​yogabonito</code></a>.</li>
<li>✏️ Fix typo in <code>docs/en/docs/reference/index.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10467">#10467</a>
by <a href="https://github.com/tarsil"><code>@​tarsil</code></a>.</li>
<li>🔥 Remove unnecessary duplicated docstrings. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10484">#10484</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>✏️ Update Pydantic links to dotenv support. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10511">#10511</a>
by <a
href="https://github.com/White-Mask"><code>@​White-Mask</code></a>.</li>
<li>✏️ Update links in <code>docs/en/docs/async.md</code> and
<code>docs/zh/docs/async.md</code> to make them relative. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10498">#10498</a>
by <a
href="https://github.com/hasnatsajid"><code>@​hasnatsajid</code></a>.</li>
<li>✏️ Fix links in <code>docs/em/docs/async.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10507">#10507</a>
by <a
href="https://github.com/hasnatsajid"><code>@​hasnatsajid</code></a>.</li>
<li>✏️ Fix typo in <code>docs/em/docs/index.md</code>, Python 3.8. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10521">#10521</a>
by <a href="https://github.com/kerriop"><code>@​kerriop</code></a>.</li>
<li>⬆ Bump pillow from 9.5.0 to 10.1.0. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10446">#10446</a>
by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ Update mkdocs-material requirement from <!-- raw HTML omitted
-->=8.1.4,&lt;10.0.0. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/5862">#5862</a>
by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ Bump mkdocs-material from 9.1.21 to 9.4.7. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10545">#10545</a>
by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>👷 Install MkDocs Material Insiders only when secrets are available,
for Dependabot. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10544">#10544</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Update sponsors badges, Databento. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10519">#10519</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>👷 Adopt Ruff format. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10517">#10517</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Add <code>CITATION.cff</code> file for academic citations. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10496">#10496</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🐛 Fix overriding MKDocs theme lang in hook. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10490">#10490</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔥 Drop/close Gitter chat. Questions should go to GitHub Discussions,
free conversations to Discord.. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10485">#10485</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tiangolo/fastapi/commit/7e5afe2cb9bf1fa30c04a4dd393ea397a46db29b"><code>7e5afe2</code></a>
🔖 Release version 0.104.1</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/6c53ddd084185c40f9ff960747ba1c9b5e2ce094"><code>6c53ddd</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/0f1ddf5f69187f7f7666ffc7b58a0010d21e3289"><code>0f1ddf5</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/758a8f29e1c5b11a44499d23f003d61febb6e617"><code>758a8f2</code></a>
📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing
it in ...</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/e4b21c6eab7cd58caf3c6c492ea1ce7945425dd1"><code>e4b21c6</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/759378d67ff73da99a3f096aff42fc50ac900e61"><code>759378d</code></a>
✏️ Update Pydantic links to dotenv support (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/10511">#10511</a>)</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/e7204ac7bf01ecc39cc37ef28fda3406a24a2ed8"><code>e7204ac</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/7702c5af361606fad8d031ab3e10c9b30ac2b781"><code>7702c5a</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/0066578bbedf9c41349f61b660ca47fc37990484"><code>0066578</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/6b903ff1fbafd09f821a3c9f370317aaa1b26892"><code>6b903ff</code></a>
✏️ Update links in <code>docs/en/docs/async.md</code> and
<code>docs/zh/docs/async.md</code> to mak...</li>
<li>Additional commits viewable in <a
href="https://github.com/tiangolo/fastapi/compare/0.104.0...0.104.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `boto3` from 1.28.67 to 1.28.69
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's
changelog</a>.</em></p>
<blockquote>
<h1>1.28.69</h1>
<ul>
<li>api-change:<code>marketplacecommerceanalytics</code>:
[<code>botocore</code>] The StartSupportDataExport operation has been
deprecated as part of the Product Support Connection deprecation. As of
December 2022, Product Support Connection is no longer supported.</li>
<li>api-change:<code>networkmanager</code>: [<code>botocore</code>] This
release adds API support for Tunnel-less Connect (NoEncap Protocol) for
AWS Cloud WAN</li>
<li>api-change:<code>redshift-serverless</code>: [<code>botocore</code>]
This release adds support for customers to see the patch version and
workgroup version in Amazon Redshift Serverless.</li>
<li>api-change:<code>rekognition</code>: [<code>botocore</code>] Amazon
Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and
ListMediaAnalysisJobs operations to run a bulk analysis of images with a
Detect Moderation model.</li>
</ul>
<h1>1.28.68</h1>
<ul>
<li>api-change:<code>appconfig</code>: [<code>botocore</code>] Update
KmsKeyIdentifier constraints to support AWS KMS multi-Region keys.</li>
<li>api-change:<code>appintegrations</code>: [<code>botocore</code>]
Updated ScheduleConfig to be an optional input to CreateDataIntegration
to support event driven downloading of files from sources such as Amazon
s3 using Amazon Connect AppIntegrations.</li>
<li>api-change:<code>connect</code>: [<code>botocore</code>] This
release adds support for updating phone number metadata, such as phone
number description.</li>
<li>api-change:<code>discovery</code>: [<code>botocore</code>] This
release introduces three new APIs: StartBatchDeleteConfigurationTask,
DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.</li>
<li>api-change:<code>medical-imaging</code>: [<code>botocore</code>]
Updates on documentation links</li>
<li>api-change:<code>ssm</code>: [<code>botocore</code>] This release
introduces a new API: DeleteOpsItem. This allows deletion of an
OpsItem.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/boto3/commit/89d9110610dd7568df37cd3d3a73d7c8a87294a9"><code>89d9110</code></a>
Merge branch 'release-1.28.69'</li>
<li><a
href="https://github.com/boto/boto3/commit/58a414e6cb0d37d05277911c361ff450b379caf4"><code>58a414e</code></a>
Bumping version to 1.28.69</li>
<li><a
href="https://github.com/boto/boto3/commit/7cd39c081119987d994c5448407446901b9df8ad"><code>7cd39c0</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/b0277975adb6efa7acf7483c71be9e5818e0e51e"><code>b027797</code></a>
Merge pull request <a
href="https://redirect.github.com/boto/boto3/issues/3909">#3909</a> from
boto/dependabot/github_actions/aws-actions/stal...</li>
<li><a
href="https://github.com/boto/boto3/commit/aca0c0a742f1ca81269f2d151079a57d7f23e34c"><code>aca0c0a</code></a>
Bump aws-actions/stale-issue-cleanup</li>
<li><a
href="https://github.com/boto/boto3/commit/d42b9fe0c76a2dee0b96fd0f0de6b296d20a8c86"><code>d42b9fe</code></a>
Merge branch 'release-1.28.68'</li>
<li><a
href="https://github.com/boto/boto3/commit/d34d2255494a3dedf98f9b92752aa92378a3f73f"><code>d34d225</code></a>
Merge branch 'release-1.28.68' into develop</li>
<li><a
href="https://github.com/boto/boto3/commit/01fe1303ee6e083dfe6548500e1ed6089e4ad1ba"><code>01fe130</code></a>
Bumping version to 1.28.68</li>
<li><a
href="https://github.com/boto/boto3/commit/b39e72005b9d496020600a5054b59712545c2aa1"><code>b39e720</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/41e2804c9958b6d23087727c8ebdd9373a567251"><code>41e2804</code></a>
update ci to use GA python 3.12 (<a
href="https://redirect.github.com/boto/boto3/issues/3908">#3908</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/boto3/compare/1.28.67...1.28.69">compare
view</a></li>
</ul>
</details>
<br />

Updates `botocore` from 1.31.69 to 1.31.74
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/boto/botocore/blob/develop/CHANGELOG.rst">botocore's
changelog</a>.</em></p>
<blockquote>
<h1>1.31.74</h1>
<ul>
<li>api-change:<code>connect</code>: This release adds InstanceId field
for phone number APIs.</li>
<li>api-change:<code>dataexchange</code>: We added a new API action:
SendDataSetNotification.</li>
<li>api-change:<code>datasync</code>: Platform version changes to
support AL1 deprecation initiative.</li>
<li>api-change:<code>finspace</code>: Introducing new API
UpdateKxClusterCodeConfiguration, introducing new cache types for
clusters and introducing new deployment modes for updating
clusters.</li>
<li>api-change:<code>mediapackagev2</code>: This feature allows
customers to create a combination of manifest filtering, startover and
time delay configuration that applies to all egress requests by
default.</li>
<li>api-change:<code>rds</code>: This release launches the
CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to
manage zero-ETL Integrations.</li>
<li>api-change:<code>redshift-serverless</code>: Added support for
custom domain names for Amazon Redshift Serverless workgroups. This
feature enables customers to create a custom domain name and use ACM to
generate fully secure connections to it.</li>
<li>api-change:<code>resiliencehub</code>: Introduced the ability to
filter applications by their last assessment date and time and have
included metrics for the application's estimated workload Recovery Time
Objective (RTO) and estimated workload Recovery Point Objective
(RPO).</li>
<li>api-change:<code>s3outposts</code>: Updated ListOutpostsWithS3 API
response to include S3OutpostArn for use with AWS RAM.</li>
<li>api-change:<code>wisdom</code>: This release added necessary API
documents on creating a Wisdom knowledge base to integrate with S3.</li>
</ul>
<h1>1.31.73</h1>
<ul>
<li>api-change:<code>emr</code>: Update emr client to latest
version</li>
<li>api-change:<code>neptune</code>: Update TdeCredentialPassword type
to SensitiveString</li>
<li>api-change:<code>pinpoint</code>: Updated documentation to describe
the case insensitivity for EndpointIds.</li>
<li>api-change:<code>redshift</code>: added support to create a dual
stack cluster</li>
<li>api-change:<code>wafv2</code>: Updates the descriptions for the
calls that manage web ACL associations, to provide information for
customer-managed IAM policies.</li>
</ul>
<h1>1.31.72</h1>
<ul>
<li>api-change:<code>appstream</code>: This release introduces
multi-session fleets, allowing customers to provision more than one user
session on a single fleet instance.</li>
<li>api-change:<code>ec2</code>: Launching GetSecurityGroupsForVpc API.
This API gets security groups that can be associated by the AWS account
making the request with network interfaces in the specified VPC.</li>
<li>api-change:<code>network-firewall</code>: Network Firewall now
supports inspection of outbound SSL/TLS traffic.</li>
<li>api-change:<code>opensearch</code>: You can specify ipv4 or
dualstack IPAddressType for cluster endpoints. If you specify
IPAddressType as dualstack, the new endpoint will be visible under the
'EndpointV2' parameter and will support IPv4 and IPv6 requests. Whereas,
the 'Endpoint' will continue to serve IPv4 requests.</li>
<li>api-change:<code>redshift</code>: Add Redshift APIs
GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and
DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL
integration feature, which can be used to control data ingress into
Redshift namespace, and view inbound integrations.</li>
<li>api-change:<code>sagemaker</code>: Amazon Sagemaker Autopilot now
supports Text Generation jobs.</li>
<li>api-change:<code>sns</code>: Message Archiving and Replay is now
supported in Amazon SNS for FIFO topics.</li>
<li>api-change:<code>ssm-sap</code>: AWS Systems Manager for SAP added
support for registration and discovery of SAP ABAP applications</li>
<li>api-change:<code>transfer</code>: No API changes from previous
release. This release migrated the model to Smithy keeping all features
unchanged.</li>
<li>api-change:<code>endpoint-rules</code>: Update endpoint-rules client
to latest version</li>
</ul>
<h1>1.31.71</h1>
<ul>
<li>enhancement:Configuration: Adds client context params support to
<code>Config</code>.</li>
<li>api-change:<code>connectcases</code>: Increase maximum length of
CommentBody to 3000, and increase maximum length of StringValue to
1500</li>
<li>api-change:<code>groundstation</code>: This release will allow KMS
alias names to be used when creating Mission Profiles</li>
<li>api-change:<code>iam</code>: Updates to GetAccessKeyLastUsed action
to replace NoSuchEntity error with AccessDeniedException error.</li>
</ul>
<p>1.31.70</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/botocore/commit/756dc0bb8782d3fa7c69670a5a314cd86ece1b1c"><code>756dc0b</code></a>
Merge branch 'release-1.31.74'</li>
<li><a
href="https://github.com/boto/botocore/commit/aee90d69a7974a953bc29626b7c1d0af62887e38"><code>aee90d6</code></a>
Bumping version to 1.31.74</li>
<li><a
href="https://github.com/boto/botocore/commit/2af348f9d77260e297e3d4d3b69e684417ca25a8"><code>2af348f</code></a>
Update to latest models</li>
<li><a
href="https://github.com/boto/botocore/commit/c8ee75bf9227733385bec9d9ee4e417215095b4b"><code>c8ee75b</code></a>
Merge branch 'release-1.31.73'</li>
<li><a
href="https://github.com/boto/botocore/commit/5204d1801ed098892f567ddbec7a630c7723aa5b"><code>5204d18</code></a>
Merge branch 'release-1.31.73' into develop</li>
<li><a
href="https://github.com/boto/botocore/commit/38222346f6bd8a557d9fe29b65c39776ad911666"><code>3822234</code></a>
Bumping version to 1.31.73</li>
<li><a
href="https://github.com/boto/botocore/commit/0bdada38f4c84bcd83874524f06c0650b984c209"><code>0bdada3</code></a>
Update to latest partitions and endpoints</li>
<li><a
href="https://github.com/boto/botocore/commit/5b242d2c4ee63b72d966fd58294c7acfe646d664"><code>5b242d2</code></a>
Update to latest models</li>
<li><a
href="https://github.com/boto/botocore/commit/e61b393fc59b2871812bed3d98349153280aeac9"><code>e61b393</code></a>
Merge branch 'release-1.31.72'</li>
<li><a
href="https://github.com/boto/botocore/commit/e1c055e7bf360f18896d253f2098f09e08be0c90"><code>e1c055e</code></a>
Merge branch 'release-1.31.72' into develop</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/botocore/compare/1.31.69...1.31.74">compare
view</a></li>
</ul>
</details>
<br />

Updates `boto3-stubs` from 1.28.69 to 1.28.74
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/youtype/mypy_boto3_builder/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-material` from 9.4.6 to 9.4.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-material-9.4.7</h2>
<ul>
<li>Added Azerbaijani translations</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.4.7+insiders-4.42.3 (2023-10-27)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6251">#6251</a>:
Cards in grids cut off on very small screens</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6241">#6241</a>:
Using social plugin + static-i18n plugin errors</li>
</ul>
<p>mkdocs-material-9.4.7 (2023-10-27)</p>
<ul>
<li>Added Azerbaijani translations</li>
</ul>
<p>mkdocs-material-9.4.6+insiders-4.42.2 (2023-10-14)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6186">#6186</a>:
Privacy plugin ignores hash fragments on images</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6180">#6180</a>:
Projects plugin crashing when adding or removing files</li>
</ul>
<p>mkdocs-material-9.4.6 (2023-10-14)</p>
<ul>
<li>Updated Danish and Norwegian (Nynorsk) translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6169">#6169</a>:
Blog post metadata layout overflows on small screens</li>
</ul>
<p>mkdocs-material-9.4.5 (2023-10-10)</p>
<ul>
<li>Fixed sidebar auto-positioning (9.4.2 regression)</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6166">#6166</a>:
Improve group plugin compatibility with Python &lt; 3.10</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6157">#6157</a>:
Hiding tags does not work (9.4.3 regression)</li>
</ul>
<p>mkdocs-material-9.4.4+insiders-4.42.1 (2023-10-05)</p>
<ul>
<li>Fixed spacing of related links in blog posts on small screens</li>
</ul>
<p>mkdocs-material-9.4.4 (2023-10-05)</p>
<ul>
<li>Added support for overriding text to be copied for code blocks</li>
<li>Fixed broken layout in some browsers at breakpoints when using
zoom</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6132">#6132</a>:
Incomplete search highlighting for code blocks in titles</li>
</ul>
<p>mkdocs-material-9.4.3 (2023-10-02)</p>
<ul>
<li>Added support for instant navigation progress indicator</li>
<li>Improved spacing and alignment of tags</li>
<li>Moved back-to-top button into separate partial</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6104">#6104</a>:
Indentation for some code blocks lost in search</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6094">#6094</a>:
Blog post metadata overlaps with footer on small screens</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6069">#6069</a>:
Blog plugin crashes for categories with non-ASCII names</li>
</ul>
<p>Updated templates</p>
<ul>
<li>base.html</li>
</ul>
<p>mkdocs-material-9.4.2 (2023-09-25)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/ff76068e41e1cc277a1985b807bfdbd6bb889294"><code>ff76068</code></a>
Prepare 9.4.7 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/525fc94cd38de219567a65e52525dc8358573150"><code>525fc94</code></a>
Merge branch 'master' of github.com:squidfunk/mkdocs-material</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/92ef0e280412b5ac18cfb52284d76b0d7458e0ae"><code>92ef0e2</code></a>
Updated Premium sponsors</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/8feb5122670a3b5ed12a2cc565a7f85634acb513"><code>8feb512</code></a>
fixed typo: &quot;hosting&quot; -&gt; &quot;hoisting&quot; (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6244">#6244</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/565a5e804b15752459ae59bf6290a9e52d3d7f5e"><code>565a5e8</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/6044863a8f78fcf755a67429b33ea06669b7f395"><code>6044863</code></a>
Merge branch 'master' of github.com:squidfunk/mkdocs-material</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/874b9dbf1de7731cbc7c4f053b15522558ec80bb"><code>874b9db</code></a>
Documentation (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6239">#6239</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/7b61a2f1f560f5fb54964e13c588215f35e6fa25"><code>7b61a2f</code></a>
Added documentation chat bot (experimental)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/997da1efc50f24eeb2bb6535fd1f5f274829f421"><code>997da1e</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/0341516fe5fc3d3fde41f24c2b17b1d61094a7ea"><code>0341516</code></a>
Updated dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.4.6...9.4.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `pytest` from 7.4.2 to 7.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>pytest 7.4.3 (2023-10-24)</h2>
<h2>Bug Fixes</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10447">#10447</a>:
Markers are now considered in the reverse mro order to ensure base class
markers are considered first -- this resolves a regression.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/11239">#11239</a>:
Fixed <code>:=</code> in asserts impacting unrelated test cases.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/11439">#11439</a>:
Handled an edge case where :data:<code>sys.stderr</code> might already
be closed when :ref:<code>faulthandler</code> is tearing down.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/23906106968eb95afbd61adfbc7bbb795fc9aaa9"><code>2390610</code></a>
Tweak changelog.rst</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/a0714aa0076f38e6fb8c7321e8bb4f5f33d1792d"><code>a0714aa</code></a>
Prepare release version 7.4.3</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/44ad1c9811d2ebf540e601ea66b9bebf8ea82969"><code>44ad1c9</code></a>
[7.4.x] fix <a
href="https://redirect.github.com/pytest-dev/pytest/issues/10447">#10447</a>
- consider marks in reverse mro order to give base classes...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/5dc77253d439038ac64c55a5a48692ac3a53db2e"><code>5dc7725</code></a>
[7.4.x] Ensure logging tests always cleanup after themselves (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11541">#11541</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/a5178273183ddbda0ef4e4c6aa2b92aab086776b"><code>a517827</code></a>
[7.4.x] Configure ReadTheDocs to fail on warnings (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11540">#11540</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/21fe071d797612468fa18dd0ae4d6dbf49846b6d"><code>21fe071</code></a>
[7.4.x] fix for ValueError raised in faulthandler teardown code (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11455">#11455</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/f8bb8572fed8627946bfc82819d24b138d587257"><code>f8bb857</code></a>
Force terminal width when running tests (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11425">#11425</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11432">#11432</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/1944dc06d39404ae9869b544dc2e2b482bf472e2"><code>1944dc0</code></a>
[7.4.x] Fix --import-mode=importlib when root contains
<code>__init__.py</code> file (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/1">#1</a>...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/946634c84cf074a1ead10bdba56ddf3e5408e95c"><code>946634c</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/11419">#11419</a>
from nicoddemus/backport-11414-to-7.4.x</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/d849a3ed64c6da63a0e3713892a7bfefdd56acaf"><code>d849a3e</code></a>
[7.4.x] fix: closes <a
href="https://redirect.github.com/pytest-dev/pytest/issues/11343">#11343</a>'s
[attr-defined] type errors (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11421">#11421</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `pyright` from 1.1.332 to 1.1.333
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/e8119f8b5f8dd730054fd746f2acaf3d3de80f12"><code>e8119f8</code></a>
Pyright NPM Package update to 1.1.333 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/224">#224</a>)</li>
<li>See full diff in <a
href="https://github.com/RobertCraigie/pyright-python/compare/v1.1.332...v1.1.333">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruff` from 0.1.1 to 0.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.3</h2>
<p>This release includes a variety of improvements to the Ruff formatter
(available now as <code>ruff format</code>), removing several known and
unintentional deviations from Black.</p>
<h2>Changes</h2>
<h3>Formatter</h3>
<ul>
<li>Avoid space around pow for <code>None</code>, <code>True</code> and
<code>False</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8189">#8189</a>)</li>
<li>Avoid sorting all paths in the format command (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8181">#8181</a>)</li>
<li>Insert necessary blank line between class and leading comments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8224">#8224</a>)</li>
<li>Avoid introducing new parentheses in annotated assignments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8233">#8233</a>)</li>
<li>Refine the warnings about incompatible linter options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8196">#8196</a>)</li>
<li>Add test and basic implementation for formatter preview mode (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8044">#8044</a>)</li>
<li>Refine warning about incompatible <code>isort</code> settings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8192">#8192</a>)</li>
<li>Only omit optional parentheses for starting or ending with
parentheses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8238">#8238</a>)</li>
<li>Use source type to determine parser mode for formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8205">#8205</a>)</li>
<li>Don't warn about magic trailing comma when
<code>isort.force-single-line</code> is true (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8244">#8244</a>)</li>
<li>Use <code>SourceKind::diff</code> for formatter (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8240">#8240</a>)</li>
<li>Fix <code>fmt:off</code> with trailing child comment (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8234">#8234</a>)</li>
<li>Formatter parentheses support for <code>IpyEscapeCommand</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8207">#8207</a>)</li>
</ul>
<h3>Linter</h3>
<ul>
<li>[<code>pylint</code>] Add buffer methods to
<code>bad-dunder-method-name</code> (<code>PLW3201</code>) exclusions
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8190">#8190</a>)</li>
<li>Match rule prefixes from <code>external</code> codes setting in
<code>unused-noqa</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8177">#8177</a>)</li>
<li>Use <code>line-length</code> setting for isort in lieu of
<code>pycodestyle.max-line-length</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8235">#8235</a>)</li>
<li>Update fix for <code>unnecessary-paren-on-raise-exception</code> to
unsafe for unknown types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8231">#8231</a>)</li>
<li>Correct quick fix message for <code>W605</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8255">#8255</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Fix typo in max-doc-length documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8201">#8201</a>)</li>
<li>Improve documentation around linter-formatter conflicts (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8257">#8257</a>)</li>
<li>Fix link to error suppression documentation in
<code>unused-noqa</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8172">#8172</a>)</li>
<li>Add <code>external</code> option to <code>unused-noqa</code>
documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8171">#8171</a>)</li>
<li>Add title attribute to icons (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8060">#8060</a>)</li>
<li>Clarify unsafe case in RSE102 (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8256">#8256</a>)</li>
<li>Fix skipping formatting examples (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8210">#8210</a>)</li>
<li>docs: fix name of <code>magic-trailing-comma</code> option in README
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8200">#8200</a>)</li>
<li>Add note about scope of rule changing in versioning policy (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8169">#8169</a>)</li>
<li>Document: Fix default lint rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8218">#8218</a>)</li>
<li>Fix a wrong setting in configuration.md (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8186">#8186</a>)</li>
<li>Fix misspelled TOML headers in the tutorial (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8209">#8209</a>)</li>
</ul>
<h2>Contributors</h2>
<ul>
<li><a
href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li>
<li><a href="https://github.com/T-256"><code>@​T-256</code></a></li>
<li><a
href="https://github.com/TeamSpen210"><code>@​TeamSpen210</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's
changelog</a>.</em></p>
<blockquote>
<h2>0.1.3</h2>
<p>This release includes a variety of improvements to the Ruff
formatter, removing several known and
unintentional deviations from Black.</p>
<h3>Formatter</h3>
<ul>
<li>Avoid space around pow for <code>None</code>, <code>True</code> and
<code>False</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8189">#8189</a>)</li>
<li>Avoid sorting all paths in the format command (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8181">#8181</a>)</li>
<li>Insert necessary blank line between class and leading comments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8224">#8224</a>)</li>
<li>Avoid introducing new parentheses in annotated assignments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8233">#8233</a>)</li>
<li>Refine the warnings about incompatible linter options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8196">#8196</a>)</li>
<li>Add test and basic implementation for formatter preview mode (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8044">#8044</a>)</li>
<li>Refine warning about incompatible <code>isort</code> settings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8192">#8192</a>)</li>
<li>Only omit optional parentheses for starting or ending with
parentheses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8238">#8238</a>)</li>
<li>Use source type to determine parser mode for formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8205">#8205</a>)</li>
<li>Don't warn about magic trailing comma when
<code>isort.force-single-line</code> is true (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8244">#8244</a>)</li>
<li>Use <code>SourceKind::diff</code> for formatter (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8240">#8240</a>)</li>
<li>Fix <code>fmt:off</code> with trailing child comment (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8234">#8234</a>)</li>
<li>Formatter parentheses support for <code>IpyEscapeCommand</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8207">#8207</a>)</li>
</ul>
<h3>Linter</h3>
<ul>
<li>[<code>pylint</code>] Add buffer methods to
<code>bad-dunder-method-name</code> (<code>PLW3201</code>) exclusions
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8190">#8190</a>)</li>
<li>Match rule prefixes from <code>external</code> codes setting in
<code>unused-noqa</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8177">#8177</a>)</li>
<li>Use <code>line-length</code> setting for isort in lieu of
<code>pycodestyle.max-line-length</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8235">#8235</a>)</li>
<li>Update fix for <code>unnecessary-paren-on-raise-exception</code> to
unsafe for unknown types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8231">#8231</a>)</li>
<li>Correct quick fix message for <code>W605</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8255">#8255</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Fix typo in max-doc-length documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8201">#8201</a>)</li>
<li>Improve documentation around linter-formatter conflicts (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8257">#8257</a>)</li>
<li>Fix link to error suppression documentation in
<code>unused-noqa</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8172">#8172</a>)</li>
<li>Add <code>external</code> option to <code>unused-noqa</code>
documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8171">#8171</a>)</li>
<li>Add title attribute to icons (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8060">#8060</a>)</li>
<li>Clarify unsafe case in RSE102 (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8256">#8256</a>)</li>
<li>Fix skipping formatting examples (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8210">#8210</a>)</li>
<li>docs: fix name of <code>magic-trailing-comma</code> option in README
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8200">#8200</a>)</li>
<li>Add note about scope of rule changing in versioning policy (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8169">#8169</a>)</li>
<li>Document: Fix default lint rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8218">#8218</a>)</li>
<li>Fix a wrong setting in configuration.md (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8186">#8186</a>)</li>
<li>Fix misspelled TOML headers in the tutorial (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8209">#8209</a>)</li>
</ul>
<h2>0.1.2</h2>
<p>This release includes the Beta version of the Ruff formatter — an
extremely fast, Black-compatible Python formatter.
Try it today with <code>ruff format</code>! <a
href="https://astral.sh/blog/the-ruff-formatter">Check out the blog
post</a> and <a href="https://docs.astral.sh/ruff/formatter/">read the
docs</a>.</p>
<h3>Preview features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/3e7b92991b996871cdbd674782732fcfc214a5e2"><code>3e7b929</code></a>
Bump version to v0.1.3 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8259">#8259</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/25d4ddaa60d0b401ded596a1517c39848f905d9b"><code>25d4dda</code></a>
Add title attribute to icons (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8060">#8060</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/63a5a12a41337fca2535da42279946ae7c33e681"><code>63a5a12</code></a>
Improve documentation around linter-formatter conflicts (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8257">#8257</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/c32f943d867df36ef4d962481afb113228db70fe"><code>c32f943</code></a>
Don't warn about magic trailing comma when
<code>isort.force-single-line</code> is true ...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/d211074f59b9f65973dc35f8511870000dfc6365"><code>d211074</code></a>
Clarify unsafe case in RSE102 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8256">#8256</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/4ffd4ed61f9b8f95999b22d41f0698e7dd0977da"><code>4ffd4ed</code></a>
Correct quick fix message for <code>W605</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8255">#8255</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/a4dd1e5fad5967efbf6f60e213827430628fe674"><code>a4dd1e5</code></a>
Refine the warnings about incompatible linter options (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8196">#8196</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/be3307e9a62a4fe0fd65f6c3fcb0c86b5f0d99d6"><code>be3307e</code></a>
Make <code>unnecessary-paren-on-raise-exception</code> an unsafe edit
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/8231">#8231</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/317d3dd61218bcc35b20a42403f3c9acc1963be2"><code>317d3dd</code></a>
Add test and basic implementation for formatter preview mode (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8044">#8044</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/f5e850745cc9bcaeb308a3a139b4e86db58096aa"><code>f5e8507</code></a>
Only omit optional parentheses for starting or ending with parentheses
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/8238">#8238</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.1...v0.1.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `ddtrace` from 2.1.1 to 2.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/DataDog/dd-trace-py/releases">ddtrace's
releases</a>.</em></p>
<blockquote>
<h2>2.1.4</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Application Security Management (ASM): fix a body read error when
<code>Transfer-Encoding: chunked</code> header is sent</li>
</ul>
<h2>2.1.3</h2>
<h3>Bug Fixes</h3>
<ul>
<li>IAST: This fix resolves an issue where JSON encoder would throw an
exception while encoding a tainted dict or list.</li>
</ul>
<h2>2.1.2</h2>
<h3>Bug Fixes</h3>
<ul>
<li>ASM: fix a body read problem on some corner case where passing empty
content length makes wsgi.input.read() blocks.</li>
<li>CI Visibility: fixes an issue where class-based test methods with
the same name across classes would be considered duplicates, and cause
one (or more) tests to be dropped from results, by adding
<code>--ddtrace-include-class-name</code> as an optional flag
(defaulting to false) to prepend the class name to the test name.</li>
<li>dynamic instrumentation: fix an issue that caused the probe
instrumentation error details from being reported for visualization in
the UI.</li>
<li>dynamic instrumentation: fix an issue that caused function probes on
the same module to fail to instrument and be reported in the
<code>ERROR</code> status in the UI if the module was not yet
imported.</li>
<li>sampling: This fix reverts a refactor which affected how the tracer
handled the trace-agent's recommended trace sampling rates, leading to
an unintended increase in traces sampled.</li>
<li>remote config: Add git metadata to configuration requests to ensure
Source Code Integration (SCI) works as expected with services that
require it.</li>
<li>CI Visibility: fixes an issue where just importing <!-- raw HTML
omitted -->unittest<!-- raw HTML omitted --> enabled CIVisibility and
potentially caused unexpected logs and API requests</li>
<li>Vulnerability Management for Code-level (IAST): Fix potential string
id collisions that could cause false positives with non tainted objects
being marked as tainted.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DataDog/dd-trace-py/commit/3a6edf7361e5d48eac40dcbe48b1e946b0465cd5"><code>3a6edf7</code></a>
ci: run framework tests if frameworks.yml modified [backport <a
href="https://redirect.github.com/DataDog/dd-trace-py/issues/7379">#7379</a>
to 1.20] [...</li>
<li><a
href="https://github.com/DataDog/dd-trace-py/commit/4b92fa3401bb7babfac739a38ce110d08e7903c2"><code>4b92fa3</code></a>
fix(appsec): transfer-encoding chunked requests are dropped [backport
2.1] (#...</li>
<li><a
href="https://github.com/DataDog/dd-trace-py/commit/2aa0c060bde30c5e74a04da5fa0b921ab5ff33b4"><code>2aa0c06</code></a>
ci: run build job on more paths [backport 2.1] (<a
href="https://redirect.github.com/DataDog/dd-trace-py/issues/7352">#7352</a>)</li>
<li><a
href="https://github.com/DataDog/dd-trace-py/commit/579fcdc86a1d197f5dbb3bb931dfb58a28592683"><code>579fcdc</code></a>
fix(iast): patch json.encoder to encode LazyTaintDict as dict [backport
2.1] ...</li>
<li><a
href="https://github.com/DataDog/dd-trace-py/commit/2508d28416aa4aa87f632e284db89bc5b359ec55"><code>2508d28</code></a>
fix(sampling): revert &quot;refactor(writer): handle agent responses in
the tracer...</li>
<li><a
href="https://github.com/DataDog/dd-trace-py/commit/4d532997aa696b5aa376e1d4069c97f0eaba0d3b"><code>4d53299</code></a>
fix(iast): potential string id collisions [backport 2.1] (<a
href="https://redirect.github.com/DataDog/dd-trace-py/issues/7324">#7324</a>)</li>
<li><a
href="https://github.com/DataDog/dd-trace-py/commit/70cfbf241406d25309d4ce996b362509045330a2"><code>70cfbf2</code></a>
fix(debugging): function probes on same lazy module [backport 2.1] (<a
href="https://redirect.github.com/DataDog/dd-trace-py/issues/7312">#7312</a>)</li>
<li><a
href="https://github.com/DataDog/dd-trace-py/commit/88a3562c1e33e1862633fc6bc5cb2bb207817349"><code>88a3562</code></a>
fix(ci_visibility): fix adding test.skipped_by_itr tag [backport 2.1]
(<a
href="https://redirect.github.com/DataDog/dd-trace-py/issues/7305">#7305</a>)</li>
<li><a
href="https://github.com/DataDog/dd-trace-py/commit/8ba4ac55a39eff23cc4f48e288635d66bd31cf2b"><code>8ba4ac5</code></a>
fix(ci_visibility): fixes unittest enabling the CI VIsibility plugin
[backpor...</li>
<li><a
href="https://github.com/DataDog/dd-trace-py/commit/fddae710d9ef476e0665f2a75e971d98f08372f0"><code>fddae71</code></a>
fix(appsec): flask hangs on empty body requests [backport 2.1] (<a
href="https://redirect.github.com/DataDog/dd-trace-py/issues/7288">#7288</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/DataDog/dd-trace-py/compare/v2.1.1...v2.1.4">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>
  • Loading branch information
eve-scality authored Nov 1, 2023
2 parents bc1e057 + f141922 commit 267a3d6
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 114 deletions.
Loading

0 comments on commit 267a3d6

Please sign in to comment.