Skip to content

Commit

Permalink
Fixing pyscopg2 to 2.8 to avoid UTC issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoag authored Apr 30, 2024
1 parent d49fadb commit f6f564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pytest-mock==2.0.*
responses
potypo
freezegun
psycopg2>=2.8,<2.9
psycopg2==2.8

# Not really required, just nice to have
pytest-xdist==1.31.*
Expand Down

0 comments on commit f6f564c

Please sign in to comment.