Skip to content

Commit

Permalink
Update pendulum version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Oct 18, 2024
1 parent 9cdf560 commit 511e20c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
inflection==0.3.1
psycopg2-binary
pyodbc
pendulum>=3.0,<=3.1
pendulum>=2.1,<=3.1
cleo>=0.8.0,<0.9
python-dotenv==0.14.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
"inflection>=0.3,<0.6",
"ppendulum>=3.0,<=3.1",
"ppendulum>=2.1,<=3.1",
"faker>=4.1.0,<14.0",
"cleo>=0.8.0,<0.9",
],
Expand Down

0 comments on commit 511e20c

Please sign in to comment.