Skip to content

Commit

Permalink
Merge branch 'main' into support-py312
Browse files Browse the repository at this point in the history
  • Loading branch information
lukapeschke authored Nov 14, 2023
2 parents 152b35e + b89ca0c commit cf19f69
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
make dev-install
make doc
git add docs
git add -f docs
git commit -m "Re-generated documentation"
git push origin gh-pages
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.75"
calamine = { version = "0.21.2", features = ["dates"] }
calamine = { version = "0.22.1", features = ["dates"] }
chrono = { version = "0.4.31", default-features = false }
pyo3 = { version = "0.18.3", features = ["extension-module", "anyhow"] }

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
"pyarrow>=8.0.0,<13.1.0",
"pyarrow>=8.0.0,<14.1.0",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ openpyxl>=3.1.2<4
pre-commit>=2.20.0,<4
pytest>=7.1.3
pytest-benchmark>=4.0.0,<5
ruff>=0.0.138,<0.1
ruff>=0.1,<0.2
xlrd>=2.0.1<3

0 comments on commit cf19f69

Please sign in to comment.