Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update weblate/weblate docker tag to v5.9.2.0 #13372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2024

This PR contains the following updates:

Package Type Update Change
weblate/weblate (source) final patch 5.9.1.0 -> 5.9.2.0

Release Notes

WeblateOrg/docker (weblate/weblate)

v5.9.2.0

Compare Source

What's Changed

Full Changelog: WeblateOrg/docker@5.9.1.0...5.9.2.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Third-party library dependencies. label Dec 21, 2024
@renovate renovate bot enabled auto-merge (squash) December 21, 2024 23:38
Copy link

codecov bot commented Dec 22, 2024

❌ 19 Tests Failed:

Tests completed Failed Passed Skipped
5475 19 5456 176
View the top 3 failed tests by shortest run time
weblate.machinery.tests.AzureOpenAITranslationTest::test_english_map
Stack Traces | 0.003s run time
self = <weblate.machinery.tests.AzureOpenAITranslationTest testMethod=test_english_map>

    def test_english_map(self) -> None:
>       machine = self.get_machine()

weblate/machinery/tests.py:285: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
weblate/machinery/tests.py:272: in get_machine
    machine = self.MACHINE_CLS(self.CONFIGURATION)
weblate/machinery/openai.py:303: in __init__
    self.client = AzureOpenAI(
.venv/lib/python3.11.../openai/lib/azure.py:207: in __init__
    super().__init__(
.venv/lib/python3.11.../site-packages/openai/_client.py:122: in __init__
    super().__init__(
.venv/lib/python3.11....../site-packages/openai/_base_client.py:825: in __init__
    self._client = http_client or SyncHttpxClientWrapper(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <openai._base_client.SyncHttpxClientWrapper object at 0x7f2fe7490e10>
kwargs = {'base_url': 'https://my-instance.openai.azure..../openai/deployments/my-deployment', 'follow_redirects': True, 'limits': Limits(max_connections=1000, max_keepalive_connections=100, keepalive_expiry=5.0), 'proxies': None, ...}

    def __init__(self, **kwargs: Any) -> None:
        kwargs.setdefault("timeout", DEFAULT_TIMEOUT)
        kwargs.setdefault("limits", DEFAULT_CONNECTION_LIMITS)
        kwargs.setdefault("follow_redirects", True)
>       super().__init__(**kwargs)
E       TypeError: Client.__init__() got an unexpected keyword argument 'proxies'

.venv/lib/python3.11....../site-packages/openai/_base_client.py:723: TypeError
weblate.machinery.tests.OpenAICustomTranslationTest::test_english_map
Stack Traces | 0.003s run time
self = <weblate.machinery.tests.OpenAICustomTranslationTest testMethod=test_english_map>

    def test_english_map(self) -> None:
>       machine = self.get_machine()

weblate/machinery/tests.py:285: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
weblate/machinery/tests.py:272: in get_machine
    machine = self.MACHINE_CLS(self.CONFIGURATION)
weblate/machinery/openai.py:262: in __init__
    self.client = OpenAI(
.venv/lib/python3.11.../site-packages/openai/_client.py:122: in __init__
    super().__init__(
.venv/lib/python3.11....../site-packages/openai/_base_client.py:825: in __init__
    self._client = http_client or SyncHttpxClientWrapper(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <openai._base_client.SyncHttpxClientWrapper object at 0x7f2fe8d0c710>
kwargs = {'base_url': 'https://custom.example.com/', 'follow_redirects': True, 'limits': Limits(max_connections=1000, max_keepalive_connections=100, keepalive_expiry=5.0), 'proxies': None, ...}

    def __init__(self, **kwargs: Any) -> None:
        kwargs.setdefault("timeout", DEFAULT_TIMEOUT)
        kwargs.setdefault("limits", DEFAULT_CONNECTION_LIMITS)
        kwargs.setdefault("follow_redirects", True)
>       super().__init__(**kwargs)
E       TypeError: Client.__init__() got an unexpected keyword argument 'proxies'

.venv/lib/python3.11....../site-packages/openai/_base_client.py:723: TypeError
weblate.machinery.tests.OpenAITranslationTest::test_english_map
Stack Traces | 0.003s run time
self = <weblate.machinery.tests.OpenAITranslationTest testMethod=test_english_map>

    def test_english_map(self) -> None:
>       machine = self.get_machine()

weblate/machinery/tests.py:285: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
weblate/machinery/tests.py:272: in get_machine
    machine = self.MACHINE_CLS(self.CONFIGURATION)
weblate/machinery/openai.py:262: in __init__
    self.client = OpenAI(
.venv/lib/python3.11.../site-packages/openai/_client.py:122: in __init__
    super().__init__(
.venv/lib/python3.11....../site-packages/openai/_base_client.py:825: in __init__
    self._client = http_client or SyncHttpxClientWrapper(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <openai._base_client.SyncHttpxClientWrapper object at 0x7f2fea569b10>
kwargs = {'base_url': 'https://api.openai.com/v1', 'follow_redirects': True, 'limits': Limits(max_connections=1000, max_keepalive_connections=100, keepalive_expiry=5.0), 'proxies': None, ...}

    def __init__(self, **kwargs: Any) -> None:
        kwargs.setdefault("timeout", DEFAULT_TIMEOUT)
        kwargs.setdefault("limits", DEFAULT_CONNECTION_LIMITS)
        kwargs.setdefault("follow_redirects", True)
>       super().__init__(**kwargs)
E       TypeError: Client.__init__() got an unexpected keyword argument 'proxies'

.venv/lib/python3.11....../site-packages/openai/_base_client.py:723: TypeError

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

@renovate renovate bot force-pushed the renovate/weblate-weblate-5.x branch 3 times, most recently from 74b66a7 to 536f398 Compare December 22, 2024 15:53
@renovate renovate bot changed the title chore(deps): update weblate/weblate docker tag to v5.9.2.0 Update weblate/weblate Docker tag to v5.9.2.0 Dec 22, 2024
@renovate renovate bot force-pushed the renovate/weblate-weblate-5.x branch from 536f398 to a0cadd8 Compare December 22, 2024 15:55
@renovate renovate bot changed the title Update weblate/weblate Docker tag to v5.9.2.0 chore(deps): update weblate/weblate docker tag to v5.9.2.0 Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Third-party library dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants