-
Notifications
You must be signed in to change notification settings - Fork 117
Commit 10fa0e6
authored
[Core] Ran poetry lock to update package versions (#1904)
### **User description**
# Description
What - Ran poetry lock + added specific jinja version for dependabot
Why - Fix vulnerabilities + update packages
How - poetry lock + adding a specific version to jinja
## Type of change
Please leave one option from the following and delete the rest:
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] New Integration (non-breaking change which adds a new integration)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Non-breaking change (fix of existing functionality that will not
change current behavior)
- [ ] Documentation (added/updated documentation)
<h4> All tests should be run against the port production
environment(using a testing org). </h4>
### Core testing checklist
- [ ] Integration able to create all default resources from scratch
- [ ] Resync finishes successfully
- [ ] Resync able to create entities
- [ ] Resync able to update entities
- [ ] Resync able to detect and delete entities
- [ ] Scheduled resync able to abort existing resync and start a new one
- [ ] Tested with at least 2 integrations from scratch
- [ ] Tested with Kafka and Polling event listeners
- [ ] Tested deletion of entities that don't pass the selector
### Integration testing checklist
- [ ] Integration able to create all default resources from scratch
- [ ] Resync able to create entities
- [ ] Resync able to update entities
- [ ] Resync able to detect and delete entities
- [ ] Resync finishes successfully
- [ ] If new resource kind is added or updated in the integration, add
example raw data, mapping and expected result to the `examples` folder
in the integration directory.
- [ ] If resource kind is updated, run the integration with the example
data and check if the expected result is achieved
- [ ] If new resource kind is added or updated, validate that
live-events for that resource are working as expected
- [ ] Docs PR link [here](#)
### Preflight checklist
- [ ] Handled rate limiting
- [ ] Handled pagination
- [ ] Implemented the code in async
- [ ] Support Multi account
## Screenshots
Include screenshots from your environment showing how the resources of
the integration will look.
## API Documentation
Provide links to the API documentation used for this integration.
___
### **PR Type**
Bug fix
___
### **Description**
- Update package versions via poetry lock
- Add specific jinja2 version constraint (>=3.1.6)
- Fix Dependabot security vulnerabilities
- Bump version to 0.25.5
___
### **Changes diagram**
```mermaid
flowchart LR
A["Poetry Lock"] --> B["Update Dependencies"]
B --> C["Add Jinja2 Constraint"]
C --> D["Fix Vulnerabilities"]
```
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>CHANGELOG.md</strong><dd><code>Add changelog entry for
version 0.25.5</code>
</dd></summary>
<hr>
CHANGELOG.md
<li>Add new version 0.25.5 entry<br> <li> Document Dependabot
vulnerability fix
</details>
</td>
<td><a
href="https://github.com/port-labs/ocean/pull/1904/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+6/-0</a>
</td>
</tr>
</table></td></tr><tr><td><strong>Dependencies</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>pyproject.toml</strong><dd><code>Update version and add
jinja2 constraint</code>
</dd></summary>
<hr>
pyproject.toml
<li>Bump version from 0.25.4 to 0.25.5<br> <li> Add jinja2 version
constraint (>=3.1.6)
</details>
</td>
<td><a
href="https://github.com/port-labs/ocean/pull/1904/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711">+2/-1</a>
</td>
</tr>
</table></td></tr></tr></tbody></table>
___
> <details> <summary> Need help?</summary><li>Type <code>/help how to
...</code> in the comments thread for any questions about Qodo Merge
usage.</li><li>Check out the <a
href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a>
for more information.</li></details>1 parent aa2488e commit 10fa0e6Copy full SHA for 10fa0e6
File tree
Expand file treeCollapse file tree
3 files changed
+278
-288
lines changedFilter options
Expand file treeCollapse file tree
3 files changed
+278
-288
lines changed+6Lines changed: 6 additions & 0 deletions
- Display the source diff
- Display the rich diff
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 |
| |
10 | 16 |
| |
11 | 17 |
| |
|
0 commit comments