Skip to content

Commit

Permalink
Merge branch 'main' into update-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans authored Oct 7, 2024
2 parents 04fc280 + 2d46fdf commit b6e8868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.12,<3.13"
dependencies = [
"pandas>=2.2,<2.3",
"sqlalchemy>=2",
"dagster>=1.7.15, <1.8.10",
"dagster>=1.7.15, <1.8.11",
"dagster-webserver>=1.7.15,<1.9",
"pandas-gbq>=0.23.1",
"pydata-google-auth>=1.8.2",
Expand Down Expand Up @@ -40,7 +40,7 @@ dev = [
"black>=22,<25", # A deterministic code formatter
"isort>=5,<6", # Standardized import sorting
"twine>=3.3,<6.0", # Used to make releases to PyPI
"tox>=4.16,<4.21", # Python test environment manager
"tox>=4.16,<4.22", # Python test environment manager
]

docs = [
Expand All @@ -49,7 +49,7 @@ docs = [
"sphinx-autoapi>=1.8,<4", # Generates documentation from docstrings
"sphinx-issues>=1.2,<5.0", # Allows references to GitHub issues
"sphinx-rtd-dark-mode>=1.2,<2", # Allow user to toggle light/dark mode
"sphinx-rtd-theme>=1,<3", # Standard Sphinx theme for Read The Docs
"sphinx-rtd-theme>=1,<4", # Standard Sphinx theme for Read The Docs
]

tests = [
Expand Down

0 comments on commit b6e8868

Please sign in to comment.