Skip to content

Commit

Permalink
Merge branch 'Taxel:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsage52 authored Oct 21, 2024
2 parents fe44cba + 8b346d6 commit 064986d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: write

steps:
- uses: fastify/github-action-merge-dependabot@v3.10.2
- uses: fastify/github-action-merge-dependabot@v3.11.0
with:
target: minor
github-token: ${{ secrets.github-token }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ have a file containing those on your harddrive, you can not use this project.
- [Good practices](#good-practices)
- [Troubleshooting](#troubleshooting)

[python-versions-badge]: https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue
[python-versions-badge]: https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue

## Features

Expand All @@ -74,7 +74,7 @@ have a file containing those on your harddrive, you can not use this project.

## Pre-requisites

The script is known to work with Python 3.9-3.12 versions.
The script is known to work with Python 3.9-3.13 versions.

## Installation

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from plextraktsync.util.Factory import Factory
from .Factory import Factory

factory = Factory()
logger = factory.logger
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ packages = [
"plextraktsync.logger",
"plextraktsync.media",
"plextraktsync.mixin",
"plextraktsync.factory",
"plextraktsync.plan",
"plextraktsync.plex",
"plextraktsync.plugin",
Expand Down

0 comments on commit 064986d

Please sign in to comment.