Skip to content

Commit

Permalink
chore(deps): update dependency ops to v2.17.0 (#454)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency ops to v2.17.0

* fix linting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arturo Seijas <[email protected]>
  • Loading branch information
renovate[bot] and arturo-seijas authored Oct 1, 2024
1 parent 71e05ff commit 23047ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pydantic==1.10.18
ops==2.16.1
ops==2.17.0
2 changes: 1 addition & 1 deletion tests/integration/test_saml.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@pytest.mark.asyncio
@pytest.mark.abort_on_fail
@pytest.mark.usefixtures("saml_integrator")
async def test_saml_auth( # pylint: disable=too-many-arguments
async def test_saml_auth( # pylint: disable=too-many-arguments, too-many-positional-arguments
ops_test: OpsTest,
app: Application,
saml_email: str,
Expand Down

0 comments on commit 23047ee

Please sign in to comment.