Skip to content

Commit

Permalink
build(deps): bump the other-dependencies group with 7 updates (#25)
Browse files Browse the repository at this point in the history
* build(deps): bump the other-dependencies group with 7 updates

Bumps the other-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.11.1` | `1.13.1` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.19.0` | `3.21.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `8.2.2` |
| [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.11.1` | `3.14.0` |
| [flake8](https://github.com/pycqa/flake8) | `6.0.0` | `7.0.0` |
| [isort](https://github.com/pycqa/isort) | `5.12.0` | `5.13.2` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.3.3` | `3.7.1` |


Updates `alembic` from 1.11.1 to 1.13.1
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `marshmallow` from 3.19.0 to 3.21.3
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.19.0...3.21.3)

Updates `pytest` from 7.4.0 to 8.2.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.0...8.2.2)

Updates `pytest-mock` from 3.11.1 to 3.14.0
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.11.1...v3.14.0)

Updates `flake8` from 6.0.0 to 7.0.0
- [Commits](PyCQA/flake8@6.0.0...7.0.0)

Updates `isort` from 5.12.0 to 5.13.2
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.12.0...5.13.2)

Updates `pre-commit` from 3.3.3 to 3.7.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.3.3...v3.7.1)

---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: pytest-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: UUID instance check

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Levonyak <[email protected]>
  • Loading branch information
dependabot[bot] and markuslevonyak authored Jun 7, 2024
1 parent b2a9339 commit cb85f35
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 57 deletions.
94 changes: 45 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@ include = ["pantos"]
namespaces = true

[tool.poetry.group.test.dependencies]
pytest = "7.4.0"
pytest = "8.2.2"
pytest-cov = "5.0.0"
pytest-mock = "3.11.1"
pytest-mock = "3.14.0"
eth-tester = "0.9.0b1"
web3 = {extras = ["tester"], version = "^6.5.0"}

[tool.poetry.group.lint.dependencies]
bandit = "1.7.5"
flake8 = "6.0.0"
isort = "5.12.0"
flake8 = "7.0.0"
isort = "5.13.2"
mypy = "1.0.1"
types-pyyaml = "6.0.12.10"
yapf = "0.40.1"

[tool.poetry.group.dev.dependencies]
pre-commit = "3.3.3"
pre-commit = "3.7.1"

[tool.poetry.dependencies]
python = "^3.10"
pantos-common = "1.4.1"
alembic = "1.11.1"
alembic = "1.13.1"
celery = "5.3.1"
Cerberus = "1.3.4"
Flask = "3.0.3"
Flask-Cors = "4.0.1"
Flask-RESTful = "0.3.10"
marshmallow = "3.19.0"
marshmallow = "3.21.3"
psycopg2-binary = "2.9.6"
PyYAML = "6.0.1"
SQLAlchemy = "2.0.18"
Expand Down
2 changes: 1 addition & 1 deletion tests/restapi/test_transfer_status_schema_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def test_transfer_status_schema_correct(uuid_):
task_id_uuid = _TransferStatusSchema().load({'task_id': uuid_})

assert type(task_id_uuid) == uuid.UUID
assert isinstance(task_id_uuid, uuid.UUID)
assert str(task_id_uuid) == uuid_


Expand Down

0 comments on commit cb85f35

Please sign in to comment.