Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Apply updated dependencies on main (#774) #780

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

sbasan
Copy link
Contributor

@sbasan sbasan commented Jul 25, 2024

Updates the requirements on parameterized and pytest-subtests to permit the latest version.

Updates parameterized to 0.9.0

Updates pytest-subtests to 0.13.1


updated-dependencies:

  • dependency-name: parameterized dependency-type: direct:development dependency-group: python-dev
  • dependency-name: pytest-subtests dependency-type: direct:development dependency-group: python-dev ...

Pull Request summary:

[Describe briefly what the PR is about]

Description of changes:

[Add more in depth analysis of what changed, provide logs, examples of usage]

Checklist:

  • Make sure to run pre-commit before committing changes
  • Make sure all checks have passed
  • PR description is clear and comprehensive
  • Mentioned the issue that this PR solves (if applicable)
  • Make sure you test the changes

@sbasan sbasan changed the title Bump the python-dev group across 1 directory with 2 updates (#774) Apply updated dependencies on main (#774) Jul 25, 2024
Updates the requirements on [parameterized](https://github.com/wolever/parameterized) and [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) to permit the latest version.

Updates `parameterized` to 0.9.0
- [Changelog](https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt)
- [Commits](wolever/parameterized@v0.8.1...v0.9.0)

Updates `pytest-subtests` to 0.13.1
- [Release notes](https://github.com/pytest-dev/pytest-subtests/releases)
- [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-subtests@v0.11.0...v0.13.1)

---
updated-dependencies:
- dependency-name: parameterized
  dependency-type: direct:development
  dependency-group: python-dev
- dependency-name: pytest-subtests
  dependency-type: direct:development
  dependency-group: python-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@sbasan sbasan force-pushed the python-dependencies branch from e37d7ff to 8cee8ee Compare July 25, 2024 09:35
@sbasan sbasan merged commit 8a3b3d3 into main Jul 25, 2024
11 checks passed
@sbasan sbasan deleted the python-dependencies branch July 25, 2024 10:54
sbasan added a commit that referenced this pull request Aug 27, 2024
)

Updates the requirements on [parameterized](https://github.com/wolever/parameterized) and [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) to permit the latest version.

Updates `parameterized` to 0.9.0
- [Changelog](https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt)
- [Commits](wolever/parameterized@v0.8.1...v0.9.0)

Updates `pytest-subtests` to 0.13.1
- [Release notes](https://github.com/pytest-dev/pytest-subtests/releases)
- [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-subtests@v0.11.0...v0.13.1)

---
updated-dependencies:
- dependency-name: parameterized
  dependency-type: direct:development
  dependency-group: python-dev
- dependency-name: pytest-subtests
  dependency-type: direct:development
  dependency-group: python-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sbasan added a commit that referenced this pull request Aug 27, 2024
* Bump abatilo/actions-poetry from 2 to 3 (#754)

Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2 to 3.
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
- [Commits](abatilo/actions-poetry@v2...v3)

---
updated-dependencies:
- dependency-name: abatilo/actions-poetry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the python-dev group across 1 directory with 2 updates (#774) (#780)

Updates the requirements on [parameterized](https://github.com/wolever/parameterized) and [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) to permit the latest version.

Updates `parameterized` to 0.9.0
- [Changelog](https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt)
- [Commits](wolever/parameterized@v0.8.1...v0.9.0)

Updates `pytest-subtests` to 0.13.1
- [Release notes](https://github.com/pytest-dev/pytest-subtests/releases)
- [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-subtests@v0.11.0...v0.13.1)

---
updated-dependencies:
- dependency-name: parameterized
  dependency-type: direct:development
  dependency-group: python-dev
- dependency-name: pytest-subtests
  dependency-type: direct:development
  dependency-group: python-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* pin github action versions (#786)

* Add API GW login. Rework session related files.

* fix

* Enchance apigwauth get_token()

* activate/deactivate id string returned by server is not UUID (#799)

* Addition of strip to get rid of unwanted whitespaces, plus option to … (#801)

* Addition of strip to get rid of unwanted whitespaces, plus option to ignore certain lines when comparing configs

Signed-off-by: Piotr Bajorek <[email protected]>

* Added arg description in docstrings

* Bump version

---------

Signed-off-by: Piotr Bajorek <[email protected]>

* Merge pull request #795 from cisco-open/apigw

Add API GW login. Refactor session related files.

* bump version: 0.35.0dev0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Piotr Bajorek <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Krajewski <[email protected]>
Co-authored-by: pibajore <[email protected]>
Co-authored-by: Jakub Krajewski <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants