Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps ciso8601 from 2.2.0 to 2.3.3.

Release notes

Sourced from ciso8601's releases.

v2.3.3

Version 2.3.3

  • Added Python 3.14 support
  • Added PyPy 3.11 support
  • Fixed memory leak in FixedOffset_fromutc (#172).
  • Migrated some CI testing to GHA

v2.3.2

Version 2.3.2

  • Add support for aarch64 wheels. Thank you @​bbayles!
  • Add wheels for PyPy 3.10
  • Added Python 3.13 support
  • Better error message when attempting to parse a BCE year (#156). Thanks @​javiabellan

v2.3.1

Version 2.3.1 - 2023-10-30

  • Added Python 3.12 wheels

v2.3.0

Version 2.3.0 - 2022-12-21

  • Added Python 3.11 support
  • Fix the build for PyPy2 (#116)
  • Added missing fromutc implementation for FixedOffset (#113). Thanks @​davidkraljic
  • Removed improper ability to call FixedOffset's dst, tzname and utcoffset without arguments
  • Fixed: datetime.tzname returns a str in Python 2.7, not a unicode
  • Change METH_VARARGS to METH_O, enhancing performance. (#130)
  • Added support for ISO week dates, (#139)
  • Added support for ordinal dates, (#140)
Changelog

Sourced from ciso8601's changelog.

Version 2.3.3

  • Added Python 3.14 support
  • Added PyPy 3.11 support
  • Fixed memory leak in FixedOffset_fromutc (#172).
  • Migrated some CI testing to GHA

Version 2.3.2

  • Add support for aarch64 wheels. Thank you @​bbayles!
  • Add wheels for PyPy 3.10
  • Added Python 3.13 support
  • Better error message when attempting to parse a BCE year (#156). Thanks @​javiabellan

Version 2.3.1

  • Added Python 3.12 wheels

Version 2.3.0

  • Added Python 3.11 support
  • Fix the build for PyPy2 (#116)
  • Added missing fromutc implementation for FixedOffset (#113). Thanks @​davidkraljic
  • Removed improper ability to call FixedOffset's dst, tzname and utcoffset without arguments
  • Fixed: datetime.tzname returns a str in Python 2.7, not a unicode
  • Change METH_VARARGS to METH_O, enhancing performance. (#130)
  • Added support for ISO week dates, (#139)
  • Added support for ordinal dates, (#140)
Commits
  • 67a644a Release 2.3.3 (#171)
  • 0f780ae Fix memory leak in FixedOffset_fromutc (#172)
  • 663d905 Test and benchmark 3.14, migrate some CI configs (#170)
  • ad21983 Build additional wheels on upgraded cibuildwheel (#169)
  • c2217de fix pypy compilation error (#168)
  • 5509f6f Fix buildwheels and update RELEASE.md instructions (#164)
  • 9412b8c Release v2.3.2
  • d6d021f Provide better error messages for BCE-year datetimes.
  • 40b68f3 Use unittest instead of setuptools
  • 4da5e56 Update the benchmarks for 3.13
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 6, 2025 06:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 6, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/ciso8601-2.3.3 branch from 657c0c0 to ab9548e Compare October 6, 2025 08:23
Bumps [ciso8601](https://github.com/closeio/ciso8601) from 2.2.0 to 2.3.3.
- [Release notes](https://github.com/closeio/ciso8601/releases)
- [Changelog](https://github.com/closeio/ciso8601/blob/master/CHANGELOG.md)
- [Commits](closeio/ciso8601@v2.2.0...v2.3.3)

---
updated-dependencies:
- dependency-name: ciso8601
  dependency-version: 2.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/ciso8601-2.3.3 branch from ab9548e to 5ab49e7 Compare October 6, 2025 08:24
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.

0 participants