Skip to content

Commit

Permalink
Chore - Update psycopg (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxAKAhackerman authored May 2, 2023
1 parent 4378435 commit c2029a4
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 75 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requests = "==2.29.0"
Flask-Pydantic = "==0.11.0"
waitress = "==2.1.2"
pydantic = {extras = ["email"], version = "==1.10.7"}
psycopg2-binary = "==2.9.5"
psycopg2-binary = "==2.9.6"
pyotp = "==2.8.0"
pyqrcode = "==1.2.1"
pypng = "==0.20220715.0"
Expand Down
137 changes: 64 additions & 73 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ itsdangerous==2.1.2 ; python_version >= '3.7'
jinja2==3.1.2
mako==1.2.4 ; python_version >= '3.7'
markupsafe==2.1.2 ; python_version >= '3.7'
psycopg2-binary==2.9.5
psycopg2-binary==2.9.6
pydantic[email]==1.10.7
pyjwt==2.6.0 ; python_version >= '3.7'
pyotp==2.8.0
Expand Down

0 comments on commit c2029a4

Please sign in to comment.