Skip to content

Commit

Permalink
chore: bumb djoser to 2.3.1 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
marslanabdulrauf authored Feb 12, 2025
1 parent 56d5431 commit 79dda83
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 22 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.1.9"
__distributionname__ = "mitol-django-authentication"
40 changes: 40 additions & 0 deletions src/authentication/changelog.d/20250109_124247_arslan.abdulrauf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Removed
- A bullet item for the Removed category.
-->
<!--
### Added
- A bullet item for the Added category.
-->
<!--
### Changed
- A bullet item for the Changed category.
-->
<!--
### Deprecated
- A bullet item for the Deprecated category.
-->
<!--
### Fixed
- A bullet item for the Fixed category.
-->

### Security

- Bump djoser to 2.3.1
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__ = "2023.12.19"
__version__ = "2025.1.9"
__distributionname__ = "mitol-django-authentication"
6 changes: 3 additions & 3 deletions src/authentication/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "mitol-django-authentication"
description = "MIT Open Learning django app extensions for oauth toolkit"
version = "2023.12.19"
version = "2025.1.9"
dependencies = [
"mitol-django-common",
"django-anymail>=6.0",
"django-stubs>=1.13.1",
"django>=3.0",
"djangorestframework>=3.0.0",
"djoser==2.2.2",
"djoser==2.3.1",
"mitol-django-common",
"mitol-django-mail",
"social-auth-app-django>=5.4.0",
Expand All @@ -19,7 +19,7 @@ license = "BSD-3-Clause"
requires-python = ">=3.8"

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

[tool.bumpver.file_patterns]
Expand Down
24 changes: 7 additions & 17 deletions uv.lock

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

0 comments on commit 79dda83

Please sign in to comment.