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 github/codeql-action action to v3.28.0 #13373

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 22, 2024

This PR contains the following updates:

Package Type Update Change
github/codeql-action action minor v3.27.9 -> v3.28.0

Release Notes

github/codeql-action (github/codeql-action)

v3.28.0

Compare Source


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 22, 2024
@renovate renovate bot enabled auto-merge (squash) December 22, 2024 02:07
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.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 0x7f6f7690ee90>
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 0x7f6f76cb5ed0>
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
weblate.machinery.tests.AzureOpenAITranslationTest::test_english_map
Stack Traces | 0.004s 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 0x7f6f723be810>
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

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/github-codeql-action-3.x branch 3 times, most recently from 5cbba4c to fd3cfc7 Compare December 22, 2024 15:54
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.28.0 Update github/codeql-action action to v3.28.0 Dec 22, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from fd3cfc7 to cdb51f3 Compare December 22, 2024 15:55
@renovate renovate bot changed the title Update github/codeql-action action to v3.28.0 chore(deps): update github/codeql-action action to v3.28.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