Skip to content

Commit

Permalink
chore: remove a dep with vulnerability (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: develop-cs <[email protected]>
  • Loading branch information
develop-cs authored Jun 18, 2024
1 parent 2b02dd3 commit b4e4f58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.9
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.9.0'
rev: 'v1.10.0'
hooks:
- id: mypy
args: [--config-file=pyproject.toml]
files: src
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
rev: v8.18.4
hooks:
- id: gitleaks
- repo: https://github.com/pypa/pip-audit
rev: v2.7.2
rev: v2.7.3
hooks:
- id: pip-audit
args: ["--skip-editable"]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.0b] - April, 2024
## [0.7.0b*] - April, 2024

### New Features
- Beta release implementing what you can find in its [documentation](https://maif.github.io/arta/home/).
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "arta"
version = "0.7.0b2"
version = "0.7.0b3"
requires-python = ">3.8.0"
description = "An Open Source Rules Engine - Make rule handling simple"
readme = "README.md"
Expand All @@ -27,6 +27,7 @@ classifiers = [
dependencies = [
"omegaconf>=2.0.0",
"pydantic>=1.0.0",
"urllib3!=2.2.1",
]

[project.optional-dependencies]
Expand Down

0 comments on commit b4e4f58

Please sign in to comment.