From 52e71cf52b67f21e5fde776d4e8eb98eecbc6d4e Mon Sep 17 00:00:00 2001
From: Guilherme Carbonari Boneti <guilherme.carbonari1903@gmail.com>
Date: Wed, 8 Feb 2023 09:44:08 -0300
Subject: [PATCH] [update] requirements

---
 requirements.txt | 59 ++++++++++++++++++++++++------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index c3861e1..d148ebd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,34 +1,35 @@
-astroid==2.2.5
-coverage==4.5.3
-decorator==4.4.0
-ipython==7.5.0
+astroid==2.14.1
+coverage==7.1.0
+decorator==5.1.1
+ipython==8.9.0
 ipython-genutils==0.2.0
-isort==4.3.20
-jedi==0.13.3
-jsbeautifier==1.10.0
-lazy-object-proxy==1.4.1
+isort==5.12.0
+jedi==0.18.2
+jsbeautifier==1.14.7
+lazy-object-proxy==1.9.0
 manage.py==0.2.10
-mccabe==0.6.1
-numpy==1.16.3
-pandas==0.24.2
-pexpect==4.7.0
+mccabe==0.7.0
+numpy==1.24.1
+pandas==1.5.3
+pexpect==4.8.0
 pickleshare==0.7.5
-prompt-toolkit==2.0.9
-ptyprocess==0.6.0
-py==1.8.0
-Pygments==2.4.1
-pylint==2.3.1
-pymonetdb==1.1.1
-PyMySQL==0.9.3
-pytest==4.5.0
-python-dateutil==2.8.0
-pytz==2019.1
+prompt-toolkit==3.0.36
+psycopg2-binary==2.9.5
+ptyprocess==0.7.0
+py==1.11.0
+Pygments==2.14.0
+pylint==2.16.0
+pymonetdb==1.6.3
+PyMySQL==1.0.2
+pytest==7.2.1
+python-dateutil==2.8.2
+pytz==2022.7.1
 simplegeneric==0.8.1
-six==1.12.0
+six==1.16.0
 SQLAlchemy==1.2.19
--e git://github.com/jvwinandy/sqlalchemy-monetdb.git@1.0.1#egg=sqlalchemy-monetdb
-traitlets==4.3.2
-wcwidth==0.1.7
-wrapt==1.11.1
-xlrd==1.2.0
-XlsxWriter==1.1.8
+-e git+https://github.com/jvwinandy/sqlalchemy-monetdb.git@1.0.1#egg=sqlalchemy-monetdb
+traitlets==5.9.0
+wcwidth==0.2.6
+wrapt==1.14.1
+xlrd==2.0.1
+XlsxWriter==3.0.7
-- 
GitLab