Skip to content

Commit

Permalink
Pin pendulum to < 3, as it seems to break some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Dec 29, 2023
1 parent 3c3337c commit 1cb7f54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"numpy>=1.26.2",
"orjson>=3.9.10",
"packaging>=23.2",
"pendulum>=3.0.0",
"pendulum<3",
"pglast<2",
"psutil>=5.9.7",
"psycopg2>=2.9.9",
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aiofiles==23.2.1
aiohttp==3.9.1
aiosignal==1.3.1
alembic==1.13.1
anyio==4.2.0
anyio==4.0.0
arq==0.25.0
async-lru==2.0.4
async-timeout==4.0.3
Expand Down Expand Up @@ -75,7 +75,7 @@ orjson==3.9.10
packaging==23.2
pandas==2.1.4
pathable==0.4.3
pendulum==3.0.0
pendulum==2.1.2
pglast==1.18
pluggy==1.3.0
protobuf==4.25.1
Expand All @@ -96,6 +96,7 @@ python-dateutil==2.8.2
python-dotenv==1.0.0
python-multipart==0.0.6
pytz==2023.3.post1
pytzdata==2020.1
pyyaml==6.0.1
rasterio==1.3.9
redis==5.0.1
Expand All @@ -115,7 +116,6 @@ sqlalchemy==1.3.24
sqlalchemy-utils==0.41.1
sshpubkeys==3.3.1
starlette==0.14.2
time-machine==2.13.0
tomli==2.0.1
typer==0.9.0
typing-extensions==4.9.0
Expand Down
7 changes: 3 additions & 4 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aiofiles==23.2.1
aiohttp==3.9.1
aiosignal==1.3.1
alembic==1.13.1
anyio==4.2.0
anyio==4.0.0
arq==0.25.0
async-lru==2.0.4
async-timeout==4.0.3
Expand Down Expand Up @@ -55,7 +55,7 @@ newrelic==9.3.0
numpy==1.26.2
orjson==3.9.10
packaging==23.2
pendulum==3.0.0
pendulum==2.1.2
pglast==1.18
protobuf==4.25.1
psutil==5.9.7
Expand All @@ -67,6 +67,7 @@ pyproj==3.6.1
python-dateutil==2.8.2
python-dotenv==1.0.0
python-multipart==0.0.6
pytzdata==2020.1
pyyaml==6.0.1
redis==5.0.1
requests==2.31.0
Expand All @@ -79,10 +80,8 @@ sniffio==1.3.0
sqlalchemy==1.3.24
sqlalchemy-utils==0.41.1
starlette==0.14.2
time-machine==2.13.0
typer==0.9.0
typing-extensions==4.9.0
tzdata==2023.3
urllib3==2.0.7
uvicorn==0.25.0
uvloop==0.19.0
Expand Down

0 comments on commit 1cb7f54

Please sign in to comment.