Skip to content

Commit

Permalink
some deps bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame authored Aug 12, 2024
1 parent 362f5ba commit 95a343d
Show file tree
Hide file tree
Showing 5 changed files with 786 additions and 768 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==23.3.1
nox==2023.4.22
pip==24.2
nox==2024.4.15
nox-poetry==1.0.3
poetry==1.6.1
virtualenv==20.24.6
poetry==1.8.3
virtualenv==20.26.3
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ python:
- requirements: docs/requirements.txt
- path: .
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.12"
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

package = "freebox_api"
python_versions = ["3.12", "3.11", "3.10", "3.9", "3.8"]
nox.needs_version = ">= 2023.4.22"
nox.needs_version = ">= 2024.4.15"
nox.options.sessions = (
"pre-commit",
"safety",
Expand Down
Loading

0 comments on commit 95a343d

Please sign in to comment.