Skip to content

Commit

Permalink
pipenv upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Sep 29, 2024
1 parent 3581776 commit 2c0707d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ urllib3 = "==2.0.7"

[dev-packages]
"infi.clickhouse-orm" = "==2.1.3"
authlib = "==1.2.1"
authlib = "==1.3.1"
clickhouse-sqlalchemy = "==0.2.4"
cx-oracle = "==8.3.0"
# elasticsearch-dbapi = "==0.2.10"
flask-cors = "==4.0.0"
flask-cors = "==4.0.2"
flask-mail = "==0.9.1"
flask-oauth = "==0.12"
flask-oauthlib = "==0.9.6"
Expand Down
15 changes: 8 additions & 7 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-i https://pypi.org/simple
asynch==0.2.4; python_version >= '3.7' and python_version < '4.0'
authlib==1.2.1
authlib==1.3.1; python_version >= '3.8'
bitarray==2.9.2
blinker==1.8.2; python_version >= '3.8'
boto3==1.35.29; python_version >= '3.8'
Expand All @@ -23,7 +23,7 @@ cycler==0.12.1; python_version >= '3.8'
ephem==4.1.5
et-xmlfile==1.1.0; python_version >= '3.6'
flask==2.3.3; python_version >= '3.8'
flask-cors==4.0.0
flask-cors==4.0.2
flask-mail==0.9.1
flask-oauth==0.12
flask-oauthlib==0.9.6
Expand Down

0 comments on commit 2c0707d

Please sign in to comment.