Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into parallel-pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
rousik committed Nov 6, 2023
2 parents 31dde43 + 51be942 commit 297eca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
# Formatters: hooks that re-write Python & documentation files
####################################################################################
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"coloredlogs>=14.0,<15.1", # Dagster requires 14.0
"dagster-webserver>=1.4,<1.6",
"dagster>=1.4,<1.6",
"dagster-postgres>=0.21.5,<0.21.6",
"dagster-postgres>=0.21.5,<0.21.7",
"dask>=2022.5,<2023.10.2",
"datapackage>=1.11,<1.16", # Transition datastore to use frictionless.
"email-validator>=1.0.3", # pydantic[email]
Expand All @@ -42,7 +42,7 @@ dependencies = [
"openpyxl>=3.0.10", # pandas[excel]
"pandas[parquet,excel,fss,gcp,compression]>=2,<2.2",
"pandera>=0.17,<1.0",
"pyarrow>=13,<14", # pandas[parquet]
"pyarrow>=13,<15", # pandas[parquet]
"pydantic>=1.7,<2",
"python-dotenv>=1,<1.1",
"pyxlsb>=1.0.9", # pandas[excel]
Expand Down Expand Up @@ -150,7 +150,7 @@ test = [
"pytest-cov>=4,<4.2",
"pytest-mock>=3,<3.13",
"pytest>=7,<7.5",
"responses>=0.14,<0.24",
"responses>=0.14,<0.25",
"ruff>=0.1,<0.2",
"tox>=4,<4.12",
]
Expand Down

0 comments on commit 297eca0

Please sign in to comment.