Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto-generated] Update dependencies #230

Merged
merged 7 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ jobs:
# pylint & safety
python_version_pylint_safety: "3.9"
run_pylint: false

run_safety: true
# ID: 70612
# Package: Jinja2
# Has been disputed by the maintainer and multiple third parties.
# For more information see: https://github.com/advisories/GHSA-f6pv-j8mr-w6rr
safety_options: |
--ignore=70612

# Build dist
python_version_package: "3.9"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
additional_dependencies: [black]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.4.7
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"]
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"optimade[server] ~=1.0",
"oteapi-core ~=0.6.1",
"oteapi-dlite >=0.2.0,<1",
"requests ~=2.31",
"requests ~=2.32",
]

[project.optional-dependencies]
Expand All @@ -40,12 +40,12 @@ examples = [
"otelib ~=0.4.1",
]
doc = [
"mike ~=2.0",
"mike ~=2.1",
"mkdocs >=1.5.3,<1.7",
"mkdocs-awesome-pages-plugin ~=2.9",
"mkdocs-jupyter ~=0.24.7",
"mkdocs-material >=9.5.5,<10",
"mkdocstrings[python-legacy] ~=0.25.0",
"mkdocstrings[python-legacy] ~=0.25.1",
"oteapi-optimade[examples]",
]
test = [
Expand Down