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 datetime from 5.2 to 5.5 #4235

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps datetime from 5.2 to 5.5.

Changelog

Sourced from datetime's changelog.

5.5 (2024-03-21)

  • Change pickle format to export the microseconds as an int, to solve a problem with dates after 2038. ([#56](https://github.com/zopefoundation/DateTime/issues/56) <https://github.com/zopefoundation/DateTime/issues/56>_)

5.4 (2023-12-15)

  • Fix UnknownTimeZoneError when unpickling DateTime.DateTime().asdatetime(). ([#58](https://github.com/zopefoundation/DateTime/issues/58) <https://github.com/zopefoundation/DateTime/issues/58>_)

  • Repair equality comparison between DateTime instances and other types. ([#60](https://github.com/zopefoundation/DateTime/issues/60) <https://github.com/zopefoundation/DateTime/issues/60>_)

5.3 (2023-11-14)

  • Add support for Python 3.12.

  • Add preliminary support for Python 3.13a2.

Commits
  • da7293e Preparing release 5.5
  • fae72aa Fix change log.
  • d49e427 Change pickle format to export the micros as int (#62)
  • e892a9d Back to development: 5.5
  • a58c4d5 Preparing release 5.4
  • 94fa55f Repair equality comparison between DateTime instances and other types
  • 955f3b9 Make it possible to pickle datetimes returned by asdatetime
  • 3104882 Back to development: 5.4
  • 6e2681a Preparing release 5.3
  • 28124d7 Add support for Python 3.12. (#57)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 22, 2024
Copy link

cypress bot commented Jul 22, 2024



Test summary

22 0 0 0


Run details

Project Geotrek-admin
Status Passed
Commit 95bc1d8 ℹ️
Started Aug 8, 2024 10:06 AM
Ended Aug 8, 2024 10:08 AM
Duration 01:56 💡
OS Linux Ubuntu - 20.04
Browser Electron 94

View run in Cypress Cloud ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.38%. Comparing base (9ebc176) to head (58f13a2).
Report is 67 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4235   +/-   ##
=======================================
  Coverage   98.38%   98.38%           
=======================================
  Files         267      267           
  Lines       20887    20887           
=======================================
  Hits        20550    20550           
  Misses        337      337           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [datetime](https://github.com/zopefoundation/DateTime) from 5.2 to 5.5.
- [Changelog](https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst)
- [Commits](zopefoundation/DateTime@5.2...5.5)

---
updated-dependencies:
- dependency-name: datetime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/datetime-5.5 branch from 6c5df14 to 58f13a2 Compare August 8, 2024 09:55
@submarcos submarcos merged commit a442a37 into master Sep 2, 2024
18 checks passed
@submarcos submarcos deleted the dependabot/pip/datetime-5.5 branch September 2, 2024 10:03
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