Skip to content

Commit

Permalink
Bump types-psycopg2 from 2.9.21.20240201 to 2.9.21.20240218 (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 3a6abca commit 9238992
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

1 change: 1 addition & 0 deletions tests/core/models/test_work.py
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ def s(x):

target_age_doc = search_doc["target_age"]
assert work.target_age.lower == target_age_doc["lower"]
assert work.target_age.upper is not None
assert (
work.target_age.upper - 1 == target_age_doc["upper"]
) # .commit() changes this to exclusive upper
Expand Down

0 comments on commit 9238992

Please sign in to comment.