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

update branch from master #418

Merged
merged 8 commits into from
Apr 19, 2024
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==24.0
nox==2024.3.2
nox==2024.4.15
nox-poetry==1.0.3
poetry==1.8.2
virtualenv==20.25.1
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
stages: [commit, push, manual]
- id: ruff
name: ruff
entry: ruff
entry: ruff check
language: system
types: [python]
require_serial: true
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx==7.2.6
sphinx-autobuild==2024.2.4
sphinx-autobuild==2024.4.13
sphinx-autodoc-typehints==2.0.1
sphinx-rtd-theme==2.0.0
sphinxcontrib-httpdomain==1.8.1
Expand Down
Loading
Loading