Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps certifi from 2025.11.12 to 2026.1.4.

Commits
  • c64d9f3 2026.01.04 (#389)
  • 4ac232f Bump actions/download-artifact from 6.0.0 to 7.0.0 (#387)
  • 95ae4b2 Update CI workflow to use Ubuntu 24.04 and Python 3.14 stable (#386)
  • b72a7b1 Bump dessant/lock-threads from 5.0.1 to 6.0.0 (#385)
  • ecc2672 Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#384)
  • 6a897db Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 (#383)
  • 27ca98a Bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#381)
  • 56c59a6 Bump actions/checkout from 6.0.0 to 6.0.1 (#382)
  • ae0021c Bump actions/setup-python from 6.0.0 to 6.1.0 (#380)
  • ddf5d0b Bump actions/checkout from 5.0.1 to 6.0.0 (#378)
  • 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)

Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.11.12 to 2026.1.4.
- [Commits](certifi/python-certifi@2025.11.12...2026.01.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-version: 2026.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 5, 2026
Copy link

@codecov codecov bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change in the files seems to be the update of certifi library version from '2025.11.12' to '2026.1.4'. This is perfectly fine provided that the updated version doesn't introduce any breaking changes that might affect the functionality of the application. Also, the change doesn't reflect whether the application was tested with the new dependency version. Remember, it's always a good practice to run tests after updating a version dependency.

aenum==3.1.16 ; python_full_version >= "3.9.2" and python_version < "4.0"
arrow==1.4.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
certifi==2025.11.12 ; python_full_version >= "3.9.2" and python_version < "4.0"
certifi==2026.1.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update seen in certifi version dependency update from '2025.11.12' to '2026.1.4'. Please confirm this new version doesn't present breaking changes that could impact functionality. If not already done, it would be beneficial to run tests on the application with the updated library to ensure no issues are introduced.

Copy link

@codecov codecov bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change seen in this diff only involves updating the version of the 'certifi' library in the 'requirements.txt' file. This is generally a good practice to keep libraries up-to-date and secure, though it depends on if the new library version is compatible with the existing codebase and doesn't break any functionality. No other explicitly code-related problems can be found. Subsequent testing and possible compatibility checks are recommended after such a library update.

aenum==3.1.16 ; python_full_version >= "3.9.2" and python_version < "4.0"
arrow==1.4.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
certifi==2025.11.12 ; python_full_version >= "3.9.2" and python_version < "4.0"
certifi==2026.1.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've updated the 'certifi' library to a new version. It's important to run tests to ensure that this update doesn't break any existing functionality in the code. Additionally, be sure to check whether any other dependencies in your configuration might clash with this version of certifi.

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