Skip to content

Commit

Permalink
fixup! feat: switch to github + bump library + bump python libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 11, 2024
1 parent dbdcebe commit ce96b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 13.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Pillow==8.3.2 ; python_version < '3.7' or sys_platform != 'win32' # official 5.4
# Pillow==6.1.0 ; sys_platform == 'win32' and python_version >= '3.7'
polib==1.1.0
psutil==5.7.0; sys_platform != 'win32'
psycopg2==2.8.3; sys_platform == 'win32' or python_version >= '3.8'
psycopg2==2.9.9; sys_platform == 'win32' or python_version >= '3.8'
pydot==1.4.1
python-ldap==3.2.0; sys_platform != 'win32' # official 3.1.0
pyparsing==2.2.0
Expand Down

0 comments on commit ce96b1e

Please sign in to comment.