Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 5c8a6be

Browse files
Merge pull request #40 from FigureTechnologies/wb/renovate-wrapup
Wb/renovate wrapup
2 parents b73cf93 + 802f147 commit 5c8a6be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out repository code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
with:
1414
ref: main
1515

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ importlib-metadata==4.13.0
1111
networkx==2.8.8
1212
psutil==5.9.5
1313
python-dateutil==2.8.2
14-
requests==2.30.0
14+
requests==2.31.0
1515
six==1.16.0
1616
smmap==5.0.0
17-
tornado==6.3.1
17+
tornado==6.3.2
1818
typing_extensions==4.5.0
1919
urllib3==1.26.15
20-
zipp==3.6.0
20+
zipp==3.15.0

0 commit comments

Comments
 (0)