Skip to content

Commit

Permalink
fix: update version (#53)
Browse files Browse the repository at this point in the history
* fix: bump actions/checkout from 4.1.7 to 4.2.0 (#44)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* fix: bump bandit[toml] from 1.7.9 to 1.7.10 (#43)

Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.7.9 to 1.7.10.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.9...1.7.10)

---
updated-dependencies:
- dependency-name: bandit[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* fix: bump pylint from 3.3.0 to 3.3.1 (#42)

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* feat: update workflows to have rules (#45)

* added documentation (#46)

* doc: doc version from odsbox (#47)

* feat: set version to 1.0.0 (#48)

* fix: update-version (#52)

* fix linter

* adjust versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andreas K <totonga@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
totonga and dependabot[bot] authored Oct 5, 2024
1 parent 236bcf7 commit 8da69b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
requires-python = ">=3.10.14"
dynamic = ["version"]
dependencies = [
"protobuf>=4.25.2,<5.0.0",
"protobuf>=5.27.0,<6.0.0",
"requests>=2.30.0,<3.0.0",
"pandas>=2.2.0,<3.0.0",
]
Expand Down

0 comments on commit 8da69b3

Please sign in to comment.