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

⬆️ Bump the production-dependencies group with 13 updates #2191

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the production-dependencies group with 13 updates:

Package From To
azure-core 1.30.2 1.31.0
psycopg 3.2.1 3.2.2
pulumi-azure-native 2.59.0 2.60.1
pulumi-random 4.16.4 4.16.5
pulumi 3.131.0 3.132.0
pytz 2024.1 2024.2
rich 13.8.0 13.8.1
ansible 10.3.0 10.4.0
pandas-stubs 2.2.2.240807 2.2.2.240909
ruff 0.6.4 0.6.5
types-pytz 2024.1.0.20240417 2024.2.0.20240913
types-requests 2.32.0.20240907 2.32.0.20240914
pytest 8.3.2 8.3.3

Updates azure-core from 1.30.2 to 1.31.0

Release notes

Sourced from azure-core's releases.

azure-core_1.31.0

1.31.0 (2024-09-12)

Features Added

  • Added azure.core.AzureClouds enum to represent the different Azure clouds.
  • Added two new credential protocol classes, SupportsTokenInfo and AsyncSupportsTokenInfo, to offer more extensibility in supporting various token acquisition scenarios. #36565
    • Each new protocol class defines a get_token_info method that returns an AccessTokenInfo object.
  • Added a new TokenRequestOptions class, which is a TypedDict with optional parameters, that can be used to define options for token requests through the get_token_info method. #36565
  • Added a new AccessTokenInfo class, which is returned by get_token_info implementations. This class contains the token, its expiration time, and optional additional information like when a token should be refreshed. #36565
  • BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy now first check if a credential has the get_token_info method defined. If so, the get_token_info method is used to acquire a token. Otherwise, the get_token method is used. #36565
    • These policies now also check the refresh_on attribute when determining if a new token request should be made.

Other Changes

  • The Azure Core OpenTelemetry tracing plugin will now be the preferred tracing plugin over the OpenCensus plugin. If both plugins are installed and opentelemetry is imported, then OpenTelemetry will be used to trace Azure SDK operations. #35050
Commits

Updates psycopg from 3.2.1 to 3.2.2

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.2.2 ^^^^^^^^^^^^^

  • Drop !TypeDef specifications as string from public modules, as they cannot be composed by users as !typing objects previously could (:ticket:[#860](https://github.com/psycopg/psycopg/issues/860)).
  • Release Python 3.13 binary packages.

Psycopg 3.2.1 ^^^^^^^^^^^^^

  • Fix packaging metadata breaking [c], [binary] dependencies (:ticket:[#853](https://github.com/psycopg/psycopg/issues/853)).

Psycopg 3.2

.. rubric:: New top-level features

  • Add support for integer, floating point, boolean NumPy scalar types__ (:ticket:[#332](https://github.com/psycopg/psycopg/issues/332)).
  • Add !timeout and !stop_after parameters to Connection.notifies() (:ticket:340).
  • Allow dumpers to return !None, to be converted to NULL (:ticket:[#377](https://github.com/psycopg/psycopg/issues/377)).
  • Add :ref:raw-query-cursors to execute queries using placeholders in PostgreSQL format ($1, $2...) (:tickets:[#560](https://github.com/psycopg/psycopg/issues/560), [#839](https://github.com/psycopg/psycopg/issues/839)).
  • Add capabilities object to :ref:inspect the libpq capabilities <capabilities> (:ticket:[#772](https://github.com/psycopg/psycopg/issues/772)).
  • Add ~rows.scalar_row to return scalar values from a query (:ticket:[#723](https://github.com/psycopg/psycopg/issues/723)).
  • Add ~Connection.cancel_safe() for encrypted and non-blocking cancellation when using libpq v17. Use such method internally to implement !KeyboardInterrupt and ~cursor.copy termination (:ticket:[#754](https://github.com/psycopg/psycopg/issues/754)).
  • The !context parameter of sql objects ~sql.Composable.as_string() and ~sql.Composable.as_bytes() methods is now optional (:ticket:[#716](https://github.com/psycopg/psycopg/issues/716)).
  • Add ~Connection.set_autocommit() on sync connections, and similar transaction control methods available on the async connections.
  • Add a size parameter to ~Cursor.stream() to enable results retrieval in

... (truncated)

Commits
  • d027a87 chore: bump psycopg package version to 3.2.2
  • 026c123 Merge pull request #890 from edgarrmondragon/build-cp313-wheels
  • 86d7772 docs: add update instructions for new major Python releases
  • 8089851 docs: add Python 3.13 support news entries
  • cf3bc88 docs: mention Python 3.13 supported in install docs
  • 9b97811 chore: add Python 3.13 to trove classifiers
  • 6e20188 ci: build Python 3.13 wheels
  • a5b67ba docs: replace fastapi events with lifespan
  • d13137a chore(deps): bump pypa/cibuildwheel in the actions group
  • 6f7dcc4 Fix typo in cursor table
  • Additional commits viewable in compare view

Updates pulumi-azure-native from 2.59.0 to 2.60.1

Release notes

Sourced from pulumi-azure-native's releases.

v2.60.1

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.60.0...v2.60.1

v2.60.0

Does the PR have any schema changes?

Found 2 breaking changes:

Types

  • 🟢 "azure-native:azureactivedirectory:CIAMResourceSKU": required: "tier" property has changed to Required
  • 🟢 "azure-native:azureactivedirectory:CIAMResourceSKUResponse": required: "tier" property has changed to Required

New resources:

  • hybridconnectivity.PublicCloudConnector
  • hybridconnectivity.SolutionConfiguration
  • subscription.SubscriptionTarDirectory

New functions:

  • hybridconnectivity.getPublicCloudConnector
  • hybridconnectivity.getSolutionConfiguration
  • subscription.getSubscriptionTarDirectory

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.59.0...v2.60.0

Commits
  • ad3f4b9 Fix portal dashboardName validation pattern in metadata (#3568)
  • f63e8ec Automated Pulumi/Pulumi upgrade (#3561)
  • 27df1ea Automated SDK generation @ azure-rest-api-specs e4991356eec55985c1af47096c9c2...
  • 215450f Add exception for CIAMResourceSKU tier schemagen (#3559)
  • 9be66cd DiffResponse.Diffs should contain only top-level keys (#3554)
  • See full diff in compare view

Updates pulumi-random from 4.16.4 to 4.16.5

Release notes

Sourced from pulumi-random's releases.

v4.16.5

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

What's Changed

Full Changelog: pulumi/pulumi-random@v4.16.4...v4.16.5

Commits

Updates pulumi from 3.131.0 to 3.132.0

Release notes

Sourced from pulumi's releases.

v3.132.0

3.132.0 (2024-09-11)

Features

  • [cli/state] Show the full set of delete commands necessary to remove resources from the source stack, if writing to it fails #17205

  • [cli/state] Try to revert changes to destination stack if we are unable to save the source stack in state move #17208

  • [engine] Send resource names and types in provider requests from the engine, in addition to the combined URN #17177

  • [pkg] Add support for ESC Projects #17226

  • [sdk/dotnet] Update dotnet to 3.67.0 #17223

  • [sdkgen/go] Allow output-versioned invokes to resolve and maintain secrets #17132

Bug Fixes

  • [cli] Recover from zero-byte credentials.json files #17186

  • [cli] Using PULUMI_BACKEND_URL no longer updates credentials.json #17199

  • [engine] Fix parameterized providers not downloading correctly when found from state #17218

  • [cli/about] Fix language plugins always having unknown version in about #17216

  • [cli/display] Fix deletes not being show in refresh when using json output #16851

  • [cli/display] Hide unnecessary rows in non-interactive mode #17188

  • [sdkgen/python] Correctly case Python package names in package add link instructions #17178

Changelog

Sourced from pulumi's changelog.

3.132.0 (2024-09-11)

Features

  • [cli/state] Show the full set of delete commands necessary to remove resources from the source stack, if writing to it fails #17205

  • [cli/state] Try to revert changes to destination stack if we are unable to save the source stack in state move #17208

  • [engine] Send resource names and types in provider requests from the engine, in addition to the combined URN #17177

  • [pkg] Add support for ESC Projects #17226

  • [sdk/dotnet] Update dotnet to 3.67.0 #17223

  • [sdkgen/go] Allow output-versioned invokes to resolve and maintain secrets #17132

Bug Fixes

  • [cli] Recover from zero-byte credentials.json files #17186

  • [cli] Using PULUMI_BACKEND_URL no longer updates credentials.json #17199

  • [engine] Fix parameterized providers not downloading correctly when found from state #17218

  • [cli/about] Fix language plugins always having unknown version in about #17216

  • [cli/display] Fix deletes not being show in refresh when using json output #16851

  • [cli/display] Hide unnecessary rows in non-interactive mode #17188

  • [sdkgen/python] Correctly case Python package names in package add link instructions #17178

Commits
  • 81847fe Prepare for v3.132.0 release (#17233)
  • 86f5a4e upgrade pulumi-dotnet to 3.67.0 (#17223)
  • f74b9cf Merge ESC Projects feature branch (#17226)
  • ca1c332 Lookup language plugin versions by querying the plugin (#17216)
  • a0ad0ad state move: revert dest changes if source can't be saved (#17208)
  • a6587ef Fix gatherPluginsFromSnapshot incorrectly spec'ing parameterized providers (#...
  • ff9c934 Bump NodeJS SDK dependencies (#17214)
  • aa6cf90 Add LoginManager to backend package (#17199)
  • 593c483 Document state and snapshots (#17207)
  • e743503 state move: show full set of delete commands when writing source stack fails ...
  • Additional commits viewable in compare view

Updates pytz from 2024.1 to 2024.2

Commits
  • 3944f75 Bump version numbers to 2024.2 / 2024b
  • 640c9bd IANA 2024b
  • 382ca0c Squashed 'tz/' changes from 380c07cef..923e54bae
  • 96a1e88 Stop testing unavailable and EOL Python 3.5
  • 68186b6 Add support for Python 3.13
  • e994058 Run other jobs if one fails
  • 2326f9f Bump GitHub Actions
  • See full diff in compare view

Updates rich from 13.8.0 to 13.8.1

Release notes

Sourced from rich's releases.

The Python 3.13 release

[13.8.1] - 2024-09-10

Fixed

Changelog

Sourced from rich's changelog.

[13.8.1] - 2024-09-10

Fixed

Commits

Updates ansible from 10.3.0 to 10.4.0

Commits
  • 0a11cf0 Ansible 10.4.0: Dependencies, changelog and porting guide (#454)
  • 7672603 Check out antsibull-fileutils as well. (#452)
  • ec63bb0 Order collections lexicographically. (#451)
  • 9104535 Remove mentions of the mailing list. Copy announce explanation from manual to...
  • 75c2b9e Check out antsiubll-docutils, and clean up nox workflow (#448)
  • See full diff in compare view

Updates pandas-stubs from 2.2.2.240807 to 2.2.2.240909

Commits
  • fa7e444 Version 2.2.2.240909
  • 0a5115d Complete signature of value_counts (#995)
  • 5bf4b58 Validate all values for csv.QUOTE (#991)
  • 3299527 ENH: updating subset types in drop_duplicates/duplicated (#986)
  • 96be866 GH992 Fix pd.DataFrame.pct_change fill_method typing (#993)
  • 532fc66 fix(typing): #983 return type of StringMethods.match (#990)
  • a915ae7 Allow str.contains to accept a regex as well as a string (#989)
  • b246fcf Modify optional workflows to be triggered by comments (#977)
  • d2798db __arrow_c_stream__ method on DataFrame (#985)
  • 791777f Add support for arrays in lower and upper args of DataFrame.clip (#982)
  • Additional commits viewable in compare view

Updates ruff from 0.6.4 to 0.6.5

Release notes

Sourced from ruff's releases.

0.6.5

Release Notes

Preview features

  • [pydoclint] Ignore DOC201 when function name is "new" (#13300)
  • [refurb] Implement slice-to-remove-prefix-or-suffix (FURB188) (#13256)

Rule changes

  • [eradicate] Ignore script-comments with multiple end-tags (ERA001) (#13283)
  • [pyflakes] Improve error message for UndefinedName when a builtin was added in a newer version than specified in Ruff config (F821) (#13293)

Server

  • Add support for extensionless Python files for server (#13326)
  • Fix configuration inheritance for configurations specified in the LSP settings (#13285)

Bug fixes

  • [ruff] Handle unary operators in decimal-from-float-literal (RUF032) (#13275)

CLI

  • Only include rules with diagnostics in SARIF metadata (#13268)

Playground

  • Add "Copy as pyproject.toml/ruff.toml" and "Paste from TOML" (#13328)
  • Fix errors not shown for restored snippet on page load (#13262)

Contributors

Install ruff 0.6.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.5/ruff-installer.sh | sh
</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.6.5

Preview features

  • [pydoclint] Ignore DOC201 when function name is "new" (#13300)
  • [refurb] Implement slice-to-remove-prefix-or-suffix (FURB188) (#13256)

Rule changes

  • [eradicate] Ignore script-comments with multiple end-tags (ERA001) (#13283)
  • [pyflakes] Improve error message for UndefinedName when a builtin was added in a newer version than specified in Ruff config (F821) (#13293)

Server

  • Add support for extensionless Python files for server (#13326)
  • Fix configuration inheritance for configurations specified in the LSP settings (#13285)

Bug fixes

  • [ruff] Handle unary operators in decimal-from-float-literal (RUF032) (#13275)

CLI

  • Only include rules with diagnostics in SARIF metadata (#13268)

Playground

  • Add "Copy as pyproject.toml/ruff.toml" and "Paste from TOML" (#13328)
  • Fix errors not shown for restored snippet on page load (#13262)
Commits
  • 8558126 Bump version to 0.6.5 (#13346)
  • 9bd9981 Create insta snapshot for SARIF output (#13345)
  • 21bfab9 Playground: Add Copy as pyproject.toml/ruff.toml and paste from TOML (#13328)
  • 43a5922 [red-knot] add BitSet::is_empty and BitSet::union (#13333)
  • 175d067 [red-knot] add initial Type::is_equivalent_to and Type::is_assignable_to (#13...
  • 4dc2c25 [red-knot] Fix type inference for except* definitions (#13320)
  • b72d49b Add support for extensionless Python files for server (#13326)
  • eded78a [pyupgrade] Fix broken doc link and clarify that deprecated aliases were re...
  • a7b8cc0 [red-knot] Fix .to_instance() for union types (#13319)
  • b93d0ab [red-knot] Add control flow for for loops (#13318)
  • Additional commits viewable in compare view

Updates types-pytz from 2024.1.0.20240417 to 2024.2.0.20240913

Commits

Updates types-requests from 2.32.0.20240907 to 2.32.0.20240914

Commits

Updates pytest from 8.3.2 to 8.3.3

Release notes

Sourced from pytest's releases.

8.3.3

pytest 8.3.3 (2024-09-09)

Bug fixes

  • #12446: Avoid calling @property (and other instance descriptors) during fixture discovery -- by asottile{.interpreted-text role="user"}

  • #12659: Fixed the issue of not displaying assertion failure differences when using the parameter --import-mode=importlib in pytest>=8.1.

  • #12667: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.

  • #12744: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by Avasam{.interpreted-text role="user"}

  • #12745: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.

  • #6682: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in assert condition, msg).

  • #9422: Fix bug where disabling the terminal plugin via -p no:terminal would cause crashes related to missing the verbose option.

    -- by GTowers1{.interpreted-text role="user"}

Improved documentation

  • #12663: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
  • #12678: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.

Miscellaneous internal changes

  • #12769: Fix typos discovered by codespell and add codespell to pre-commit hooks.
Commits

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 production-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [azure-core](https://github.com/Azure/azure-sdk-for-python) | `1.30.2` | `1.31.0` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.2.1` | `3.2.2` |
| [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `2.59.0` | `2.60.1` |
| [pulumi-random](https://github.com/pulumi/pulumi-random) | `4.16.4` | `4.16.5` |
| [pulumi](https://github.com/pulumi/pulumi) | `3.131.0` | `3.132.0` |
| [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` |
| [rich](https://github.com/Textualize/rich) | `13.8.0` | `13.8.1` |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `10.3.0` | `10.4.0` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.2.2.240807` | `2.2.2.240909` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.4` | `0.6.5` |
| [types-pytz](https://github.com/python/typeshed) | `2024.1.0.20240417` | `2024.2.0.20240913` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240907` | `2.32.0.20240914` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |


Updates `azure-core` from 1.30.2 to 1.31.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-core_1.30.2...azure-core_1.31.0)

Updates `psycopg` from 3.2.1 to 3.2.2
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.1...3.2.2)

Updates `pulumi-azure-native` from 2.59.0 to 2.60.1
- [Release notes](https://github.com/pulumi/pulumi-azure-native/releases)
- [Changelog](https://github.com/pulumi/pulumi-azure-native/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-azure-native@v2.59.0...v2.60.1)

Updates `pulumi-random` from 4.16.4 to 4.16.5
- [Release notes](https://github.com/pulumi/pulumi-random/releases)
- [Changelog](https://github.com/pulumi/pulumi-random/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-random@v4.16.4...v4.16.5)

Updates `pulumi` from 3.131.0 to 3.132.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.131.0...v3.132.0)

Updates `pytz` from 2024.1 to 2024.2
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.1...release_2024.2)

Updates `rich` from 13.8.0 to 13.8.1
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.8.0...v13.8.1)

Updates `ansible` from 10.3.0 to 10.4.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@10.3.0...10.4.0)

Updates `pandas-stubs` from 2.2.2.240807 to 2.2.2.240909
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.2.2.240807...v2.2.2.240909)

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

Updates `types-pytz` from 2024.1.0.20240417 to 2024.2.0.20240913
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-requests` from 2.32.0.20240907 to 2.32.0.20240914
- [Commits](https://github.com/python/typeshed/commits)

Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

---
updated-dependencies:
- dependency-name: azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pulumi-azure-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pulumi-random
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pulumi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ansible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pandas-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: types-pytz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: types-requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 16, 2024 03:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2024
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@JimMadge JimMadge closed this Sep 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@JimMadge JimMadge reopened this Sep 16, 2024
@JimMadge JimMadge merged commit d884660 into develop Sep 16, 2024
11 checks passed
@JimMadge JimMadge deleted the dependabot/pip/production-dependencies-31922e0103 branch September 16, 2024 08:23
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant