Skip to content

Commit fd0e74a

Browse files
Merge pull request #1787 from botsarethefuture/master
Security updates
2 parents 73794b1 + c445d97 commit fd0e74a

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "pip" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "daily"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy==1.19.5
2-
opencv_python==4.5.2.52
3-
mediapipe==0.8.7.3
1+
numpy==1.23.4
2+
opencv_python==4.6.0.66
3+
mediapipe==0.8.11

ImageDownloader/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests==2.22.0
1+
requests==2.28.1

PDF/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Pillow==9.0.0
1+
Pillow==9.3.0
22
fpdf==1.7.2

PongPong_Game/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyglet==1.5.14
1+
pyglet==1.5.27

async_downloader/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aiohttp==3.7.4
1+
aiohttp==3.8.3

0 commit comments

Comments
 (0)