Skip to content

Commit 6d6de7b

Browse files
Update versions
1 parent e1a2d7f commit 6d6de7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = [
5252
"robotframework",
5353
"psutil",
5454
"packaging",
55-
"requests>=2.32.2",
55+
"requests>=2.32.4",
5656
]
5757

5858
[project.urls]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ robotframework
66
Pypubsub
77
psutil
88
packaging
9-
requests>=2.32.2
9+
requests>=2.32.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'Pywin32; sys_platform=="win32"',
3030
'wxPython',
3131
'packaging',
32-
'requests>=2.32.2']
32+
'requests>=2.32.4']
3333

3434
PACKAGE_DATA = {
3535
'robotide.preferences': ['settings.cfg'],

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=HelioGuilherme66_RIDE
22
sonar.organization=helioguilherme66
33
sonar.host.url=https://sonarcloud.io
44
sonar.python.version=3.10
5-
sonar.projectVersion=v2.1.3
5+
sonar.projectVersion=v2.1.4
66
sonar.sources=src/
77
sonar.tests=utest/
88
sonar.exclusions=**/lib/robot/**/*

0 commit comments

Comments
 (0)