Skip to content

Commit

Permalink
chore: remove python3-saml from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marslanabdulrauf committed Jan 30, 2025
1 parent 6fe3e15 commit c2ae94e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 87 deletions.
2 changes: 1 addition & 1 deletion src/authentication/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""mitol.authentication"""

__version__ = "2023.12.19"
__version__ = "2025.01.09"
__distributionname__ = "mitol-django-authentication"
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ Uncomment the section that is right (remove the HTML comment wrapper).
### Security

- Bump djoser to 2.3.1
- Remove 'python3-saml' from dependencies
2 changes: 1 addition & 1 deletion src/authentication/mitol/authentication/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""mitol.authentication"""

__version__ = "2024.1.9"
__version__ = "2025.01.09"
__distributionname__ = "mitol-django-authentication"
5 changes: 2 additions & 3 deletions src/authentication/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "mitol-django-authentication"
description = "MIT Open Learning django app extensions for oauth toolkit"
version = "2023.12.19"
version = "2025.01.09"
dependencies = [
"mitol-django-common",
"django-anymail>=6.0",
Expand All @@ -12,14 +12,13 @@ dependencies = [
"mitol-django-common",
"mitol-django-mail",
"social-auth-app-django>=5.4.0",
"python3-saml>=1.10.1"
]
readme = "README.md"
license = "BSD-3-Clause"
requires-python = ">=3.8"

[tool.bumpver]
current_version = "2023.12.19"
current_version = "2025.01.09"
version_pattern = "YYYY.MM.DD[.INC0]"

[tool.bumpver.file_patterns]
Expand Down
83 changes: 1 addition & 82 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2ae94e

Please sign in to comment.