Skip to content

Comments

Update ec2-metadata requirement from <3,>=2.14.0 to >=2.14.0,<4#5454

Merged
mr-c merged 1 commit intomasterfrom
dependabot/pip/ec2-metadata-gte-2.14.0-and-lt-4
Feb 12, 2026
Merged

Update ec2-metadata requirement from <3,>=2.14.0 to >=2.14.0,<4#5454
mr-c merged 1 commit intomasterfrom
dependabot/pip/ec2-metadata-gte-2.14.0-and-lt-4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Updates the requirements on ec2-metadata to permit the latest version.

Changelog

Sourced from ec2-metadata's changelog.

3.0.0 (2026-02-11)

  • Migrate from requests <https://docs.python-requests.org/>__ to urllib3 <https://urllib3.readthedocs.io/>__ for HTTP requests.

    This change reduces the number of dependencies and per-request overhead.

    As a consequence, the EC2Metadata class no longer accepts a requests.Session object, but a urllib3.PoolManager.

  • Add a CLI for command line access to metadata values. For example, to output the current instance ID:

    .. code-block:: console

    $ imds get instance-id i-123456

    Read more in the documentation <https://github.com/adamchainz/ec2-metadata#cli>__.

    PR [#587](https://github.com/adamchainz/ec2-metadata/issues/587) <https://github.com/adamchainz/ec2-metadata/pull/587>__.

  • Drop Python 3.9 support.

2.17.0 (2025-10-07)

  • Add NetworkInterface.ipv6_prefix attribute.

    Thanks to Matthew Beaumont in PR [#572](https://github.com/adamchainz/ec2-metadata/issues/572) <https://github.com/adamchainz/ec2-metadata/pull/572>__.

2.16.0 (2025-09-09)

  • Support Python 3.14.

2.15.0 (2025-08-01)

  • Add public_keys attribute and PublicKey class.

    Thanks to Adam Novak in PR [#562](https://github.com/adamchainz/ec2-metadata/issues/562) <https://github.com/adamchainz/ec2-metadata/pull/562>__.

2.14.0 (2024-10-27)

  • Add instance_life_cycle attribute.

    Thanks to Zeev Rotshtein for the feature request in Issue [#440](https://github.com/adamchainz/ec2-metadata/issues/440) <https://github.com/adamchainz/ec2-metadata/issues/440>__.

  • Drop Python 3.8 support.

... (truncated)

Commits

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ec2-metadata](https://github.com/adamchainz/ec2-metadata) to permit the latest version.
- [Changelog](https://github.com/adamchainz/ec2-metadata/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/ec2-metadata@2.14.0...3.0.0)

---
updated-dependencies:
- dependency-name: ec2-metadata
  dependency-version: 3.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 12, 2026
@mr-c mr-c merged commit 7be5b65 into master Feb 12, 2026
3 checks passed
@mr-c mr-c deleted the dependabot/pip/ec2-metadata-gte-2.14.0-and-lt-4 branch February 12, 2026 08:57
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