Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 7f91ebcbc6db4e7093ee8b1583e5497f9770cd64
Author: Prasanth <[email protected]>
Date:   Sun Nov 12 09:05:55 2023 +0000

    update reqirements

commit 0f1fac0a4c106145be3ff78a4d1498fc87f6b829
Merge: 47c4cc8 90e7e73
Author: Prasanth <[email protected]>
Date:   Sun Nov 12 09:03:45 2023 +0000

    Merge remote-tracking branch 'origin/dependabot/pip/pyperf-2.6.2' into dep-updates

commit 47c4cc8c08bc23869124d729f6d530461883264b
Merge: f72db1e 7babba9
Author: Prasanth <[email protected]>
Date:   Sun Nov 12 09:02:11 2023 +0000

    Merge remote-tracking branch 'origin/dependabot/pip/faker-19.13.0' into dep-updates

commit f72db1e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 6 12:31:51 2023 +0000

    Bump jsonschema from 4.19.1 to 4.19.2

    Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.1 to 4.19.2.
    - [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
    - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
    - [Commits](python-jsonschema/jsonschema@v4.19.1...v4.19.2)

    ---
    updated-dependencies:
    - dependency-name: jsonschema
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit 7babba9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 6 12:30:16 2023 +0000

    Bump faker from 19.12.0 to 19.13.0

    Bumps [faker](https://github.com/joke2k/faker) from 19.12.0 to 19.13.0.
    - [Release notes](https://github.com/joke2k/faker/releases)
    - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
    - [Commits](joke2k/faker@v19.12.0...v19.13.0)

    ---
    updated-dependencies:
    - dependency-name: faker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit 90e7e73
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 6 12:28:39 2023 +0000

    Bump pyperf from 2.2.0 to 2.6.2

    Bumps [pyperf](https://github.com/psf/pyperf) from 2.2.0 to 2.6.2.
    - [Release notes](https://github.com/psf/pyperf/releases)
    - [Changelog](https://github.com/psf/pyperf/blob/main/doc/changelog.rst)
    - [Commits](psf/pyperf@2.2.0...2.6.2)

    ---
    updated-dependencies:
    - dependency-name: pyperf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
cedric05 authored Nov 12, 2023
1 parent 79d0920 commit c1dbc32
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 314 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
jsonschema = "==4.19.1"
jsonschema = "==4.19.2"
jstyleson = "==0.0.2"
requests = "==2.31.0"
textx = "==3.1.1"
Expand All @@ -14,7 +14,7 @@ parsys-requests-unixsocket = "==0.3.1"
requests-aws4auth = "==1.2.3"
requests-ntlm = "==1.2.0"
restrictedpython = "==6.2"
faker = "==19.12.0"
faker = "==19.13.0"
requests-hawk = "==1.2.1"
pyyaml = "==6.0.1"
toml = "==0.10.2"
Expand All @@ -23,7 +23,7 @@ python-magic = "*"
[dev-packages]
waitress = "==2.1.1"
flask = "*"
pyperf = "==2.6.1"
pyperf = "==2.6.2"
pytest-benchmark = "*"

[requires]
Expand Down
Loading

0 comments on commit c1dbc32

Please sign in to comment.