Commit c6e7b2e0 authored by guillecxb's avatar guillecxb
Browse files

update versions

parent 6a042f98
Loading
Loading
Loading
Loading
Loading
+32 −23
Original line number Diff line number Diff line
requests==2.32.3
PyYAML==6.0.1
cryptography==38.0.4
pyOpenSSL==22.1.0
urllib3==2.2.2
certifi==2024.7.4
idna==3.7
Flask==3.0.3
Flask-JWT-Extended==4.6.0
Jinja2==3.1.4
MarkupSafe==2.1.5
six==1.16.0
typing-extensions==3.10.0.2
Werkzeug==3.0.4
pytest==8.3.2
flake8==3.9.2
coverage==4.5.4
mccabe==0.6.1
pycodestyle==2.7.0
pyflakes==2.3.1
python-dateutil==2.9.0.post0
# --- Core web ---
Flask>=3.1.2,<4
Werkzeug>=3.1.2,<4
Jinja2>=3.1.4,<4
MarkupSafe>=2.1.5,<4

# --- Auth/JWT ---
Flask-JWT-Extended>=4.6.0,<5

# --- HTTP stack ---
requests>=2.32.3,<3
urllib3>=2.2.2,<3
certifi>=2024.7.4
idna>=3.7,<4

# --- YAML ---
PyYAML>=6.0.1,<7

# --- Crypto/TLS ---
cryptography>=43.0.1,<46
pyOpenSSL>=25.1.0,<26

# --- Utilities ---
python-dateutil>=2.9.0.post0,<3
six>=1.16.0,<2
typing-extensions>=4.12.0,<5; python_version<"3.11"

# --- Dev / QA ---
pytest>=8.3.2,<9
coverage>=7.4.0,<8
flake8>=7.1.0,<8
binaryornot>=0.4.4,<0.5
jinja2-time==0.2.0
text-unidecode==1.3
binaryornot==0.4.4