Skip to content

Commit

Permalink
Merge pull request RedHatInsights#944 from petracihalova/dependencies…
Browse files Browse the repository at this point in the history
…-update

Dependencies update
  • Loading branch information
lpichler authored Oct 19, 2023
2 parents a2aeaa7 + 5ba2627 commit 8754ec5
Show file tree
Hide file tree
Showing 8 changed files with 361 additions and 304 deletions.
572 changes: 315 additions & 257 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deploy/rbac-clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ objects:
}
]
}
]
}
ocm.json: |
Expand Down
2 changes: 1 addition & 1 deletion rbac/internal/integration/chrome_message_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"eventType": ""
}
}
}
}
2 changes: 1 addition & 1 deletion rbac/management/role/definitions/inventory_local_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion rbac/management/role/permissions/inventory_local_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"verb": "*"
}
]
}
}
82 changes: 41 additions & 41 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
-i https://pypi.python.org/simple
amqp==5.1.1 ; python_version >= '3.6'
amqp==5.1.1; python_version >= '3.6'
app-common-python==0.2.5
asgiref==3.7.2 ; python_version >= '3.7'
asgiref==3.7.2; python_version >= '3.7'
billiard==3.6.4.0
boto3==1.24.24
botocore==1.27.96 ; python_version >= '3.7'
celery==5.2.2
certifi==2023.7.22 ; python_version >= '3.6'
charset-normalizer==3.2.0 ; python_full_version >= '3.7.0'
click==8.1.7 ; python_version >= '3.7'
click-didyoumean==0.3.0 ; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
boto3==1.24.24; python_version >= '3.7'
botocore==1.27.96; python_version >= '3.7'
celery==5.2.2; python_version >= '3.7'
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.3.0; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
click-plugins==1.1.1
click-repl==0.3.0 ; python_version >= '3.6'
django==4.1.10
django-cors-headers==3.13.0
django-environ==0.10.0
django-extensions==3.2.1
django-filter==22.1
click-repl==0.3.0; python_version >= '3.6'
django==4.1.10; python_version >= '3.8'
django-cors-headers==3.13.0; python_version >= '3.7'
django-environ==0.10.0; python_version >= '3.5' and python_version < '4'
django-extensions==3.2.1; python_version >= '3.6'
django-filter==22.1; python_version >= '3.7'
django-prometheus==2.2.0
django-tenants==3.4.8
djangorestframework==3.14.0
djangorestframework==3.14.0; python_version >= '3.6'
djangorestframework-csv==2.1.1
ecs-logging==2.0.0
gunicorn==20.1.0
idna==3.4 ; python_version >= '3.5'
jinja2==2.11.3
jmespath==1.0.1 ; python_version >= '3.7'
ecs-logging==2.0.0; python_version >= '3.6'
gunicorn==20.1.0; python_version >= '3.5'
idna==3.4; python_version >= '3.5'
jinja2==2.11.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
jmespath==1.0.1; python_version >= '3.7'
kafka-python==2.0.2
kombu==5.3.2 ; python_version >= '3.8'
markupsafe==2.1.3 ; python_version >= '3.7'
prometheus-client==0.15.0
prompt-toolkit==3.0.39 ; python_full_version >= '3.7.0'
psycopg2==2.9.5
psycopg2-binary==2.9.5
python-dateutil==2.8.2
kombu==5.3.2; python_version >= '3.8'
markupsafe==2.1.3; python_version >= '3.7'
prometheus-client==0.15.0; python_version >= '3.6'
prompt-toolkit==3.0.39; python_full_version >= '3.7.0'
psycopg2==2.9.5; python_version >= '3.6'
psycopg2-binary==2.9.5; python_version >= '3.6'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2022.2.1
redis==3.5.3
requests==2.31.0
s3transfer==0.6.2 ; python_version >= '3.7'
redis==3.5.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
requests==2.31.0; python_version >= '3.7'
s3transfer==0.6.2; python_version >= '3.7'
sentry-sdk==1.18.0
setuptools==68.2.2 ; python_version >= '3.8'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
sqlparse==0.4.4
typing-extensions==4.8.0rc1 ; python_version < '3.11'
tzdata==2022.2
setuptools==68.2.2; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4; python_version >= '3.5'
typing-extensions==4.8.0; python_version < '3.11'
tzdata==2022.2; python_version >= '2'
unicodecsv==0.14.1
urllib3==1.26.15
vine==5.0.0 ; python_version >= '3.6'
watchtower==3.0.0
wcwidth==0.2.6
whitenoise==6.4.0
urllib3==1.26.15; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
vine==5.0.0; python_version >= '3.6'
watchtower==3.0.0; python_version >= '3.6'
wcwidth==0.2.8
whitenoise==6.4.0; python_version >= '3.7'
1 change: 0 additions & 1 deletion scripts/ephemeral/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ Running makefile tasks
6. Release the Namespace (this will happen automatically at the end of the reserve time)::

$ make ephemeral-release

2 changes: 1 addition & 1 deletion scripts/ephemeral/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ apps:
TENANT_TRANSLATOR_HOST: apicast.3scale-dev.svc.cluster.local
SERVICE_MIGRATE_AND_SEED_ON_INIT: false
WORKER_MIGRATE_AND_SEED_ON_INIT: true
GUNICORN_THREAD_LIMIT: 30
GUNICORN_THREAD_LIMIT: 30

0 comments on commit 8754ec5

Please sign in to comment.