Skip to content

Commit de7450d

Browse files
committed
chore: bump deps
1 parent b5b3b98 commit de7450d

File tree

4 files changed

+1080
-848
lines changed

4 files changed

+1080
-848
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919

2020
# Ruff replaces black, flake8, autoflake and isort
2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: "v0.13.3" # make sure this is always consistent with hatch configs
22+
rev: "v0.14.3" # make sure this is always consistent with hatch configs
2323
hooks:
2424
- id: ruff
2525
args: [--config, ./pyproject.toml]

.vscode/settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"python.autoComplete.extraPaths": ["${workspaceFolder}/src"],
3030
"python.terminal.activateEnvInCurrentTerminal": true,
3131
"python.terminal.executeInFileDir": true,
32-
"python.testing.pytestEnabled": true,
32+
"python.testing.pytestEnabled": true,
3333
"python.analysis.autoImportCompletions": true,
3434
"python.analysis.autoFormatStrings": true,
3535
"editor.formatOnSave": true,
36-
"notebook.formatOnSave.enabled": true,
36+
"notebook.formatOnSave.enabled": true,
3737
"evenBetterToml.formatter.reorderKeys": true,
3838
"evenBetterToml.formatter.trailingNewline": true,
3939
"evenBetterToml.formatter.columnWidth": 120,
@@ -59,7 +59,7 @@
5959
"python.analysis.fixAll": [
6060
"source.unusedImports",
6161
"source.convertImportFormat"
62-
],
62+
],
6363
"cloudcode.compute.sshInternalIp": true,
6464
"python.testing.pytestArgs": ["tests"],
6565
"markdownlint.run": "onSave",
@@ -83,5 +83,5 @@
8383
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
8484
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
8585
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
86-
],
86+
]
8787
}

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ valkey = ["valkey"]
7676
dev = [
7777
# tests
7878
"bump-my-version",
79-
"pytest-databases[azure-storage,bigquery,cockroachdb,dragonfly,elasticsearch7,elasticsearch8,keydb,mssql,mysql,mariadb,oracle,postgres,redis,spanner,minio,valkey]",
8079
"coverage[toml]>=6.2",
8180
"pytest",
8281
"pytest-cov",
@@ -86,7 +85,7 @@ dev = [
8685
"pytest-xdist",
8786
"slotscheck",
8887
"psycopg-binary",
89-
"pymysql[rsa,ed25519]", # This fixes tests failing on M series CPUs.
88+
"pymysql[rsa,ed25519]", # This fixes tests failing on M series CPUs.
9089
# lint
9190
"mypy",
9291
"ruff",

0 commit comments

Comments
 (0)