Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Updates the requirements on auth0-python to permit the latest version.

Release notes

Sourced from auth0-python's releases.

4.11.0

Added

Fixed

Changelog

Sourced from auth0-python's changelog.

4.11.0 (2025-09-11)

Full Changelog

Added

Fixed

4.10.0 (2025-06-05)

Full Changelog

Added

  • chore: merge community PRs – bugfixes, features, and dependency upgrades #696 (kishore7snehil)

Fixed

4.9.0 (2025-04-01)

Full Changelog

Added

4.8.1 (2025-02-24)

Full Changelog

Fixed

4.8.0 (2025-01-29)

Full Changelog

Added

Fixed

4.7.2 (2024-09-10)

Full Changelog

... (truncated)

Commits
  • 24a371f fix: add missing indentation for Python configuration step (#726)
  • c124540 fix: add missing indentation for Python configuration step
  • bf16b2e Release 4.11.0 (#725)
  • f13b580 chore: fix workflow syntax errors and update dependencies (#724)
  • 49da078 feat: Support For Network ACL Endpoints (#706)
  • 288acf2 chore: Release Pipeline Failure Fix (#704)
  • 88af880 Release 4.10.0 (#702)
  • c2f2ba3 chore: merge community PRs – bugfixes, features, and dependency upgrades (#696)
  • ba032e8 fix: handle authorization_details in back_channel_login (#695)
  • a3619c5 Bump codecov/codecov-action from 5.3.1 to 5.4.2 (#688)
  • Additional commits viewable in compare view

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)

Updates the requirements on [auth0-python](https://github.com/auth0/auth0-python) to permit the latest version.
- [Release notes](https://github.com/auth0/auth0-python/releases)
- [Changelog](https://github.com/auth0/auth0-python/blob/master/CHANGELOG.md)
- [Commits](auth0/auth0-python@3.16.0...4.11.0)

---
updated-dependencies:
- dependency-name: auth0-python
  dependency-version: 4.11.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 15, 2025
@jdkent
Copy link
Member

jdkent commented Sep 15, 2025

@copilot here is the error message from the auth0 library:

ImportError while loading conftest '/store/backend/neurostore/tests/conftest.py'.
neurostore/tests/conftest.py:23: in <module>
    from auth0.v3.authentication import GetToken
E   ModuleNotFoundError: No module named 'auth0.v3'

@jdkent jdkent requested a review from Copilot September 15, 2025 15:02
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the auth0-python dependency in the Neurostore backend service from version ~=3.16 to ~=4.11, which is a major version upgrade bringing new features like Network ACL endpoints support, federated connections, and various bug fixes.

Key changes:

  • Major version update of auth0-python dependency from 3.16 to 4.11
  • Enables access to new Auth0 features and bug fixes from the past year

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #1152.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/pip/store/backend/auth0-python-approx-eq-4.11 branch September 22, 2025 07:41
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.

2 participants