Skip to content

Commit

Permalink
Check pendulum prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 21, 2023
1 parent 1d69d64 commit 01de56b
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 2 deletions.
140 changes: 139 additions & 1 deletion poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jsonpath-ng = ">=1.5.3"
jsonschema = ">=4.16.0"
memoization = ">=0.3.2,<0.5.0"
packaging = ">=23.1"
pendulum = ">=2.1.0"
pendulum = [
{version = ">=2.1.0,<3", python = "<3.8"},
{version = ">=2.1.0,<4", python = ">=3.8", allow-prereleases = true},
]
PyJWT = "~=2.4"
python-dotenv = ">=0.20,<0.22"
pytz = ">=2022.2.1,<2024.0.0"
Expand Down

0 comments on commit 01de56b

Please sign in to comment.