Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip(deps): bump the pip group with 9 updates #475

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps the pip group with 9 updates:

Package From To
uvicorn 0.23.2 0.24.0.post1
boto3 1.28.69 1.28.74
botocore 1.31.74 1.31.78
boto3-stubs 1.28.74 1.28.78
mkdocs-material 9.4.7 9.4.8
hypothesis 6.88.1 6.88.3
pyright 1.1.333 1.1.334
ruff 0.1.3 0.1.4
ddtrace 2.1.4 2.1.5

Updates uvicorn from 0.23.2 to 0.24.0.post1

Release notes

Sourced from uvicorn's releases.

Version 0.24.0.post1

Fixed

  • Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23

Version 0.24.0

Added

  • Support Python 3.12 (#2145) 04/11/23
  • Allow setting app via environment variable UVICORN_APP (#2106)

Full Changelog: encode/uvicorn@0.23.2...0.24.0

Changelog

Sourced from uvicorn's changelog.

0.24.0.post1 - 2023-11-06

Fixed

  • Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23

0.24.0 - 2023-11-04

Added

  • Support Python 3.12 (#2145) 04/11/23
  • Allow setting app via environment variable UVICORN_APP (#2106) 21/09/23
Commits

Updates boto3 from 1.28.69 to 1.28.74

Changelog

Sourced from boto3's changelog.

1.28.74

  • api-change:connect: [botocore] This release adds InstanceId field for phone number APIs.
  • api-change:dataexchange: [botocore] We added a new API action: SendDataSetNotification.
  • api-change:datasync: [botocore] Platform version changes to support AL1 deprecation initiative.
  • api-change:finspace: [botocore] Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters.
  • api-change:mediapackagev2: [botocore] This feature allows customers to create a combination of manifest filtering, startover and time delay configuration that applies to all egress requests by default.
  • api-change:rds: [botocore] This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.
  • api-change:redshift-serverless: [botocore] 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.
  • api-change:resiliencehub: [botocore] 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).
  • api-change:s3outposts: [botocore] Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM.
  • api-change:wisdom: [botocore] This release added necessary API documents on creating a Wisdom knowledge base to integrate with S3.

1.28.73

  • api-change:emr: [botocore] Update emr client to latest version
  • api-change:neptune: [botocore] Update TdeCredentialPassword type to SensitiveString
  • api-change:pinpoint: [botocore] Updated documentation to describe the case insensitivity for EndpointIds.
  • api-change:redshift: [botocore] added support to create a dual stack cluster
  • api-change:wafv2: [botocore] Updates the descriptions for the calls that manage web ACL associations, to provide information for customer-managed IAM policies.

1.28.72

  • api-change:appstream: [botocore] This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
  • api-change:ec2: [botocore] 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.
  • api-change:network-firewall: [botocore] Network Firewall now supports inspection of outbound SSL/TLS traffic.
  • api-change:opensearch: [botocore] 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.
  • api-change:redshift: [botocore] 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.
  • api-change:sagemaker: [botocore] Amazon Sagemaker Autopilot now supports Text Generation jobs.
  • api-change:sns: [botocore] Message Archiving and Replay is now supported in Amazon SNS for FIFO topics.
  • api-change:ssm-sap: [botocore] AWS Systems Manager for SAP added support for registration and discovery of SAP ABAP applications
  • api-change:transfer: [botocore] No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.28.71

  • enhancement:Configuration: [botocore] Adds client context params support to Config.
  • api-change:connectcases: [botocore] Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500
  • api-change:groundstation: [botocore] This release will allow KMS alias names to be used when creating Mission Profiles
  • api-change:iam: [botocore] Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error.

1.28.70

... (truncated)

Commits
  • e76683b Merge branch 'release-1.28.74'
  • 740f422 Bumping version to 1.28.74
  • 1c43d59 Add changelog entries from botocore
  • 4d65c8b Merge branch 'release-1.28.73'
  • 3d48fef Merge branch 'release-1.28.73' into develop
  • c9ba56b Bumping version to 1.28.73
  • c24c9aa Add changelog entries from botocore
  • b017f64 Merge branch 'release-1.28.72'
  • a90e88c Merge branch 'release-1.28.72' into develop
  • 01951a8 Bumping version to 1.28.72
  • Additional commits viewable in compare view

Updates botocore from 1.31.74 to 1.31.78

Changelog

Sourced from botocore's changelog.

1.31.78

  • api-change:config: Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023.
  • api-change:connect: Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.
  • api-change:iotwireless: Added LoRaWAN version 1.0.4 support
  • api-change:launch-wizard: AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience.
  • api-change:endpoint-rules: Update endpoint-rules client to latest version

1.31.77

  • api-change:apprunner: AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic.
  • api-change:connect: GetMetricDataV2 API: Update to include new metrics PERCENT_NON_TALK_TIME, PERCENT_TALK_TIME, PERCENT_TALK_TIME_AGENT, PERCENT_TALK_TIME_CUSTOMER
  • api-change:gamelift: Amazon GameLift adds support for shared credentials, which allows applications that are deployed on managed EC2 fleets to interact with other AWS resources.
  • api-change:glue: This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode.
  • api-change:network-firewall: This release introduces the stateless rule analyzer, which enables you to analyze your stateless rules for asymmetric routing.
  • api-change:quicksight: This release introduces Float Decimal Type as SubType in QuickSight SPICE datasets and Custom week start and Custom timezone options in Analysis and Dashboard
  • api-change:endpoint-rules: Update endpoint-rules client to latest version

1.31.76

  • api-change:connect: Adds the BatchGetFlowAssociation API which returns flow associations (flow-resource) corresponding to the list of resourceArns supplied in the request. This release also adds IsDefault, LastModifiedRegion and LastModifiedTime fields to the responses of several Describe and List APIs.
  • api-change:globalaccelerator: Global Accelerator now support accelerators with cross account endpoints.
  • api-change:rds: This release adds support for customized networking resources to Amazon RDS Custom.
  • api-change:redshift: Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability.
  • api-change:sagemaker: Support for batch transform input in Model dashboard

1.31.75

  • api-change:amplify: Add backend field to CreateBranch and UpdateBranch requests. Add pagination support for ListApps, ListDomainAssociations, ListBranches, and ListJobs
  • api-change:application-insights: Automate attaching managed policies
  • api-change:ec2: Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking.
  • api-change:m2: Added name filter ability for ListDataSets API, added ForceUpdate for Updating environment and BatchJob submission using S3BatchJobIdentifier
  • api-change:neptunedata: Minor change to not retry CancelledByUserException
  • api-change:translate: Added support for Brevity translation settings feature.
Commits
  • c604b09 Merge branch 'release-1.31.78'
  • 82dde2e Bumping version to 1.31.78
  • a48c835 Update to latest models
  • 975b30a Merge pull request #3046 from kyleknap/fix-changelog
  • 378bce2 Fix changelog
  • 923ea1a Merge branch 'release-1.31.77' into develop
  • 0744a49 Merge branch 'release-1.31.77'
  • 9bafb7c Bumping version to 1.31.77
  • da696a0 Update to latest partitions and endpoints
  • 6ac416f Update to latest models
  • Additional commits viewable in compare view

Updates boto3-stubs from 1.28.74 to 1.28.78

Commits

Updates mkdocs-material from 9.4.7 to 9.4.8

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.4.8

  • Fixed invalid local address replacement when using instant loading
  • Fixed #6275: Crash after navigation caused 404 when using instant loading
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.4.8+insiders-4.43.0 (2023-11-05)

  • Added support for GitLab committers (document contributors)
  • Fixed #6264: Fixed compatibility with Python < 3.10
  • Fixed #6254: Meta plugin not applying meta files to blog posts

mkdocs-material-9.4.8 (2023-11-05)

  • Fixed invalid local address replacement when using instant loading
  • Fixed #6275: Crash after navigation caused 404 when using instant loading

mkdocs-material-9.4.7+insiders-4.42.3 (2023-10-27)

  • Fixed #6251: Cards in grids cut off on very small screens
  • Fixed #6241: Using social plugin + static-i18n plugin errors

mkdocs-material-9.4.7 (2023-10-27)

  • Added Azerbaijani translations

mkdocs-material-9.4.6+insiders-4.42.2 (2023-10-14)

  • Fixed #6186: Privacy plugin ignores hash fragments on images
  • Fixed #6180: Projects plugin crashing when adding or removing files

mkdocs-material-9.4.6 (2023-10-14)

  • Updated Danish and Norwegian (Nynorsk) translations
  • Fixed #6169: Blog post metadata layout overflows on small screens

mkdocs-material-9.4.5 (2023-10-10)

  • Fixed sidebar auto-positioning (9.4.2 regression)
  • Fixed #6166: Improve group plugin compatibility with Python < 3.10
  • Fixed #6157: Hiding tags does not work (9.4.3 regression)

mkdocs-material-9.4.4+insiders-4.42.1 (2023-10-05)

  • Fixed spacing of related links in blog posts on small screens

mkdocs-material-9.4.4 (2023-10-05)

  • Added support for overriding text to be copied for code blocks
  • Fixed broken layout in some browsers at breakpoints when using zoom
  • Fixed #6132: Incomplete search highlighting for code blocks in titles

mkdocs-material-9.4.3 (2023-10-02)

  • Added support for instant navigation progress indicator
  • Improved spacing and alignment of tags

... (truncated)

Commits

Updates hypothesis from 6.88.1 to 6.88.3

Commits
  • a35c0cc Bump hypothesis-python version to 6.88.3 and update changelog
  • 5afa502 Merge pull request #3785 from Zac-HD/tuples-cleanup
  • 345207a fix generic tuples on py38
  • a836813 Allow registration of tuples
  • 5401530 Bump hypothesis-python version to 6.88.2 and update changelog
  • a04236d Merge pull request #3776 from tybug/sys-monitoring
  • 66af9e6 fix missing cross-reference
  • 88ab8a9 Get CI passing
  • 892bf41 Remove explicit Python-version check
  • 5438873 Update pinned dependencies
  • Additional commits viewable in compare view

Updates pyright from 1.1.333 to 1.1.334

Commits

Updates ruff from 0.1.3 to 0.1.4

Release notes

Sourced from ruff's releases.

v0.1.4

Changes

Preview features

  • [flake8-trio] Implement timeout-without-await (TRIO001) (#8439)
  • [numpy] Implement NumPy 2.0 migration rule (NPY200) (#7702)
  • [pylint] Implement bad-open-mode (W1501) (#8294)
  • [pylint] Implement import-outside-toplevel (C0415) rule (#5180)
  • [pylint] Implement useless-with-lock (W2101) (#8321)
  • [pyupgrade] Implement timeout-error-alias (UP041) (#8476)
  • [refurb] Implement isinstance-type-none (FURB168) (#8308)
  • Detect confusable Unicode-to-Unicode units in RUF001, RUF002, and RUF003 (#4430)
  • Add newline after module docstrings in preview style (#8283)

Formatter

  • Add a note on line-too-long to the formatter docs (#8314)
  • Preserve trailing statement semicolons when using fmt: skip (#8273)
  • Preserve trailing semicolons when using fmt: off (#8275)
  • Avoid duplicating linter-formatter compatibility warnings (#8292)
  • Avoid inserting a newline after function docstrings (#8375)
  • Insert newline between docstring and following own line comment (#8216)
  • Split tuples in return positions by comma first (#8280)
  • Avoid treating byte strings as docstrings (#8350)
  • Add --line-length option to format command (#8363)
  • Avoid parenthesizing unsplittable because of comments (#8431)

CLI

  • Add --output-format to ruff rule and ruff linter (#8203)

Bug fixes

  • Respect --force-exclude in lint.exclude and format.exclude (#8393)
  • Respect --extend-per-file-ignores on the CLI (#8329)
  • Extend bad-dunder-method-name to permit __index__ (#8300)
  • Fix panic with 8 in octal escape (#8356)
  • Avoid raising D300 when both triple quote styles are present (#8462)
  • Consider unterminated f-strings in FStringRanges (#8154)
  • Avoid including literal shell=True for truthy, non-True diagnostics (#8359)
  • Avoid triggering single-element test for starred expressions (#8433)
  • Detect and ignore Jupyter automagics (#8398)
  • Fix invalid E231 error with f-strings (#8369)
  • Avoid triggering NamedTuple rewrite with starred annotation (#8434)
  • Avoid un-setting bracket flag in logical lines (#8380)
  • Place 'r' prefix before 'f' for raw format strings (#8464)
  • Remove trailing periods from NumPy 2.0 code actions (#8475)
  • Fix bug where PLE1307 was raised when formatting %c with characters (#8407)
  • Remove unicode flag from comparable (#8440)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.1.4

Preview features

  • [flake8-trio] Implement timeout-without-await (TRIO001) (#8439)
  • [numpy] Implement NumPy 2.0 migration rule (NPY200) (#7702)
  • [pylint] Implement bad-open-mode (W1501) (#8294)
  • [pylint] Implement import-outside-toplevel (C0415) rule (#5180)
  • [pylint] Implement useless-with-lock (W2101) (#8321)
  • [pyupgrade] Implement timeout-error-alias (UP041) (#8476)
  • [refurb] Implement isinstance-type-none (FURB168) (#8308)
  • Detect confusable Unicode-to-Unicode units in RUF001, RUF002, and RUF003 (#4430)
  • Add newline after module docstrings in preview style (#8283)

Formatter

  • Add a note on line-too-long to the formatter docs (#8314)
  • Preserve trailing statement semicolons when using fmt: skip (#8273)
  • Preserve trailing semicolons when using fmt: off (#8275)
  • Avoid duplicating linter-formatter compatibility warnings (#8292)
  • Avoid inserting a newline after function docstrings (#8375)
  • Insert newline between docstring and following own line comment (#8216)
  • Split tuples in return positions by comma first (#8280)
  • Avoid treating byte strings as docstrings (#8350)
  • Add --line-length option to format command (#8363)
  • Avoid parenthesizing unsplittable because of comments (#8431)

CLI

  • Add --output-format to ruff rule and ruff linter (#8203)

Bug fixes

  • Respect --force-exclude in lint.exclude and format.exclude (#8393)
  • Respect --extend-per-file-ignores on the CLI (#8329)
  • Extend bad-dunder-method-name to permit __index__ (#8300)
  • Fix panic with 8 in octal escape (#8356)
  • Avoid raising D300 when both triple quote styles are present (#8462)
  • Consider unterminated f-strings in FStringRanges (#8154)
  • Avoid including literal shell=True for truthy, non-True diagnostics (#8359)
  • Avoid triggering single-element test for starred expressions (#8433)
  • Detect and ignore Jupyter automagics (#8398)
  • Fix invalid E231 error with f-strings (#8369)
  • Avoid triggering NamedTuple rewrite with starred annotation (#8434)
  • Avoid un-setting bracket flag in logical lines (#8380)
  • Place 'r' prefix before 'f' for raw format strings (#8464)
  • Remove trailing periods from NumPy 2.0 code actions (#8475)
  • Fix bug where PLE1307 was raised when formatting %c with characters (#8407)
  • Remove unicode flag from comparable (#8440)
  • Improve B015 message (#8295)

... (truncated)

Commits
  • c488919 Add missing pyupgrade entry to changelog (#8479)
  • 6e635e9 Add changelog for v0.1.4 (#8478)
  • 260ea41 Bump version to v0.1.4 (#8477)
  • 65effc6 Add pyupgrade UP041 to replace TimeoutError aliases (#8476)
  • 4982694 D300: prevent autofix when both triples are in body (#8462)
  • 536ac55 Remove trailing periods from NumPy 2.0 code actions (#8475)
  • f2335fe Make Unicode-to-Unicode confusables a preview change (#8473)
  • b0f9a14 Mark byte_bounds as a non-backwards-compatible NumPy 2.0 change (#8474)
  • f56bc19 Place 'r' prefix before 'f' for raw format strings (#8464)
  • 7c12eaf Use characters instead of u32 in confusable map (#8463)
  • Additional commits viewable in compare view

Updates ddtrace from 2.1.4 to 2.1.5

Release notes

Sourced from ddtrace's releases.

2.1.5

Upgrade Notes

  • The wrapt and psutil packages are vendored to help users avoid building these packages if wheels were not available for a given platform. This reverses a change released in v2.0.0.

Bug Fixes

  • CI: fixes an issue which prevented the library from filtering user credentials for SSH Git repository URLs
  • Use a unique default service name across all the products provided by the library when one is not given via the configuration interface.
  • CI Visibility: fixes unittest data not being initialized properly
  • Vulnerability Management for Code-level (IAST): This fix resolves an issue where SimpleJSON encoder would throw an exception while encoding a tainted dict or list.
Commits
  • 9469acb fix(iast): patch simplejson.encoder to handle LazyTaintDict properly (#7428) ...
  • 7e88daf chore: re-vendor psutil and wrapt (backport #7332 to 2.1) (#7437)
  • db1fe31 fix: use unique unnamed service name value [backport 2.1] (#7442)
  • c0cf6c2 test(profiling): collector log tests [backport 2.1] (#7447)
  • 3ccfcb0 fix(ci): filter user credentials from SSH git repo URLs [backport 2.1] (#7407)
  • 0d80f3a fix(ci_visibility): add safety checks and exception handling around _fetch_te...
  • 30372f3 fix(unittest): fix unittest data not initialized [backport 2.1] (#7412)
  • f0bf758 fix(ci_visibility): use custom configurations when querying ITR skippable tes...
  • See full diff in compare view

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 commands and options

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

Bumps the pip group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [uvicorn](https://github.com/encode/uvicorn) | `0.23.2` | `0.24.0.post1` |
| [boto3](https://github.com/boto/boto3) | `1.28.69` | `1.28.74` |
| [botocore](https://github.com/boto/botocore) | `1.31.74` | `1.31.78` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.28.74` | `1.28.78` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.4.7` | `9.4.8` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.88.1` | `6.88.3` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.333` | `1.1.334` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.3` | `0.1.4` |
| [ddtrace](https://github.com/DataDog/dd-trace-py) | `2.1.4` | `2.1.5` |


Updates `uvicorn` from 0.23.2 to 0.24.0.post1
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.23.2...0.24.0.post1)

Updates `boto3` from 1.28.69 to 1.28.74
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.28.69...1.28.74)

Updates `botocore` from 1.31.74 to 1.31.78
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.31.74...1.31.78)

Updates `boto3-stubs` from 1.28.74 to 1.28.78
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `mkdocs-material` from 9.4.7 to 9.4.8
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.4.7...9.4.8)

Updates `hypothesis` from 6.88.1 to 6.88.3
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.88.1...hypothesis-python-6.88.3)

Updates `pyright` from 1.1.333 to 1.1.334
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.333...v1.1.334)

Updates `ruff` from 0.1.3 to 0.1.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.3...v0.1.4)

Updates `ddtrace` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/2.x/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v2.1.4...v2.1.5)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: boto3-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ddtrace
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 6, 2023 20:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip update pip dependencies labels Nov 6, 2023
@eve-scality eve-scality enabled auto-merge November 6, 2023 20:45
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 13, 2023
auto-merge was automatically disabled November 13, 2023 21:18

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/pip-b71eeabd7f branch November 13, 2023 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pip update pip dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants