Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit c252ea3

Browse files
bumped requests dependency to v2.20.0
1 parent 9aa5f53 commit c252ea3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

app/routes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ def validate_api_key():
208208
api_key_form.organization.choices = session['orgs_list']
209209
if api_key_form.validate_on_submit():
210210
session['org_id'] = api_key_form.organization.data
211-
print(session['org_id'])
212211
return jsonify(True)
213212
return jsonify(api_key_form.errors), 422
214213

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pylint==2.1.1
6363
python-dateutil==2.7.3
6464
python-editor==1.0.3
6565
pytz==2018.5
66-
requests==2.19.1
66+
requests==2.20.0
6767
retrying==1.3.3
6868
s3transfer==0.1.13
6969
six==1.11.0

0 commit comments

Comments
 (0)